Shades of Thatch #B09086
Tints of Thatch #B09086
RGB
CMYK
RGB Variations
Color information
#B09086 (or 0xB09086) is known color: Thatch. HEX triplet: B0, 90 and 86. RGB value is (176,144,134). Sum of RGB (Red+Green+Blue) = 176+144+134=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09086 is #4F6F79. Grayscale: #989898. Windows color (decimal): -5205882 or 8818864. OLE color: 8818864.
HSL color Cylindrical-coordinate representation of color #B09086: hue angle of 14.29º 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 #B09086 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 134 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 14.29º | 0.21% | 0.61% | - |
| HSV(B) | 14.29º | 0.24% | 0.69% | - |
| XYZ | 32.18 | 30.9 | 26.82 | - |
| YUV | 152.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 134 | 0 | 0.18 | 0.24 | 0.31 | 14.29 | 0.21 | 0.61 |
| Hex | B0 | 90 | 86 | 0 | 12 | 18 | 1F | E | 15 | 3D |
| Octal | 260 | 220 | 206 | 0 | 22 | 30 | 37 | 16 | 25 | 75 |
| Binary | 10110000 | 10010000 | 10000110 | 0 | 10010 | 11000 | 11111 | 1110 | 10101 | 111101 |
Color Harmonies of #B09086
Complementary color
Monochromatic Colors of #B09086
Black with #B09086
Text Example
Text Example
White with #B09086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09086; }
p { color: rgb(176,144,134); }
H1.HeaderClassName
{
color: #B09086;
}
.AnyTagClassName
{
color: #B09086;
}
</style>
background-color css
<style>
a { background-color: #B09086; }
a { background-color: rgb(176,144,134); }
div.DivClassName
{
background-color: #B09086;
}
.BgClassName
{
background-color: #B09086;
}
</style>
border-color css
<style>
span { border-color: #B09086; }
span { border-color: rgb(176,144,134); }
td.TdClassName
{
border-color: #B09086;
}
.TagClassName
{
border-color: #B09086;
}
</style>