Shades of Thatch #B59895
Tints of Thatch #B59895
RGB
CMYK
RGB Variations
Color information
#B59895 (or 0xB59895) is known color: Thatch. HEX triplet: B5, 98 and 95. RGB value is (181,152,149). Sum of RGB (Red+Green+Blue) = 181+152+149=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B59895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59895 is #4A676A. Grayscale: #A0A0A0. Windows color (decimal): -4876139 or 9803957. OLE color: 9803957.
HSL color Cylindrical-coordinate representation of color #B59895: hue angle of 5.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B59895 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 149 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.29 |
| HSL | 5.63º | 0.18% | 0.65% | - |
| HSV(B) | 5.63º | 0.18% | 0.71% | - |
| XYZ | 35.71 | 34.45 | 33.2 | - |
| YUV | 160.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 149 | 0 | 0.16 | 0.18 | 0.29 | 5.63 | 0.18 | 0.65 |
| Hex | B5 | 98 | 95 | 0 | 10 | 12 | 1D | 6 | 12 | 41 |
| Octal | 265 | 230 | 225 | 0 | 20 | 22 | 35 | 6 | 22 | 101 |
| Binary | 10110101 | 10011000 | 10010101 | 0 | 10000 | 10010 | 11101 | 110 | 10010 | 1000001 |
Color Harmonies of #B59895
Complementary color
Monochromatic Colors of #B59895
Black with #B59895
Text Example
Text Example
White with #B59895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59895; }
p { color: rgb(181,152,149); }
H1.HeaderClassName
{
color: #B59895;
}
.AnyTagClassName
{
color: #B59895;
}
</style>
background-color css
<style>
a { background-color: #B59895; }
a { background-color: rgb(181,152,149); }
div.DivClassName
{
background-color: #B59895;
}
.BgClassName
{
background-color: #B59895;
}
</style>
border-color css
<style>
span { border-color: #B59895; }
span { border-color: rgb(181,152,149); }
td.TdClassName
{
border-color: #B59895;
}
.TagClassName
{
border-color: #B59895;
}
</style>