Shades of Thatch #B38E88
Tints of Thatch #B38E88
RGB
CMYK
RGB Variations
Color information
#B38E88 (or 0xB38E88) is known color: Thatch. HEX triplet: B3, 8E and 88. RGB value is (179,142,136). Sum of RGB (Red+Green+Blue) = 179+142+136=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E88 is #4C7177. Grayscale: #989898. Windows color (decimal): -5009784 or 8949427. OLE color: 8949427.
HSL color Cylindrical-coordinate representation of color #B38E88: hue angle of 8.37º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38E88 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 136 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.30 |
| HSL | 8.37º | 0.22% | 0.62% | - |
| HSV(B) | 8.37º | 0.24% | 0.7% | - |
| XYZ | 32.71 | 30.71 | 27.5 | - |
| YUV | 152.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 136 | 0 | 0.21 | 0.24 | 0.30 | 8.37 | 0.22 | 0.62 |
| Hex | B3 | 8E | 88 | 0 | 15 | 18 | 1E | 8 | 16 | 3E |
| Octal | 263 | 216 | 210 | 0 | 25 | 30 | 36 | 10 | 26 | 76 |
| Binary | 10110011 | 10001110 | 10001000 | 0 | 10101 | 11000 | 11110 | 1000 | 10110 | 111110 |
Color Harmonies of #B38E88
Complementary color
Monochromatic Colors of #B38E88
Black with #B38E88
Text Example
Text Example
White with #B38E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E88; }
p { color: rgb(179,142,136); }
H1.HeaderClassName
{
color: #B38E88;
}
.AnyTagClassName
{
color: #B38E88;
}
</style>
background-color css
<style>
a { background-color: #B38E88; }
a { background-color: rgb(179,142,136); }
div.DivClassName
{
background-color: #B38E88;
}
.BgClassName
{
background-color: #B38E88;
}
</style>
border-color css
<style>
span { border-color: #B38E88; }
span { border-color: rgb(179,142,136); }
td.TdClassName
{
border-color: #B38E88;
}
.TagClassName
{
border-color: #B38E88;
}
</style>