Shades of Husk #B29A55
Tints of Husk #B29A55
RGB
CMYK
RGB Variations
Color information
#B29A55 (or 0xB29A55) is known color: Husk. HEX triplet: B2, 9A and 55. RGB value is (178,154,85). Sum of RGB (Red+Green+Blue) = 178+154+85=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A55 is #4D65AA. Grayscale: #999999. Windows color (decimal): -5072299 or 5610162. OLE color: 5610162.
HSL color Cylindrical-coordinate representation of color #B29A55: hue angle of 44.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B29A55 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 85 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.30 |
| HSL | 44.52º | 0.38% | 0.52% | - |
| HSV(B) | 44.52º | 0.52% | 0.7% | - |
| XYZ | 31.56 | 33.23 | 13.35 | - |
| YUV | 153.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 85 | 0 | 0.13 | 0.52 | 0.30 | 44.52 | 0.38 | 0.52 |
| Hex | B2 | 9A | 55 | 0 | D | 34 | 1E | 2D | 26 | 34 |
| Octal | 262 | 232 | 125 | 0 | 15 | 64 | 36 | 55 | 46 | 64 |
| Binary | 10110010 | 10011010 | 1010101 | 0 | 1101 | 110100 | 11110 | 101101 | 100110 | 110100 |
Color Harmonies of #B29A55
Complementary color
Monochromatic Colors of #B29A55
Black with #B29A55
Text Example
Text Example
White with #B29A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A55; }
p { color: rgb(178,154,85); }
H1.HeaderClassName
{
color: #B29A55;
}
.AnyTagClassName
{
color: #B29A55;
}
</style>
background-color css
<style>
a { background-color: #B29A55; }
a { background-color: rgb(178,154,85); }
div.DivClassName
{
background-color: #B29A55;
}
.BgClassName
{
background-color: #B29A55;
}
</style>
border-color css
<style>
span { border-color: #B29A55; }
span { border-color: rgb(178,154,85); }
td.TdClassName
{
border-color: #B29A55;
}
.TagClassName
{
border-color: #B29A55;
}
</style>