Shades of Thatch #B18F87
Tints of Thatch #B18F87
RGB
CMYK
RGB Variations
Color information
#B18F87 (or 0xB18F87) is known color: Thatch. HEX triplet: B1, 8F and 87. RGB value is (177,143,135). Sum of RGB (Red+Green+Blue) = 177+143+135=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F87 is #4E7078. Grayscale: #989898. Windows color (decimal): -5140601 or 8884145. OLE color: 8884145.
HSL color Cylindrical-coordinate representation of color #B18F87: hue angle of 11.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18F87 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 135 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.31 |
| HSL | 11.43º | 0.21% | 0.61% | - |
| HSV(B) | 11.43º | 0.24% | 0.69% | - |
| XYZ | 32.33 | 30.74 | 27.15 | - |
| YUV | 152.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 135 | 0 | 0.19 | 0.24 | 0.31 | 11.43 | 0.21 | 0.61 |
| Hex | B1 | 8F | 87 | 0 | 13 | 18 | 1F | B | 15 | 3D |
| Octal | 261 | 217 | 207 | 0 | 23 | 30 | 37 | 13 | 25 | 75 |
| Binary | 10110001 | 10001111 | 10000111 | 0 | 10011 | 11000 | 11111 | 1011 | 10101 | 111101 |
Color Harmonies of #B18F87
Complementary color
Monochromatic Colors of #B18F87
Black with #B18F87
Text Example
Text Example
White with #B18F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F87; }
p { color: rgb(177,143,135); }
H1.HeaderClassName
{
color: #B18F87;
}
.AnyTagClassName
{
color: #B18F87;
}
</style>
background-color css
<style>
a { background-color: #B18F87; }
a { background-color: rgb(177,143,135); }
div.DivClassName
{
background-color: #B18F87;
}
.BgClassName
{
background-color: #B18F87;
}
</style>
border-color css
<style>
span { border-color: #B18F87; }
span { border-color: rgb(177,143,135); }
td.TdClassName
{
border-color: #B18F87;
}
.TagClassName
{
border-color: #B18F87;
}
</style>