Shades of Thatch #B59A96
Tints of Thatch #B59A96
RGB
CMYK
RGB Variations
Color information
#B59A96 (or 0xB59A96) is known color: Thatch. HEX triplet: B5, 9A and 96. RGB value is (181,154,150). Sum of RGB (Red+Green+Blue) = 181+154+150=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A96 is #4A6569. Grayscale: #A1A1A1. Windows color (decimal): -4875626 or 9870005. OLE color: 9870005.
HSL color Cylindrical-coordinate representation of color #B59A96: hue angle of 7.74º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59A96 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 150 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.29 |
| HSL | 7.74º | 0.17% | 0.65% | - |
| HSV(B) | 7.74º | 0.17% | 0.71% | - |
| XYZ | 36.12 | 35.14 | 33.73 | - |
| YUV | 161.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 150 | 0 | 0.15 | 0.17 | 0.29 | 7.74 | 0.17 | 0.65 |
| Hex | B5 | 9A | 96 | 0 | F | 11 | 1D | 8 | 11 | 41 |
| Octal | 265 | 232 | 226 | 0 | 17 | 21 | 35 | 10 | 21 | 101 |
| Binary | 10110101 | 10011010 | 10010110 | 0 | 1111 | 10001 | 11101 | 1000 | 10001 | 1000001 |
Color Harmonies of #B59A96
Complementary color
Monochromatic Colors of #B59A96
Black with #B59A96
Text Example
Text Example
White with #B59A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A96; }
p { color: rgb(181,154,150); }
H1.HeaderClassName
{
color: #B59A96;
}
.AnyTagClassName
{
color: #B59A96;
}
</style>
background-color css
<style>
a { background-color: #B59A96; }
a { background-color: rgb(181,154,150); }
div.DivClassName
{
background-color: #B59A96;
}
.BgClassName
{
background-color: #B59A96;
}
</style>
border-color css
<style>
span { border-color: #B59A96; }
span { border-color: rgb(181,154,150); }
td.TdClassName
{
border-color: #B59A96;
}
.TagClassName
{
border-color: #B59A96;
}
</style>