Shades of Thatch #B58F86
Tints of Thatch #B58F86
RGB
CMYK
RGB Variations
Color information
#B58F86 (or 0xB58F86) is known color: Thatch. HEX triplet: B5, 8F and 86. RGB value is (181,143,134). Sum of RGB (Red+Green+Blue) = 181+143+134=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F86 is #4A7079. Grayscale: #999999. Windows color (decimal): -4878458 or 8818613. OLE color: 8818613.
HSL color Cylindrical-coordinate representation of color #B58F86: hue angle of 11.49º 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 #B58F86 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 134 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.29 |
| HSL | 11.49º | 0.24% | 0.62% | - |
| HSV(B) | 11.49º | 0.26% | 0.71% | - |
| XYZ | 33.18 | 31.19 | 26.83 | - |
| YUV | 153.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 134 | 0 | 0.21 | 0.26 | 0.29 | 11.49 | 0.24 | 0.62 |
| Hex | B5 | 8F | 86 | 0 | 15 | 1A | 1D | B | 18 | 3E |
| Octal | 265 | 217 | 206 | 0 | 25 | 32 | 35 | 13 | 30 | 76 |
| Binary | 10110101 | 10001111 | 10000110 | 0 | 10101 | 11010 | 11101 | 1011 | 11000 | 111110 |
Color Harmonies of #B58F86
Complementary color
Monochromatic Colors of #B58F86
Black with #B58F86
Text Example
Text Example
White with #B58F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F86; }
p { color: rgb(181,143,134); }
H1.HeaderClassName
{
color: #B58F86;
}
.AnyTagClassName
{
color: #B58F86;
}
</style>
background-color css
<style>
a { background-color: #B58F86; }
a { background-color: rgb(181,143,134); }
div.DivClassName
{
background-color: #B58F86;
}
.BgClassName
{
background-color: #B58F86;
}
</style>
border-color css
<style>
span { border-color: #B58F86; }
span { border-color: rgb(181,143,134); }
td.TdClassName
{
border-color: #B58F86;
}
.TagClassName
{
border-color: #B58F86;
}
</style>