Shades of Thatch #B38E86
Tints of Thatch #B38E86
RGB
CMYK
RGB Variations
Color information
#B38E86 (or 0xB38E86) is known color: Thatch. HEX triplet: B3, 8E and 86. RGB value is (179,142,134). Sum of RGB (Red+Green+Blue) = 179+142+134=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E86 is #4C7179. Grayscale: #989898. Windows color (decimal): -5009786 or 8818355. OLE color: 8818355.
HSL color Cylindrical-coordinate representation of color #B38E86: hue angle of 10.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38E86 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 134 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.30 |
| HSL | 10.67º | 0.23% | 0.61% | - |
| HSV(B) | 10.67º | 0.25% | 0.7% | - |
| XYZ | 32.57 | 30.65 | 26.75 | - |
| YUV | 152.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 134 | 0 | 0.21 | 0.25 | 0.30 | 10.67 | 0.23 | 0.61 |
| Hex | B3 | 8E | 86 | 0 | 15 | 19 | 1E | B | 17 | 3D |
| Octal | 263 | 216 | 206 | 0 | 25 | 31 | 36 | 13 | 27 | 75 |
| Binary | 10110011 | 10001110 | 10000110 | 0 | 10101 | 11001 | 11110 | 1011 | 10111 | 111101 |
Color Harmonies of #B38E86
Complementary color
Monochromatic Colors of #B38E86
Black with #B38E86
Text Example
Text Example
White with #B38E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E86; }
p { color: rgb(179,142,134); }
H1.HeaderClassName
{
color: #B38E86;
}
.AnyTagClassName
{
color: #B38E86;
}
</style>
background-color css
<style>
a { background-color: #B38E86; }
a { background-color: rgb(179,142,134); }
div.DivClassName
{
background-color: #B38E86;
}
.BgClassName
{
background-color: #B38E86;
}
</style>
border-color css
<style>
span { border-color: #B38E86; }
span { border-color: rgb(179,142,134); }
td.TdClassName
{
border-color: #B38E86;
}
.TagClassName
{
border-color: #B38E86;
}
</style>