Shades of Thatch #B29995
Tints of Thatch #B29995
RGB
CMYK
RGB Variations
Color information
#B29995 (or 0xB29995) is known color: Thatch. HEX triplet: B2, 99 and 95. RGB value is (178,153,149). Sum of RGB (Red+Green+Blue) = 178+153+149=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B29995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29995 is #4D666A. Grayscale: #A0A0A0. Windows color (decimal): -5072491 or 9804210. OLE color: 9804210.
HSL color Cylindrical-coordinate representation of color #B29995: hue angle of 8.28º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29995 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 149 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.30 |
| HSL | 8.28º | 0.16% | 0.64% | - |
| HSV(B) | 8.28º | 0.16% | 0.7% | - |
| XYZ | 35.18 | 34.42 | 33.22 | - |
| YUV | 160.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 149 | 0 | 0.14 | 0.16 | 0.30 | 8.28 | 0.16 | 0.64 |
| Hex | B2 | 99 | 95 | 0 | E | 10 | 1E | 8 | 10 | 40 |
| Octal | 262 | 231 | 225 | 0 | 16 | 20 | 36 | 10 | 20 | 100 |
| Binary | 10110010 | 10011001 | 10010101 | 0 | 1110 | 10000 | 11110 | 1000 | 10000 | 1000000 |
Color Harmonies of #B29995
Complementary color
Monochromatic Colors of #B29995
Black with #B29995
Text Example
Text Example
White with #B29995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29995; }
p { color: rgb(178,153,149); }
H1.HeaderClassName
{
color: #B29995;
}
.AnyTagClassName
{
color: #B29995;
}
</style>
background-color css
<style>
a { background-color: #B29995; }
a { background-color: rgb(178,153,149); }
div.DivClassName
{
background-color: #B29995;
}
.BgClassName
{
background-color: #B29995;
}
</style>
border-color css
<style>
span { border-color: #B29995; }
span { border-color: rgb(178,153,149); }
td.TdClassName
{
border-color: #B29995;
}
.TagClassName
{
border-color: #B29995;
}
</style>