Shades of Thatch #B59790
Tints of Thatch #B59790
RGB
CMYK
RGB Variations
Color information
#B59790 (or 0xB59790) is known color: Thatch. HEX triplet: B5, 97 and 90. RGB value is (181,151,144). Sum of RGB (Red+Green+Blue) = 181+151+144=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B59790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59790 is #4A686F. Grayscale: #9F9F9F. Windows color (decimal): -4876400 or 9476021. OLE color: 9476021.
HSL color Cylindrical-coordinate representation of color #B59790: hue angle of 11.35º 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 #B59790 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 144 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.29 |
| HSL | 11.35º | 0.2% | 0.64% | - |
| HSV(B) | 11.35º | 0.2% | 0.71% | - |
| XYZ | 35.16 | 33.97 | 31.09 | - |
| YUV | 159.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 144 | 0 | 0.17 | 0.20 | 0.29 | 11.35 | 0.2 | 0.64 |
| Hex | B5 | 97 | 90 | 0 | 11 | 14 | 1D | B | 14 | 40 |
| Octal | 265 | 227 | 220 | 0 | 21 | 24 | 35 | 13 | 24 | 100 |
| Binary | 10110101 | 10010111 | 10010000 | 0 | 10001 | 10100 | 11101 | 1011 | 10100 | 1000000 |
Color Harmonies of #B59790
Complementary color
Monochromatic Colors of #B59790
Black with #B59790
Text Example
Text Example
White with #B59790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59790; }
p { color: rgb(181,151,144); }
H1.HeaderClassName
{
color: #B59790;
}
.AnyTagClassName
{
color: #B59790;
}
</style>
background-color css
<style>
a { background-color: #B59790; }
a { background-color: rgb(181,151,144); }
div.DivClassName
{
background-color: #B59790;
}
.BgClassName
{
background-color: #B59790;
}
</style>
border-color css
<style>
span { border-color: #B59790; }
span { border-color: rgb(181,151,144); }
td.TdClassName
{
border-color: #B59790;
}
.TagClassName
{
border-color: #B59790;
}
</style>