Shades of Thatch #B59892
Tints of Thatch #B59892
RGB
CMYK
RGB Variations
Color information
#B59892 (or 0xB59892) is known color: Thatch. HEX triplet: B5, 98 and 92. RGB value is (181,152,146). Sum of RGB (Red+Green+Blue) = 181+152+146=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59892 is #4A676D. Grayscale: #A0A0A0. Windows color (decimal): -4876142 or 9607349. OLE color: 9607349.
HSL color Cylindrical-coordinate representation of color #B59892: hue angle of 10.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59892 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 146 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.29 |
| HSL | 10.29º | 0.19% | 0.64% | - |
| HSV(B) | 10.29º | 0.19% | 0.71% | - |
| XYZ | 35.47 | 34.36 | 31.96 | - |
| YUV | 159.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 146 | 0 | 0.16 | 0.19 | 0.29 | 10.29 | 0.19 | 0.64 |
| Hex | B5 | 98 | 92 | 0 | 10 | 13 | 1D | A | 13 | 40 |
| Octal | 265 | 230 | 222 | 0 | 20 | 23 | 35 | 12 | 23 | 100 |
| Binary | 10110101 | 10011000 | 10010010 | 0 | 10000 | 10011 | 11101 | 1010 | 10011 | 1000000 |
Color Harmonies of #B59892
Complementary color
Monochromatic Colors of #B59892
Black with #B59892
Text Example
Text Example
White with #B59892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59892; }
p { color: rgb(181,152,146); }
H1.HeaderClassName
{
color: #B59892;
}
.AnyTagClassName
{
color: #B59892;
}
</style>
background-color css
<style>
a { background-color: #B59892; }
a { background-color: rgb(181,152,146); }
div.DivClassName
{
background-color: #B59892;
}
.BgClassName
{
background-color: #B59892;
}
</style>
border-color css
<style>
span { border-color: #B59892; }
span { border-color: rgb(181,152,146); }
td.TdClassName
{
border-color: #B59892;
}
.TagClassName
{
border-color: #B59892;
}
</style>