Shades of Thatch #B59590
Tints of Thatch #B59590
RGB
CMYK
RGB Variations
Color information
#B59590 (or 0xB59590) is known color: Thatch. HEX triplet: B5, 95 and 90. RGB value is (181,149,144). Sum of RGB (Red+Green+Blue) = 181+149+144=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B59590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59590 is #4A6A6F. Grayscale: #9E9E9E. Windows color (decimal): -4876912 or 9475509. OLE color: 9475509.
HSL color Cylindrical-coordinate representation of color #B59590: hue angle of 8.11º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59590 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 144 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.29 |
| HSL | 8.11º | 0.2% | 0.64% | - |
| HSV(B) | 8.11º | 0.2% | 0.71% | - |
| XYZ | 34.84 | 33.33 | 30.98 | - |
| YUV | 158 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 144 | 0 | 0.18 | 0.20 | 0.29 | 8.11 | 0.2 | 0.64 |
| Hex | B5 | 95 | 90 | 0 | 12 | 14 | 1D | 8 | 14 | 40 |
| Octal | 265 | 225 | 220 | 0 | 22 | 24 | 35 | 10 | 24 | 100 |
| Binary | 10110101 | 10010101 | 10010000 | 0 | 10010 | 10100 | 11101 | 1000 | 10100 | 1000000 |
Color Harmonies of #B59590
Complementary color
Monochromatic Colors of #B59590
Black with #B59590
Text Example
Text Example
White with #B59590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59590; }
p { color: rgb(181,149,144); }
H1.HeaderClassName
{
color: #B59590;
}
.AnyTagClassName
{
color: #B59590;
}
</style>
background-color css
<style>
a { background-color: #B59590; }
a { background-color: rgb(181,149,144); }
div.DivClassName
{
background-color: #B59590;
}
.BgClassName
{
background-color: #B59590;
}
</style>
border-color css
<style>
span { border-color: #B59590; }
span { border-color: rgb(181,149,144); }
td.TdClassName
{
border-color: #B59590;
}
.TagClassName
{
border-color: #B59590;
}
</style>