Color: #BF9E73

#BF9E73 Color Information

#BF9E73 is a light color. The closest websafe version is #BF9E73. A complement of this color would be #7394BF, perceived brightness is 0.64, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 34°,a saturation of 37%, and a lightness of 60%.The HSV representation shows a hue of 34°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BF9E73 is composed of 75% red, 62% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 40% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.14, x: 0.4178, and y: 0.4047.

Color Code #BF9E73

HEX
#BF9E73
RGB
rgb(191, 158, 115)
HSL
hsl(34, 37%, 60%)
HSV
hsv(34, 40%, 75%)
CMYK
0%, 17%, 40%, 25%
XYZ
X: 38.34, Y: 37.14, Z: 16.29
Lab
L: 67.38, a: 8.25, b: 27.31
Name

Shades of Color #BF9E73

Shades are created by darkening the original color #BF9E73 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 #BF9E73

Tints are created by lightening the original color #BF9E73 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.

About #BF9E73 Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 37%, and a lightness of 60%. The HSV representation shows a hue of 34°, a saturation of 40%, and a value of 75%.

  • HEX: #BF9E73
  • RGB: rgb(191, 158, 115)
  • HSL: hsl(34, 37%, 60%)
  • HSV: hsv(34, 40%, 75%)
  • CMYK: 0.00% cyan, 17.00% magenta, 40.00% yellow, 25.00% black
  • XYZ: 38.34, 37.14, 16.29
  • Yxy: 37.14, 0.4178, 0.4047
  • Hunter Lab: 67.38, 8.25, 27.31
  • CIE-Lab: 67.38, 8.25, 27.31

In the XYZ color space, this color is represented as X: 38.34, Y: 37.14, Z: 16.29. The Yxy representation further refines this as Y: 37.14, x: 0.4178, and y: 0.4047.

In the Hunter Lab color space, this color is represented as L: 67.38, a: 8.25, and b: 27.31. Similarly, in the CIE-Lab color space, it is represented as L: 67.38, a: 8.25, and b: 27.31.

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 #BF9E73

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

Analogous Colors of #BF9E73

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

Monochromatic Colors of #BF9E73

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

Complementary Color of #BF9E73

The complementary color of #BF9E73 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 #BF9E73

/* Using HEX */
body {
  background-color: #bf9e73;
}
/* Using RGB */
body {
  background-color: rgb(191, 158, 115);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 158, 115, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 37%, 60%);
}
/* Text color */
p {
  color: #bf9e73;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bf9e73;
}

HTML Examples of #BF9E73

<!-- Using HEX -->
<div style="background-color: #bf9e73; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 158, 115); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 158, 115, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 37%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bf9e73;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bf9e73; width: 100px; height: 100px;"></div>

Related Colors of #BF9E73

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