Shades of Thatch #B59086
Tints of Thatch #B59086
RGB
CMYK
RGB Variations
Color information
#B59086 (or 0xB59086) is known color: Thatch. HEX triplet: B5, 90 and 86. RGB value is (181,144,134). Sum of RGB (Red+Green+Blue) = 181+144+134=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B59086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59086 is #4A6F79. Grayscale: #9A9A9A. Windows color (decimal): -4878202 or 8818869. OLE color: 8818869.
HSL color Cylindrical-coordinate representation of color #B59086: hue angle of 12.77º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59086 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 134 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.29 |
| HSL | 12.77º | 0.24% | 0.62% | - |
| HSV(B) | 12.77º | 0.26% | 0.71% | - |
| XYZ | 33.33 | 31.49 | 26.88 | - |
| YUV | 153.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 134 | 0 | 0.20 | 0.26 | 0.29 | 12.77 | 0.24 | 0.62 |
| Hex | B5 | 90 | 86 | 0 | 14 | 1A | 1D | D | 18 | 3E |
| Octal | 265 | 220 | 206 | 0 | 24 | 32 | 35 | 15 | 30 | 76 |
| Binary | 10110101 | 10010000 | 10000110 | 0 | 10100 | 11010 | 11101 | 1101 | 11000 | 111110 |
Color Harmonies of #B59086
Complementary color
Monochromatic Colors of #B59086
Black with #B59086
Text Example
Text Example
White with #B59086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59086; }
p { color: rgb(181,144,134); }
H1.HeaderClassName
{
color: #B59086;
}
.AnyTagClassName
{
color: #B59086;
}
</style>
background-color css
<style>
a { background-color: #B59086; }
a { background-color: rgb(181,144,134); }
div.DivClassName
{
background-color: #B59086;
}
.BgClassName
{
background-color: #B59086;
}
</style>
border-color css
<style>
span { border-color: #B59086; }
span { border-color: rgb(181,144,134); }
td.TdClassName
{
border-color: #B59086;
}
.TagClassName
{
border-color: #B59086;
}
</style>