Shades of Thatch #B18E84
Tints of Thatch #B18E84
RGB
CMYK
RGB Variations
Color information
#B18E84 (or 0xB18E84) is known color: Thatch. HEX triplet: B1, 8E and 84. RGB value is (177,142,132). Sum of RGB (Red+Green+Blue) = 177+142+132=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E84 is #4E717B. Grayscale: #979797. Windows color (decimal): -5140860 or 8687281. OLE color: 8687281.
HSL color Cylindrical-coordinate representation of color #B18E84: hue angle of 13.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18E84 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 132 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.31 |
| HSL | 13.33º | 0.22% | 0.61% | - |
| HSV(B) | 13.33º | 0.25% | 0.69% | - |
| XYZ | 31.97 | 30.36 | 26 | - |
| YUV | 151.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 132 | 0 | 0.20 | 0.25 | 0.31 | 13.33 | 0.22 | 0.61 |
| Hex | B1 | 8E | 84 | 0 | 14 | 19 | 1F | D | 16 | 3D |
| Octal | 261 | 216 | 204 | 0 | 24 | 31 | 37 | 15 | 26 | 75 |
| Binary | 10110001 | 10001110 | 10000100 | 0 | 10100 | 11001 | 11111 | 1101 | 10110 | 111101 |
Color Harmonies of #B18E84
Complementary color
Monochromatic Colors of #B18E84
Black with #B18E84
Text Example
Text Example
White with #B18E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E84; }
p { color: rgb(177,142,132); }
H1.HeaderClassName
{
color: #B18E84;
}
.AnyTagClassName
{
color: #B18E84;
}
</style>
background-color css
<style>
a { background-color: #B18E84; }
a { background-color: rgb(177,142,132); }
div.DivClassName
{
background-color: #B18E84;
}
.BgClassName
{
background-color: #B18E84;
}
</style>
border-color css
<style>
span { border-color: #B18E84; }
span { border-color: rgb(177,142,132); }
td.TdClassName
{
border-color: #B18E84;
}
.TagClassName
{
border-color: #B18E84;
}
</style>