Color: #BFAF92
#BFAF92 Color Information
#BFAF92 is a light color. The closest websafe version is #BFAF92. A complement of this color would be #92A2BF, perceived brightness is 0.69, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 39°,a saturation of 26%, and a lightness of 66%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BFAF92 is composed of 75% red, 69% green and 57% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 24% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 44.07, x: 0.3841, and y: 0.3906.
Color Code #BFAF92
Shades of Color #BFAF92
Shades are created by darkening the original color #BFAF92 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 #BFAF92
Tints are created by lightening the original color #BFAF92 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 #BFAF92 Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 26%, and a lightness of 66%. The HSV representation shows a hue of 39°, a saturation of 24%, and a value of 75%.
- HEX: #BFAF92
- RGB: rgb(191, 175, 146)
- HSL: hsl(39, 26%, 66%)
- HSV: hsv(39, 24%, 75%)
- CMYK: 0.00% cyan, 8.00% magenta, 24.00% yellow, 25.00% black
- XYZ: 43.34, 44.07, 25.42
- Yxy: 44.07, 0.3841, 0.3906
- Hunter Lab: 72.27, 2.52, 17.13
- CIE-Lab: 72.27, 2.52, 17.13
In the XYZ color space, this color is represented as X: 43.34, Y: 44.07, Z: 25.42. The Yxy representation further refines this as Y: 44.07, x: 0.3841, and y: 0.3906.
In the Hunter Lab color space, this color is represented as L: 72.27, a: 2.52, and b: 17.13. Similarly, in the CIE-Lab color space, it is represented as L: 72.27, a: 2.52, and b: 17.13.
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 #BFAF92
Triadic colors are three colors evenly spaced around the color wheel, including #BFAF92. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BFAF92
Monochromatic colors are variations of #BFAF92, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFAF92
The complementary color of #BFAF92 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 #BFAF92
/* Using HEX */ body { background-color: #bfaf92; }
/* Using RGB */ body { background-color: rgb(191, 175, 146); }
/* Using RGB with opacity */ body { background-color: rgba(191, 175, 146, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 26%, 66%); }
/* Text color */ p { color: #bfaf92; }
/* Box shadow */ div { box-shadow: 4px 4px #bfaf92; }
HTML Examples of #BFAF92
<!-- Using HEX --> <div style="background-color: #bfaf92; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 175, 146); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 175, 146, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 26%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfaf92;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfaf92; width: 100px; height: 100px;"></div>
Related Colors of #BFAF92
These colors are similar to #BFAF92, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.