Shades of Thatch #B29188
Tints of Thatch #B29188
RGB
CMYK
RGB Variations
Color information
#B29188 (or 0xB29188) is known color: Thatch. HEX triplet: B2, 91 and 88. RGB value is (178,145,136). Sum of RGB (Red+Green+Blue) = 178+145+136=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B29188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29188 is #4D6E77. Grayscale: #999999. Windows color (decimal): -5074552 or 8950194. OLE color: 8950194.
HSL color Cylindrical-coordinate representation of color #B29188: hue angle of 12.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29188 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 136 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.30 |
| HSL | 12.86º | 0.21% | 0.62% | - |
| HSV(B) | 12.86º | 0.24% | 0.7% | - |
| XYZ | 32.93 | 31.49 | 27.64 | - |
| YUV | 153.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 136 | 0 | 0.19 | 0.24 | 0.30 | 12.86 | 0.21 | 0.62 |
| Hex | B2 | 91 | 88 | 0 | 13 | 18 | 1E | D | 15 | 3E |
| Octal | 262 | 221 | 210 | 0 | 23 | 30 | 36 | 15 | 25 | 76 |
| Binary | 10110010 | 10010001 | 10001000 | 0 | 10011 | 11000 | 11110 | 1101 | 10101 | 111110 |
Color Harmonies of #B29188
Complementary color
Monochromatic Colors of #B29188
Black with #B29188
Text Example
Text Example
White with #B29188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29188; }
p { color: rgb(178,145,136); }
H1.HeaderClassName
{
color: #B29188;
}
.AnyTagClassName
{
color: #B29188;
}
</style>
background-color css
<style>
a { background-color: #B29188; }
a { background-color: rgb(178,145,136); }
div.DivClassName
{
background-color: #B29188;
}
.BgClassName
{
background-color: #B29188;
}
</style>
border-color css
<style>
span { border-color: #B29188; }
span { border-color: rgb(178,145,136); }
td.TdClassName
{
border-color: #B29188;
}
.TagClassName
{
border-color: #B29188;
}
</style>