Shades of Thatch #B18986
Tints of Thatch #B18986
RGB
CMYK
RGB Variations
Color information
#B18986 (or 0xB18986) is known color: Thatch. HEX triplet: B1, 89 and 86. RGB value is (177,137,134). Sum of RGB (Red+Green+Blue) = 177+137+134=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B18986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18986 is #4E7679. Grayscale: #949494. Windows color (decimal): -5142138 or 8817073. OLE color: 8817073.
HSL color Cylindrical-coordinate representation of color #B18986: hue angle of 4.19º 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 #B18986 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 134 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.31 |
| HSL | 4.19º | 0.22% | 0.61% | - |
| HSV(B) | 4.19º | 0.24% | 0.69% | - |
| XYZ | 31.38 | 28.96 | 26.49 | - |
| YUV | 148.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 134 | 0 | 0.23 | 0.24 | 0.31 | 4.19 | 0.22 | 0.61 |
| Hex | B1 | 89 | 86 | 0 | 17 | 18 | 1F | 4 | 16 | 3D |
| Octal | 261 | 211 | 206 | 0 | 27 | 30 | 37 | 4 | 26 | 75 |
| Binary | 10110001 | 10001001 | 10000110 | 0 | 10111 | 11000 | 11111 | 100 | 10110 | 111101 |
Color Harmonies of #B18986
Complementary color
Monochromatic Colors of #B18986
Black with #B18986
Text Example
Text Example
White with #B18986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18986; }
p { color: rgb(177,137,134); }
H1.HeaderClassName
{
color: #B18986;
}
.AnyTagClassName
{
color: #B18986;
}
</style>
background-color css
<style>
a { background-color: #B18986; }
a { background-color: rgb(177,137,134); }
div.DivClassName
{
background-color: #B18986;
}
.BgClassName
{
background-color: #B18986;
}
</style>
border-color css
<style>
span { border-color: #B18986; }
span { border-color: rgb(177,137,134); }
td.TdClassName
{
border-color: #B18986;
}
.TagClassName
{
border-color: #B18986;
}
</style>