Shades of Husk #B9A04C
Tints of Husk #B9A04C
RGB
CMYK
RGB Variations
Color information
#B9A04C (or 0xB9A04C) is known color: Husk. HEX triplet: B9, A0 and 4C. RGB value is (185,160,76). Sum of RGB (Red+Green+Blue) = 185+160+76=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A04C is #465FB3. Grayscale: #9E9E9E. Windows color (decimal): -4612020 or 5021881. OLE color: 5021881.
HSL color Cylindrical-coordinate representation of color #B9A04C: hue angle of 46.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A04C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 76 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.27 |
| HSL | 46.24º | 0.44% | 0.51% | - |
| HSV(B) | 46.24º | 0.59% | 0.73% | - |
| XYZ | 33.88 | 35.98 | 12 | - |
| YUV | 157.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 76 | 0 | 0.14 | 0.59 | 0.27 | 46.24 | 0.44 | 0.51 |
| Hex | B9 | A0 | 4C | 0 | E | 3B | 1B | 2E | 2C | 33 |
| Octal | 271 | 240 | 114 | 0 | 16 | 73 | 33 | 56 | 54 | 63 |
| Binary | 10111001 | 10100000 | 1001100 | 0 | 1110 | 111011 | 11011 | 101110 | 101100 | 110011 |
Color Harmonies of #B9A04C
Complementary color
Monochromatic Colors of #B9A04C
Black with #B9A04C
Text Example
Text Example
White with #B9A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A04C; }
p { color: rgb(185,160,76); }
H1.HeaderClassName
{
color: #B9A04C;
}
.AnyTagClassName
{
color: #B9A04C;
}
</style>
background-color css
<style>
a { background-color: #B9A04C; }
a { background-color: rgb(185,160,76); }
div.DivClassName
{
background-color: #B9A04C;
}
.BgClassName
{
background-color: #B9A04C;
}
</style>
border-color css
<style>
span { border-color: #B9A04C; }
span { border-color: rgb(185,160,76); }
td.TdClassName
{
border-color: #B9A04C;
}
.TagClassName
{
border-color: #B9A04C;
}
</style>