Color: #B87C8F
#B87C8F Color Information
#B87C8F is a light color. The closest websafe version is #B87C8F. A complement of this color would be #7AB8A4, perceived brightness is 0.57, and the grayscale version is #9A9A9A.
In the HSL color space, this color has a hue angle of 341°,a saturation of 30%, and a lightness of 60%.The HSV representation shows a hue of 341°, a saturation of 33%, and a value of 72%.
In a RGB color space, #B87C8F is composed of 72% red, 49% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 22% yellow and 28% black.
In the Yxy color space, this color is represented as Y: 26.78, x: 0.3993, and y: 0.3281.
Color Code #B87C8F
Shades of Color #B87C8F
Shades are created by darkening the original color #B87C8F 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 #B87C8F
Tints are created by lightening the original color #B87C8F 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 #B87C8F Color Code
In the HSL color space, this color has a hue angle of 341°, a saturation of 30%, and a lightness of 60%. The HSV representation shows a hue of 341°, a saturation of 33%, and a value of 72%.
- HEX: #B87C8F
- RGB: rgb(184, 124, 143)
- HSL: hsl(341, 30%, 60%)
- HSV: hsv(341, 33%, 72%)
- CMYK: 0.00% cyan, 33.00% magenta, 22.00% yellow, 28.00% black
- XYZ: 32.59, 26.78, 22.24
- Yxy: 26.78, 0.3993, 0.3281
- Hunter Lab: 58.77, 26.02, -0.28
- CIE-Lab: 58.77, 26.02, -0.28
In the XYZ color space, this color is represented as X: 32.59, Y: 26.78, Z: 22.24. The Yxy representation further refines this as Y: 26.78, x: 0.3993, and y: 0.3281.
In the Hunter Lab color space, this color is represented as L: 58.77, a: 26.02, and b: -0.28. Similarly, in the CIE-Lab color space, it is represented as L: 58.77, a: 26.02, and b: -0.28.
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 #B87C8F
Triadic colors are three colors evenly spaced around the color wheel, including #B87C8F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B87C8F
Monochromatic colors are variations of #B87C8F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B87C8F
The complementary color of #B87C8F 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 #B87C8F
/* Using HEX */ body { background-color: #b87c8f; }
/* Using RGB */ body { background-color: rgb(184, 124, 143); }
/* Using RGB with opacity */ body { background-color: rgba(184, 124, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(341, 30%, 60%); }
/* Text color */ p { color: #b87c8f; }
/* Box shadow */ div { box-shadow: 4px 4px #b87c8f; }
/* Border color */ .box { border: 4px solid #b87c8f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b87c8f; }
/* Background with text */ div { background: #b87c8f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B87C8F
<!-- Using HEX --> <div style="background-color: #b87c8f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 124, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 124, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(341, 30%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b87c8f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b87c8f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b87c8f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b87c8f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b87c8f; color: #fff; padding: 16px; border-radius: 8px;"> #B87C8F </div>
Related Colors of #B87C8F
These colors are similar to #B87C8F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.