Shades of Thatch #B29087
Tints of Thatch #B29087
RGB
CMYK
RGB Variations
Color information
#B29087 (or 0xB29087) is known color: Thatch. HEX triplet: B2, 90 and 87. RGB value is (178,144,135). Sum of RGB (Red+Green+Blue) = 178+144+135=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29087 is #4D6F78. Grayscale: #999999. Windows color (decimal): -5074809 or 8884402. OLE color: 8884402.
HSL color Cylindrical-coordinate representation of color #B29087: hue angle of 12.56º 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 #B29087 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 135 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.30 |
| HSL | 12.56º | 0.22% | 0.61% | - |
| HSV(B) | 12.56º | 0.24% | 0.7% | - |
| XYZ | 32.71 | 31.16 | 27.21 | - |
| YUV | 153.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 135 | 0 | 0.19 | 0.24 | 0.30 | 12.56 | 0.22 | 0.61 |
| Hex | B2 | 90 | 87 | 0 | 13 | 18 | 1E | D | 16 | 3D |
| Octal | 262 | 220 | 207 | 0 | 23 | 30 | 36 | 15 | 26 | 75 |
| Binary | 10110010 | 10010000 | 10000111 | 0 | 10011 | 11000 | 11110 | 1101 | 10110 | 111101 |
Color Harmonies of #B29087
Complementary color
Monochromatic Colors of #B29087
Black with #B29087
Text Example
Text Example
White with #B29087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29087; }
p { color: rgb(178,144,135); }
H1.HeaderClassName
{
color: #B29087;
}
.AnyTagClassName
{
color: #B29087;
}
</style>
background-color css
<style>
a { background-color: #B29087; }
a { background-color: rgb(178,144,135); }
div.DivClassName
{
background-color: #B29087;
}
.BgClassName
{
background-color: #B29087;
}
</style>
border-color css
<style>
span { border-color: #B29087; }
span { border-color: rgb(178,144,135); }
td.TdClassName
{
border-color: #B29087;
}
.TagClassName
{
border-color: #B29087;
}
</style>