Shades of Thatch #B18F8E
Tints of Thatch #B18F8E
RGB
CMYK
RGB Variations
Color information
#B18F8E (or 0xB18F8E) is known color: Thatch. HEX triplet: B1, 8F and 8E. RGB value is (177,143,142). Sum of RGB (Red+Green+Blue) = 177+143+142=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F8E is #4E7071. Grayscale: #999999. Windows color (decimal): -5140594 or 9342897. OLE color: 9342897.
HSL color Cylindrical-coordinate representation of color #B18F8E: hue angle of 1.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18F8E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 142 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.31 |
| HSL | 1.71º | 0.18% | 0.63% | - |
| HSV(B) | 1.71º | 0.2% | 0.69% | - |
| XYZ | 32.84 | 30.95 | 29.83 | - |
| YUV | 153.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 142 | 0 | 0.19 | 0.20 | 0.31 | 1.71 | 0.18 | 0.63 |
| Hex | B1 | 8F | 8E | 0 | 13 | 14 | 1F | 2 | 12 | 3F |
| Octal | 261 | 217 | 216 | 0 | 23 | 24 | 37 | 2 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10001110 | 0 | 10011 | 10100 | 11111 | 10 | 10010 | 111111 |
Color Harmonies of #B18F8E
Complementary color
Monochromatic Colors of #B18F8E
Black with #B18F8E
Text Example
Text Example
White with #B18F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F8E; }
p { color: rgb(177,143,142); }
H1.HeaderClassName
{
color: #B18F8E;
}
.AnyTagClassName
{
color: #B18F8E;
}
</style>
background-color css
<style>
a { background-color: #B18F8E; }
a { background-color: rgb(177,143,142); }
div.DivClassName
{
background-color: #B18F8E;
}
.BgClassName
{
background-color: #B18F8E;
}
</style>
border-color css
<style>
span { border-color: #B18F8E; }
span { border-color: rgb(177,143,142); }
td.TdClassName
{
border-color: #B18F8E;
}
.TagClassName
{
border-color: #B18F8E;
}
</style>