Shades of Thatch #B58E87
Tints of Thatch #B58E87
RGB
CMYK
RGB Variations
Color information
#B58E87 (or 0xB58E87) is known color: Thatch. HEX triplet: B5, 8E and 87. RGB value is (181,142,135). Sum of RGB (Red+Green+Blue) = 181+142+135=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E87 is #4A7178. Grayscale: #989898. Windows color (decimal): -4878713 or 8883893. OLE color: 8883893.
HSL color Cylindrical-coordinate representation of color #B58E87: hue angle of 9.13º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58E87 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 135 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.29 |
| HSL | 9.13º | 0.24% | 0.62% | - |
| HSV(B) | 9.13º | 0.25% | 0.71% | - |
| XYZ | 33.1 | 30.92 | 27.14 | - |
| YUV | 152.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 135 | 0 | 0.22 | 0.25 | 0.29 | 9.13 | 0.24 | 0.62 |
| Hex | B5 | 8E | 87 | 0 | 16 | 19 | 1D | 9 | 18 | 3E |
| Octal | 265 | 216 | 207 | 0 | 26 | 31 | 35 | 11 | 30 | 76 |
| Binary | 10110101 | 10001110 | 10000111 | 0 | 10110 | 11001 | 11101 | 1001 | 11000 | 111110 |
Color Harmonies of #B58E87
Complementary color
Monochromatic Colors of #B58E87
Black with #B58E87
Text Example
Text Example
White with #B58E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E87; }
p { color: rgb(181,142,135); }
H1.HeaderClassName
{
color: #B58E87;
}
.AnyTagClassName
{
color: #B58E87;
}
</style>
background-color css
<style>
a { background-color: #B58E87; }
a { background-color: rgb(181,142,135); }
div.DivClassName
{
background-color: #B58E87;
}
.BgClassName
{
background-color: #B58E87;
}
</style>
border-color css
<style>
span { border-color: #B58E87; }
span { border-color: rgb(181,142,135); }
td.TdClassName
{
border-color: #B58E87;
}
.TagClassName
{
border-color: #B58E87;
}
</style>