Color: #B94D79

#B94D79 Color Information

#B94D79 is a dark color. The closest websafe version is #B94D79. A complement of this color would be #4BB98D, perceived brightness is 0.45, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 336°,a saturation of 44%, and a lightness of 51%.The HSV representation shows a hue of 336°, a saturation of 58%, and a value of 73%.

In a RGB color space, #B94D79 is composed of 73% red, 30% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 35% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 17.27, x: 0.4529, and y: 0.2924.

Color Code #B94D79

#B94D79rgb(185, 77, 121)
HEX
#B94D79
RGB
rgb(185, 77, 121)
HSL
hsl(336, 44%, 51%)
HSV
hsv(336, 58%, 73%)
CMYK
0%, 58%, 35%, 27%
XYZ
X: 26.75, Y: 17.27, Z: 15.05
Lab
L: 48.60, a: 47.64, b: -2.04
Name

Shades of Color #B94D79

Shades are created by darkening the original color #B94D79 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B94D79

Tints are created by lightening the original color #B94D79 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B94D79rgb(185, 77, 121)

About #B94D79 Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 44%, and a lightness of 51%. The HSV representation shows a hue of 336°, a saturation of 58%, and a value of 73%.

  • HEX: #B94D79
  • RGB: rgb(185, 77, 121)
  • HSL: hsl(336, 44%, 51%)
  • HSV: hsv(336, 58%, 73%)
  • CMYK: 0.00% cyan, 58.00% magenta, 35.00% yellow, 27.00% black
  • XYZ: 26.75, 17.27, 15.05
  • Yxy: 17.27, 0.4529, 0.2924
  • Hunter Lab: 48.60, 47.64, -2.04
  • CIE-Lab: 48.60, 47.64, -2.04

In the XYZ color space, this color is represented as X: 26.75, Y: 17.27, Z: 15.05. The Yxy representation further refines this as Y: 17.27, x: 0.4529, and y: 0.2924.

In the Hunter Lab color space, this color is represented as L: 48.60, a: 47.64, and b: -2.04. Similarly, in the CIE-Lab color space, it is represented as L: 48.60, a: 47.64, and b: -2.04.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B94D79

Triadic colors are three colors evenly spaced around the color wheel, including #B94D79. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B94D79

Analogous colors are adjacent to #B94D79 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #B94D79

Split complementary colors are two colors adjacent to the complementary color of #B94D79. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B94D79

Tetradic colors form a rectangle on the color wheel, including #B94D79. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B94D79

Monochromatic colors are variations of #B94D79, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B94D79

The complementary color of #B94D79 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B94D79

/* Using HEX */
body {
  background-color: #b94d79;
}
/* Using RGB */
body {
  background-color: rgb(185, 77, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(185, 77, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 44%, 51%);
}
/* Text color */
p {
  color: #b94d79;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b94d79;
}
/* Border color */
.box {
  border: 4px solid #b94d79;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b94d79;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b94d79;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B94D79
On Black Background
#B94D79
On White Background
#B94D79

HTML Examples of #B94D79

<!-- Using HEX -->
<div style="background-color: #b94d79; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(185, 77, 121); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(185, 77, 121, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(336, 44%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b94d79;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b94d79; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b94d79; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b94d79;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b94d79; color: #fff; padding: 16px; border-radius: 8px;">
  #B94D79
</div>
#B94D79
On Black Background
#B94D79
On White Background
#B94D79

Related Colors of #B94D79

These colors are similar to #B94D79, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.