Shades of Thatch #B29086
Tints of Thatch #B29086
RGB
CMYK
RGB Variations
Color information
#B29086 (or 0xB29086) is known color: Thatch. HEX triplet: B2, 90 and 86. RGB value is (178,144,134). Sum of RGB (Red+Green+Blue) = 178+144+134=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B29086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29086 is #4D6F79. Grayscale: #999999. Windows color (decimal): -5074810 or 8818866. OLE color: 8818866.
HSL color Cylindrical-coordinate representation of color #B29086: hue angle of 13.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29086 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 134 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.30 |
| HSL | 13.64º | 0.22% | 0.61% | - |
| HSV(B) | 13.64º | 0.25% | 0.7% | - |
| XYZ | 32.64 | 31.13 | 26.84 | - |
| YUV | 153.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 134 | 0 | 0.19 | 0.25 | 0.30 | 13.64 | 0.22 | 0.61 |
| Hex | B2 | 90 | 86 | 0 | 13 | 19 | 1E | E | 16 | 3D |
| Octal | 262 | 220 | 206 | 0 | 23 | 31 | 36 | 16 | 26 | 75 |
| Binary | 10110010 | 10010000 | 10000110 | 0 | 10011 | 11001 | 11110 | 1110 | 10110 | 111101 |
Color Harmonies of #B29086
Complementary color
Monochromatic Colors of #B29086
Black with #B29086
Text Example
Text Example
White with #B29086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29086; }
p { color: rgb(178,144,134); }
H1.HeaderClassName
{
color: #B29086;
}
.AnyTagClassName
{
color: #B29086;
}
</style>
background-color css
<style>
a { background-color: #B29086; }
a { background-color: rgb(178,144,134); }
div.DivClassName
{
background-color: #B29086;
}
.BgClassName
{
background-color: #B29086;
}
</style>
border-color css
<style>
span { border-color: #B29086; }
span { border-color: rgb(178,144,134); }
td.TdClassName
{
border-color: #B29086;
}
.TagClassName
{
border-color: #B29086;
}
</style>