Shades of Thatch #B58C86
Tints of Thatch #B58C86
RGB
CMYK
RGB Variations
Color information
#B58C86 (or 0xB58C86) is known color: Thatch. HEX triplet: B5, 8C and 86. RGB value is (181,140,134). Sum of RGB (Red+Green+Blue) = 181+140+134=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C86 is #4A7379. Grayscale: #979797. Windows color (decimal): -4879226 or 8817845. OLE color: 8817845.
HSL color Cylindrical-coordinate representation of color #B58C86: hue angle of 7.66º 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 #B58C86 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 134 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.29 |
| HSL | 7.66º | 0.24% | 0.62% | - |
| HSV(B) | 7.66º | 0.26% | 0.71% | - |
| XYZ | 32.74 | 30.3 | 26.68 | - |
| YUV | 151.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 134 | 0 | 0.23 | 0.26 | 0.29 | 7.66 | 0.24 | 0.62 |
| Hex | B5 | 8C | 86 | 0 | 17 | 1A | 1D | 8 | 18 | 3E |
| Octal | 265 | 214 | 206 | 0 | 27 | 32 | 35 | 10 | 30 | 76 |
| Binary | 10110101 | 10001100 | 10000110 | 0 | 10111 | 11010 | 11101 | 1000 | 11000 | 111110 |
Color Harmonies of #B58C86
Complementary color
Monochromatic Colors of #B58C86
Black with #B58C86
Text Example
Text Example
White with #B58C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C86; }
p { color: rgb(181,140,134); }
H1.HeaderClassName
{
color: #B58C86;
}
.AnyTagClassName
{
color: #B58C86;
}
</style>
background-color css
<style>
a { background-color: #B58C86; }
a { background-color: rgb(181,140,134); }
div.DivClassName
{
background-color: #B58C86;
}
.BgClassName
{
background-color: #B58C86;
}
</style>
border-color css
<style>
span { border-color: #B58C86; }
span { border-color: rgb(181,140,134); }
td.TdClassName
{
border-color: #B58C86;
}
.TagClassName
{
border-color: #B58C86;
}
</style>