Shades of Thatch #B18F84
Tints of Thatch #B18F84
RGB
CMYK
RGB Variations
Color information
#B18F84 (or 0xB18F84) is known color: Thatch. HEX triplet: B1, 8F and 84. RGB value is (177,143,132). Sum of RGB (Red+Green+Blue) = 177+143+132=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F84 is #4E707B. Grayscale: #979797. Windows color (decimal): -5140604 or 8687537. OLE color: 8687537.
HSL color Cylindrical-coordinate representation of color #B18F84: hue angle of 14.67º 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 #B18F84 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 132 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.31 |
| HSL | 14.67º | 0.22% | 0.61% | - |
| HSV(B) | 14.67º | 0.25% | 0.69% | - |
| XYZ | 32.12 | 30.66 | 26.05 | - |
| YUV | 151.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 132 | 0 | 0.19 | 0.25 | 0.31 | 14.67 | 0.22 | 0.61 |
| Hex | B1 | 8F | 84 | 0 | 13 | 19 | 1F | F | 16 | 3D |
| Octal | 261 | 217 | 204 | 0 | 23 | 31 | 37 | 17 | 26 | 75 |
| Binary | 10110001 | 10001111 | 10000100 | 0 | 10011 | 11001 | 11111 | 1111 | 10110 | 111101 |
Color Harmonies of #B18F84
Complementary color
Monochromatic Colors of #B18F84
Black with #B18F84
Text Example
Text Example
White with #B18F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F84; }
p { color: rgb(177,143,132); }
H1.HeaderClassName
{
color: #B18F84;
}
.AnyTagClassName
{
color: #B18F84;
}
</style>
background-color css
<style>
a { background-color: #B18F84; }
a { background-color: rgb(177,143,132); }
div.DivClassName
{
background-color: #B18F84;
}
.BgClassName
{
background-color: #B18F84;
}
</style>
border-color css
<style>
span { border-color: #B18F84; }
span { border-color: rgb(177,143,132); }
td.TdClassName
{
border-color: #B18F84;
}
.TagClassName
{
border-color: #B18F84;
}
</style>