Shades of Thatch #B59188
Tints of Thatch #B59188
RGB
CMYK
RGB Variations
Color information
#B59188 (or 0xB59188) is known color: Thatch. HEX triplet: B5, 91 and 88. RGB value is (181,145,136). Sum of RGB (Red+Green+Blue) = 181+145+136=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59188 is #4A6E77. Grayscale: #9A9A9A. Windows color (decimal): -4877944 or 8950197. OLE color: 8950197.
HSL color Cylindrical-coordinate representation of color #B59188: hue angle of 12º 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 #B59188 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 136 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.29 |
| HSL | 12º | 0.23% | 0.62% | - |
| HSV(B) | 12º | 0.25% | 0.71% | - |
| XYZ | 33.63 | 31.85 | 27.67 | - |
| YUV | 154.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 136 | 0 | 0.20 | 0.25 | 0.29 | 12 | 0.23 | 0.62 |
| Hex | B5 | 91 | 88 | 0 | 14 | 19 | 1D | C | 17 | 3E |
| Octal | 265 | 221 | 210 | 0 | 24 | 31 | 35 | 14 | 27 | 76 |
| Binary | 10110101 | 10010001 | 10001000 | 0 | 10100 | 11001 | 11101 | 1100 | 10111 | 111110 |
Color Harmonies of #B59188
Complementary color
Monochromatic Colors of #B59188
Black with #B59188
Text Example
Text Example
White with #B59188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59188; }
p { color: rgb(181,145,136); }
H1.HeaderClassName
{
color: #B59188;
}
.AnyTagClassName
{
color: #B59188;
}
</style>
background-color css
<style>
a { background-color: #B59188; }
a { background-color: rgb(181,145,136); }
div.DivClassName
{
background-color: #B59188;
}
.BgClassName
{
background-color: #B59188;
}
</style>
border-color css
<style>
span { border-color: #B59188; }
span { border-color: rgb(181,145,136); }
td.TdClassName
{
border-color: #B59188;
}
.TagClassName
{
border-color: #B59188;
}
</style>