Shades of Husk #B9A04B
Tints of Husk #B9A04B
RGB
CMYK
RGB Variations
Color information
#B9A04B (or 0xB9A04B) is known color: Husk. HEX triplet: B9, A0 and 4B. RGB value is (185,160,75). Sum of RGB (Red+Green+Blue) = 185+160+75=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A04B is #465FB4. Grayscale: #9E9E9E. Windows color (decimal): -4612021 or 4956345. OLE color: 4956345.
HSL color Cylindrical-coordinate representation of color #B9A04B: hue angle of 46.36º 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 #B9A04B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 75 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.27 |
| HSL | 46.36º | 0.44% | 0.51% | - |
| HSV(B) | 46.36º | 0.59% | 0.73% | - |
| XYZ | 33.85 | 35.96 | 11.81 | - |
| YUV | 157.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 75 | 0 | 0.14 | 0.59 | 0.27 | 46.36 | 0.44 | 0.51 |
| Hex | B9 | A0 | 4B | 0 | E | 3B | 1B | 2E | 2C | 33 |
| Octal | 271 | 240 | 113 | 0 | 16 | 73 | 33 | 56 | 54 | 63 |
| Binary | 10111001 | 10100000 | 1001011 | 0 | 1110 | 111011 | 11011 | 101110 | 101100 | 110011 |
Color Harmonies of #B9A04B
Complementary color
Monochromatic Colors of #B9A04B
Black with #B9A04B
Text Example
Text Example
White with #B9A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A04B; }
p { color: rgb(185,160,75); }
H1.HeaderClassName
{
color: #B9A04B;
}
.AnyTagClassName
{
color: #B9A04B;
}
</style>
background-color css
<style>
a { background-color: #B9A04B; }
a { background-color: rgb(185,160,75); }
div.DivClassName
{
background-color: #B9A04B;
}
.BgClassName
{
background-color: #B9A04B;
}
</style>
border-color css
<style>
span { border-color: #B9A04B; }
span { border-color: rgb(185,160,75); }
td.TdClassName
{
border-color: #B9A04B;
}
.TagClassName
{
border-color: #B9A04B;
}
</style>