Color: #B17F8D
#B17F8D Color Information
#B17F8D is a light color. The closest websafe version is #B17F8D. A complement of this color would be #81B1A4, perceived brightness is 0.56, and the grayscale version is #989898.
In the HSL color space, this color has a hue angle of 343°,a saturation of 24%, and a lightness of 60%.The HSV representation shows a hue of 343°, a saturation of 28%, and a value of 69%.
In a RGB color space, #B17F8D is composed of 69% red, 50% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 20% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 26.61, x: 0.3921, and y: 0.3348.
Color Code #B17F8D
Shades of Color #B17F8D
Shades are created by darkening the original color #B17F8D 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 #B17F8D
Tints are created by lightening the original color #B17F8D 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 #B17F8D Color Code
In the HSL color space, this color has a hue angle of 343°, a saturation of 24%, and a lightness of 60%. The HSV representation shows a hue of 343°, a saturation of 28%, and a value of 69%.
- HEX: #B17F8D
- RGB: rgb(177, 127, 141)
- HSL: hsl(343, 24%, 60%)
- HSV: hsv(343, 28%, 69%)
- CMYK: 0.00% cyan, 28.00% magenta, 20.00% yellow, 31.00% black
- XYZ: 31.16, 26.61, 21.70
- Yxy: 26.61, 0.3921, 0.3348
- Hunter Lab: 58.61, 21.49, 0.52
- CIE-Lab: 58.61, 21.49, 0.52
In the XYZ color space, this color is represented as X: 31.16, Y: 26.61, Z: 21.70. The Yxy representation further refines this as Y: 26.61, x: 0.3921, and y: 0.3348.
In the Hunter Lab color space, this color is represented as L: 58.61, a: 21.49, and b: 0.52. Similarly, in the CIE-Lab color space, it is represented as L: 58.61, a: 21.49, and b: 0.52.
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 #B17F8D
Triadic colors are three colors evenly spaced around the color wheel, including #B17F8D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B17F8D
Split complementary colors are two colors adjacent to the complementary color of #B17F8D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B17F8D
Monochromatic colors are variations of #B17F8D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B17F8D
The complementary color of #B17F8D 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 #B17F8D
/* Using HEX */ body { background-color: #b17f8d; }
/* Using RGB */ body { background-color: rgb(177, 127, 141); }
/* Using RGB with opacity */ body { background-color: rgba(177, 127, 141, 0.5); }
/* Using HSL */ body { background-color: hsl(343, 24%, 60%); }
/* Text color */ p { color: #b17f8d; }
/* Box shadow */ div { box-shadow: 4px 4px #b17f8d; }
/* Border color */ .box { border: 4px solid #b17f8d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b17f8d; }
/* Background with text */ div { background: #b17f8d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B17F8D
<!-- Using HEX --> <div style="background-color: #b17f8d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(177, 127, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(177, 127, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(343, 24%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b17f8d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b17f8d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b17f8d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b17f8d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b17f8d; color: #fff; padding: 16px; border-radius: 8px;"> #B17F8D </div>
Related Colors of #B17F8D
These colors are similar to #B17F8D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.