Shades of Thatch #B58C88
Tints of Thatch #B58C88
RGB
CMYK
RGB Variations
Color information
#B58C88 (or 0xB58C88) is known color: Thatch. HEX triplet: B5, 8C and 88. RGB value is (181,140,136). Sum of RGB (Red+Green+Blue) = 181+140+136=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C88 is #4A7377. Grayscale: #979797. Windows color (decimal): -4879224 or 8948917. OLE color: 8948917.
HSL color Cylindrical-coordinate representation of color #B58C88: hue angle of 5.33º 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 #B58C88 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 136 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.29 |
| HSL | 5.33º | 0.23% | 0.62% | - |
| HSV(B) | 5.33º | 0.25% | 0.71% | - |
| XYZ | 32.88 | 30.36 | 27.42 | - |
| YUV | 151.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 136 | 0 | 0.23 | 0.25 | 0.29 | 5.33 | 0.23 | 0.62 |
| Hex | B5 | 8C | 88 | 0 | 17 | 19 | 1D | 5 | 17 | 3E |
| Octal | 265 | 214 | 210 | 0 | 27 | 31 | 35 | 5 | 27 | 76 |
| Binary | 10110101 | 10001100 | 10001000 | 0 | 10111 | 11001 | 11101 | 101 | 10111 | 111110 |
Color Harmonies of #B58C88
Complementary color
Monochromatic Colors of #B58C88
Black with #B58C88
Text Example
Text Example
White with #B58C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C88; }
p { color: rgb(181,140,136); }
H1.HeaderClassName
{
color: #B58C88;
}
.AnyTagClassName
{
color: #B58C88;
}
</style>
background-color css
<style>
a { background-color: #B58C88; }
a { background-color: rgb(181,140,136); }
div.DivClassName
{
background-color: #B58C88;
}
.BgClassName
{
background-color: #B58C88;
}
</style>
border-color css
<style>
span { border-color: #B58C88; }
span { border-color: rgb(181,140,136); }
td.TdClassName
{
border-color: #B58C88;
}
.TagClassName
{
border-color: #B58C88;
}
</style>