Shades of Husk #B29A47
Tints of Husk #B29A47
RGB
CMYK
RGB Variations
Color information
#B29A47 (or 0xB29A47) is known color: Husk. HEX triplet: B2, 9A and 47. RGB value is (178,154,71). Sum of RGB (Red+Green+Blue) = 178+154+71=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A47 is #4D65B8. Grayscale: #989898. Windows color (decimal): -5072313 or 4692658. OLE color: 4692658.
HSL color Cylindrical-coordinate representation of color #B29A47: hue angle of 46.54º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B29A47 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 71 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.30 |
| HSL | 46.54º | 0.43% | 0.49% | - |
| HSV(B) | 46.54º | 0.6% | 0.7% | - |
| XYZ | 31.05 | 33.03 | 10.7 | - |
| YUV | 151.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 71 | 0 | 0.13 | 0.60 | 0.30 | 46.54 | 0.43 | 0.49 |
| Hex | B2 | 9A | 47 | 0 | D | 3C | 1E | 2F | 2B | 31 |
| Octal | 262 | 232 | 107 | 0 | 15 | 74 | 36 | 57 | 53 | 61 |
| Binary | 10110010 | 10011010 | 1000111 | 0 | 1101 | 111100 | 11110 | 101111 | 101011 | 110001 |
Color Harmonies of #B29A47
Complementary color
Monochromatic Colors of #B29A47
Black with #B29A47
Text Example
Text Example
White with #B29A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A47; }
p { color: rgb(178,154,71); }
H1.HeaderClassName
{
color: #B29A47;
}
.AnyTagClassName
{
color: #B29A47;
}
</style>
background-color css
<style>
a { background-color: #B29A47; }
a { background-color: rgb(178,154,71); }
div.DivClassName
{
background-color: #B29A47;
}
.BgClassName
{
background-color: #B29A47;
}
</style>
border-color css
<style>
span { border-color: #B29A47; }
span { border-color: rgb(178,154,71); }
td.TdClassName
{
border-color: #B29A47;
}
.TagClassName
{
border-color: #B29A47;
}
</style>