Shades of Thatch #B18F86
Tints of Thatch #B18F86
RGB
CMYK
RGB Variations
Color information
#B18F86 (or 0xB18F86) is known color: Thatch. HEX triplet: B1, 8F and 86. RGB value is (177,143,134). Sum of RGB (Red+Green+Blue) = 177+143+134=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F86 is #4E7079. Grayscale: #989898. Windows color (decimal): -5140602 or 8818609. OLE color: 8818609.
HSL color Cylindrical-coordinate representation of color #B18F86: hue angle of 12.56º degrees, saturation: 0.22, 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 #B18F86 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 134 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.31 |
| HSL | 12.56º | 0.22% | 0.61% | - |
| HSV(B) | 12.56º | 0.24% | 0.69% | - |
| XYZ | 32.26 | 30.71 | 26.78 | - |
| YUV | 152.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 134 | 0 | 0.19 | 0.24 | 0.31 | 12.56 | 0.22 | 0.61 |
| Hex | B1 | 8F | 86 | 0 | 13 | 18 | 1F | D | 16 | 3D |
| Octal | 261 | 217 | 206 | 0 | 23 | 30 | 37 | 15 | 26 | 75 |
| Binary | 10110001 | 10001111 | 10000110 | 0 | 10011 | 11000 | 11111 | 1101 | 10110 | 111101 |
Color Harmonies of #B18F86
Complementary color
Monochromatic Colors of #B18F86
Black with #B18F86
Text Example
Text Example
White with #B18F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F86; }
p { color: rgb(177,143,134); }
H1.HeaderClassName
{
color: #B18F86;
}
.AnyTagClassName
{
color: #B18F86;
}
</style>
background-color css
<style>
a { background-color: #B18F86; }
a { background-color: rgb(177,143,134); }
div.DivClassName
{
background-color: #B18F86;
}
.BgClassName
{
background-color: #B18F86;
}
</style>
border-color css
<style>
span { border-color: #B18F86; }
span { border-color: rgb(177,143,134); }
td.TdClassName
{
border-color: #B18F86;
}
.TagClassName
{
border-color: #B18F86;
}
</style>