Shades of Husk #B29A4D
Tints of Husk #B29A4D
RGB
CMYK
RGB Variations
Color information
#B29A4D (or 0xB29A4D) is known color: Husk. HEX triplet: B2, 9A and 4D. RGB value is (178,154,77). Sum of RGB (Red+Green+Blue) = 178+154+77=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A4D is #4D65B2. Grayscale: #989898. Windows color (decimal): -5072307 or 5085874. OLE color: 5085874.
HSL color Cylindrical-coordinate representation of color #B29A4D: hue angle of 45.74º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B29A4D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 77 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.30 |
| HSL | 45.74º | 0.4% | 0.5% | - |
| HSV(B) | 45.74º | 0.57% | 0.7% | - |
| XYZ | 31.26 | 33.11 | 11.77 | - |
| YUV | 152.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 77 | 0 | 0.13 | 0.57 | 0.30 | 45.74 | 0.4 | 0.5 |
| Hex | B2 | 9A | 4D | 0 | D | 39 | 1E | 2E | 28 | 32 |
| Octal | 262 | 232 | 115 | 0 | 15 | 71 | 36 | 56 | 50 | 62 |
| Binary | 10110010 | 10011010 | 1001101 | 0 | 1101 | 111001 | 11110 | 101110 | 101000 | 110010 |
Color Harmonies of #B29A4D
Complementary color
Monochromatic Colors of #B29A4D
Black with #B29A4D
Text Example
Text Example
White with #B29A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A4D; }
p { color: rgb(178,154,77); }
H1.HeaderClassName
{
color: #B29A4D;
}
.AnyTagClassName
{
color: #B29A4D;
}
</style>
background-color css
<style>
a { background-color: #B29A4D; }
a { background-color: rgb(178,154,77); }
div.DivClassName
{
background-color: #B29A4D;
}
.BgClassName
{
background-color: #B29A4D;
}
</style>
border-color css
<style>
span { border-color: #B29A4D; }
span { border-color: rgb(178,154,77); }
td.TdClassName
{
border-color: #B29A4D;
}
.TagClassName
{
border-color: #B29A4D;
}
</style>