Shades of Thatch #B58E88
Tints of Thatch #B58E88
RGB
CMYK
RGB Variations
Color information
#B58E88 (or 0xB58E88) is known color: Thatch. HEX triplet: B5, 8E and 88. RGB value is (181,142,136). Sum of RGB (Red+Green+Blue) = 181+142+136=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E88 is #4A7177. Grayscale: #999999. Windows color (decimal): -4878712 or 8949429. OLE color: 8949429.
HSL color Cylindrical-coordinate representation of color #B58E88: hue angle of 8º degrees, saturation: 0.23, 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 #B58E88 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 136 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.29 |
| HSL | 8º | 0.23% | 0.62% | - |
| HSV(B) | 8º | 0.25% | 0.71% | - |
| XYZ | 33.17 | 30.95 | 27.52 | - |
| YUV | 152.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 136 | 0 | 0.22 | 0.25 | 0.29 | 8 | 0.23 | 0.62 |
| Hex | B5 | 8E | 88 | 0 | 16 | 19 | 1D | 8 | 17 | 3E |
| Octal | 265 | 216 | 210 | 0 | 26 | 31 | 35 | 10 | 27 | 76 |
| Binary | 10110101 | 10001110 | 10001000 | 0 | 10110 | 11001 | 11101 | 1000 | 10111 | 111110 |
Color Harmonies of #B58E88
Complementary color
Monochromatic Colors of #B58E88
Black with #B58E88
Text Example
Text Example
White with #B58E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E88; }
p { color: rgb(181,142,136); }
H1.HeaderClassName
{
color: #B58E88;
}
.AnyTagClassName
{
color: #B58E88;
}
</style>
background-color css
<style>
a { background-color: #B58E88; }
a { background-color: rgb(181,142,136); }
div.DivClassName
{
background-color: #B58E88;
}
.BgClassName
{
background-color: #B58E88;
}
</style>
border-color css
<style>
span { border-color: #B58E88; }
span { border-color: rgb(181,142,136); }
td.TdClassName
{
border-color: #B58E88;
}
.TagClassName
{
border-color: #B58E88;
}
</style>