Color: #BFAF82
#BFAF82 Color Information
#BFAF82 is a light color. The closest websafe version is #BFAF82. A complement of this color would be #8293BF, perceived brightness is 0.68, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 44°,a saturation of 32%, and a lightness of 63%.The HSV representation shows a hue of 44°, a saturation of 32%, and a value of 75%.
In a RGB color space, #BFAF82 is composed of 75% red, 69% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 32% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 43.68, x: 0.3967, and y: 0.4085.
Color Code #BFAF82
Shades of Color #BFAF82
Shades are created by darkening the original color #BFAF82 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 #BFAF82
Tints are created by lightening the original color #BFAF82 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 #BFAF82 Color Code
In the HSL color space, this color has a hue angle of 44°, a saturation of 32%, and a lightness of 63%. The HSV representation shows a hue of 44°, a saturation of 32%, and a value of 75%.
- HEX: #BFAF82
- RGB: rgb(191, 175, 130)
- HSL: hsl(44, 32%, 63%)
- HSV: hsv(44, 32%, 75%)
- CMYK: 0.00% cyan, 8.00% magenta, 32.00% yellow, 25.00% black
- XYZ: 42.42, 43.68, 20.83
- Yxy: 43.68, 0.3967, 0.4085
- Hunter Lab: 72.01, 0.92, 25.35
- CIE-Lab: 72.01, 0.92, 25.35
In the XYZ color space, this color is represented as X: 42.42, Y: 43.68, Z: 20.83. The Yxy representation further refines this as Y: 43.68, x: 0.3967, and y: 0.4085.
In the Hunter Lab color space, this color is represented as L: 72.01, a: 0.92, and b: 25.35. Similarly, in the CIE-Lab color space, it is represented as L: 72.01, a: 0.92, and b: 25.35.
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 #BFAF82
Triadic colors are three colors evenly spaced around the color wheel, including #BFAF82. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BFAF82
Split complementary colors are two colors adjacent to the complementary color of #BFAF82. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BFAF82
Monochromatic colors are variations of #BFAF82, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFAF82
The complementary color of #BFAF82 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 #BFAF82
/* Using HEX */ body { background-color: #bfaf82; }
/* Using RGB */ body { background-color: rgb(191, 175, 130); }
/* Using RGB with opacity */ body { background-color: rgba(191, 175, 130, 0.5); }
/* Using HSL */ body { background-color: hsl(44, 32%, 63%); }
/* Text color */ p { color: #bfaf82; }
/* Box shadow */ div { box-shadow: 4px 4px #bfaf82; }
/* Border color */ .box { border: 4px solid #bfaf82; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bfaf82; }
/* Background with text */ div { background: #bfaf82; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BFAF82
<!-- Using HEX --> <div style="background-color: #bfaf82; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 175, 130); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 175, 130, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(44, 32%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfaf82;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfaf82; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bfaf82; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bfaf82;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bfaf82; color: #fff; padding: 16px; border-radius: 8px;"> #BFAF82 </div>
Related Colors of #BFAF82
These colors are similar to #BFAF82, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.