Shades of Thatch #B29A94
Tints of Thatch #B29A94
RGB
CMYK
RGB Variations
Color information
#B29A94 (or 0xB29A94) is known color: Thatch. HEX triplet: B2, 9A and 94. RGB value is (178,154,148). Sum of RGB (Red+Green+Blue) = 178+154+148=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A94 is #4D656B. Grayscale: #A0A0A0. Windows color (decimal): -5072236 or 9738930. OLE color: 9738930.
HSL color Cylindrical-coordinate representation of color #B29A94: hue angle of 12º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29A94 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 148 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.30 |
| HSL | 12º | 0.16% | 0.64% | - |
| HSV(B) | 12º | 0.17% | 0.7% | - |
| XYZ | 35.26 | 34.71 | 32.86 | - |
| YUV | 160.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 148 | 0 | 0.13 | 0.17 | 0.30 | 12 | 0.16 | 0.64 |
| Hex | B2 | 9A | 94 | 0 | D | 11 | 1E | C | 10 | 40 |
| Octal | 262 | 232 | 224 | 0 | 15 | 21 | 36 | 14 | 20 | 100 |
| Binary | 10110010 | 10011010 | 10010100 | 0 | 1101 | 10001 | 11110 | 1100 | 10000 | 1000000 |
Color Harmonies of #B29A94
Complementary color
Monochromatic Colors of #B29A94
Black with #B29A94
Text Example
Text Example
White with #B29A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A94; }
p { color: rgb(178,154,148); }
H1.HeaderClassName
{
color: #B29A94;
}
.AnyTagClassName
{
color: #B29A94;
}
</style>
background-color css
<style>
a { background-color: #B29A94; }
a { background-color: rgb(178,154,148); }
div.DivClassName
{
background-color: #B29A94;
}
.BgClassName
{
background-color: #B29A94;
}
</style>
border-color css
<style>
span { border-color: #B29A94; }
span { border-color: rgb(178,154,148); }
td.TdClassName
{
border-color: #B29A94;
}
.TagClassName
{
border-color: #B29A94;
}
</style>