Color: #B8B67D
#B8B67D Color Information
#B8B67D is a light color. The closest websafe version is #B8B67D. A complement of this color would be #7F81B8, perceived brightness is 0.69, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 58°,a saturation of 29%, and a lightness of 61%.The HSV representation shows a hue of 58°, a saturation of 32%, and a value of 72%.
In a RGB color space, #B8B67D is composed of 72% red, 71% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 32% yellow and 28% black.
In the Yxy color space, this color is represented as Y: 45.44, x: 0.3906, and y: 0.4241.
Color Code #B8B67D
Shades of Color #B8B67D
Shades are created by darkening the original color #B8B67D 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 #B8B67D
Tints are created by lightening the original color #B8B67D 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 #B8B67D Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 29%, and a lightness of 61%. The HSV representation shows a hue of 58°, a saturation of 32%, and a value of 72%.
- HEX: #B8B67D
- RGB: rgb(184, 182, 125)
- HSL: hsl(58, 29%, 61%)
- HSV: hsv(58, 32%, 72%)
- CMYK: 0.00% cyan, 100.00% magenta, 32.00% yellow, 28.00% black
- XYZ: 41.85, 45.44, 19.86
- Yxy: 45.44, 0.3906, 0.4241
- Hunter Lab: 73.18, -5.84, 29.37
- CIE-Lab: 73.18, -5.84, 29.37
In the XYZ color space, this color is represented as X: 41.85, Y: 45.44, Z: 19.86. The Yxy representation further refines this as Y: 45.44, x: 0.3906, and y: 0.4241.
In the Hunter Lab color space, this color is represented as L: 73.18, a: -5.84, and b: 29.37. Similarly, in the CIE-Lab color space, it is represented as L: 73.18, a: -5.84, and b: 29.37.
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 #B8B67D
Triadic colors are three colors evenly spaced around the color wheel, including #B8B67D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B8B67D
Split complementary colors are two colors adjacent to the complementary color of #B8B67D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B8B67D
Monochromatic colors are variations of #B8B67D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B8B67D
The complementary color of #B8B67D 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 #B8B67D
/* Using HEX */ body { background-color: #b8b67d; }
/* Using RGB */ body { background-color: rgb(184, 182, 125); }
/* Using RGB with opacity */ body { background-color: rgba(184, 182, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 29%, 61%); }
/* Text color */ p { color: #b8b67d; }
/* Box shadow */ div { box-shadow: 4px 4px #b8b67d; }
/* Border color */ .box { border: 4px solid #b8b67d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b8b67d; }
/* Background with text */ div { background: #b8b67d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B8B67D
<!-- Using HEX --> <div style="background-color: #b8b67d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 182, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 182, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 29%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b8b67d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b8b67d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b8b67d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b8b67d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b8b67d; color: #fff; padding: 16px; border-radius: 8px;"> #B8B67D </div>
Related Colors of #B8B67D
These colors are similar to #B8B67D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.