Shades of Thatch #B28E84
Tints of Thatch #B28E84
RGB
CMYK
RGB Variations
Color information
#B28E84 (or 0xB28E84) is known color: Thatch. HEX triplet: B2, 8E and 84. RGB value is (178,142,132). Sum of RGB (Red+Green+Blue) = 178+142+132=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E84 is #4D717B. Grayscale: #979797. Windows color (decimal): -5075324 or 8687282. OLE color: 8687282.
HSL color Cylindrical-coordinate representation of color #B28E84: hue angle of 13.04º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28E84 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 132 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.30 |
| HSL | 13.04º | 0.23% | 0.61% | - |
| HSV(B) | 13.04º | 0.26% | 0.7% | - |
| XYZ | 32.2 | 30.48 | 26.02 | - |
| YUV | 151.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 132 | 0 | 0.20 | 0.26 | 0.30 | 13.04 | 0.23 | 0.61 |
| Hex | B2 | 8E | 84 | 0 | 14 | 1A | 1E | D | 17 | 3D |
| Octal | 262 | 216 | 204 | 0 | 24 | 32 | 36 | 15 | 27 | 75 |
| Binary | 10110010 | 10001110 | 10000100 | 0 | 10100 | 11010 | 11110 | 1101 | 10111 | 111101 |
Color Harmonies of #B28E84
Complementary color
Monochromatic Colors of #B28E84
Black with #B28E84
Text Example
Text Example
White with #B28E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E84; }
p { color: rgb(178,142,132); }
H1.HeaderClassName
{
color: #B28E84;
}
.AnyTagClassName
{
color: #B28E84;
}
</style>
background-color css
<style>
a { background-color: #B28E84; }
a { background-color: rgb(178,142,132); }
div.DivClassName
{
background-color: #B28E84;
}
.BgClassName
{
background-color: #B28E84;
}
</style>
border-color css
<style>
span { border-color: #B28E84; }
span { border-color: rgb(178,142,132); }
td.TdClassName
{
border-color: #B28E84;
}
.TagClassName
{
border-color: #B28E84;
}
</style>