Shades of Thatch #B29187
Tints of Thatch #B29187
RGB
CMYK
RGB Variations
Color information
#B29187 (or 0xB29187) is known color: Thatch. HEX triplet: B2, 91 and 87. RGB value is (178,145,135). Sum of RGB (Red+Green+Blue) = 178+145+135=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B29187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29187 is #4D6E78. Grayscale: #999999. Windows color (decimal): -5074553 or 8884658. OLE color: 8884658.
HSL color Cylindrical-coordinate representation of color #B29187: hue angle of 13.95º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29187 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 135 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.30 |
| HSL | 13.95º | 0.22% | 0.61% | - |
| HSV(B) | 13.95º | 0.24% | 0.7% | - |
| XYZ | 32.86 | 31.47 | 27.26 | - |
| YUV | 153.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 135 | 0 | 0.19 | 0.24 | 0.30 | 13.95 | 0.22 | 0.61 |
| Hex | B2 | 91 | 87 | 0 | 13 | 18 | 1E | E | 16 | 3D |
| Octal | 262 | 221 | 207 | 0 | 23 | 30 | 36 | 16 | 26 | 75 |
| Binary | 10110010 | 10010001 | 10000111 | 0 | 10011 | 11000 | 11110 | 1110 | 10110 | 111101 |
Color Harmonies of #B29187
Complementary color
Monochromatic Colors of #B29187
Black with #B29187
Text Example
Text Example
White with #B29187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29187; }
p { color: rgb(178,145,135); }
H1.HeaderClassName
{
color: #B29187;
}
.AnyTagClassName
{
color: #B29187;
}
</style>
background-color css
<style>
a { background-color: #B29187; }
a { background-color: rgb(178,145,135); }
div.DivClassName
{
background-color: #B29187;
}
.BgClassName
{
background-color: #B29187;
}
</style>
border-color css
<style>
span { border-color: #B29187; }
span { border-color: rgb(178,145,135); }
td.TdClassName
{
border-color: #B29187;
}
.TagClassName
{
border-color: #B29187;
}
</style>