Shades of Husk #B9A14D
Tints of Husk #B9A14D
RGB
CMYK
RGB Variations
Color information
#B9A14D (or 0xB9A14D) is known color: Husk. HEX triplet: B9, A1 and 4D. RGB value is (185,161,77). Sum of RGB (Red+Green+Blue) = 185+161+77=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A14D is #465EB2. Grayscale: #9E9E9E. Windows color (decimal): -4611763 or 5087673. OLE color: 5087673.
HSL color Cylindrical-coordinate representation of color #B9A14D: hue angle of 46.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A14D is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 77 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.27 |
| HSL | 46.67º | 0.44% | 0.51% | - |
| HSV(B) | 46.67º | 0.58% | 0.73% | - |
| XYZ | 34.09 | 36.34 | 12.24 | - |
| YUV | 158.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 77 | 0 | 0.13 | 0.58 | 0.27 | 46.67 | 0.44 | 0.51 |
| Hex | B9 | A1 | 4D | 0 | D | 3A | 1B | 2F | 2C | 33 |
| Octal | 271 | 241 | 115 | 0 | 15 | 72 | 33 | 57 | 54 | 63 |
| Binary | 10111001 | 10100001 | 1001101 | 0 | 1101 | 111010 | 11011 | 101111 | 101100 | 110011 |
Color Harmonies of #B9A14D
Complementary color
Monochromatic Colors of #B9A14D
Black with #B9A14D
Text Example
Text Example
White with #B9A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A14D; }
p { color: rgb(185,161,77); }
H1.HeaderClassName
{
color: #B9A14D;
}
.AnyTagClassName
{
color: #B9A14D;
}
</style>
background-color css
<style>
a { background-color: #B9A14D; }
a { background-color: rgb(185,161,77); }
div.DivClassName
{
background-color: #B9A14D;
}
.BgClassName
{
background-color: #B9A14D;
}
</style>
border-color css
<style>
span { border-color: #B9A14D; }
span { border-color: rgb(185,161,77); }
td.TdClassName
{
border-color: #B9A14D;
}
.TagClassName
{
border-color: #B9A14D;
}
</style>