Shades of Husk #B9A056
Tints of Husk #B9A056
RGB
CMYK
RGB Variations
Color information
#B9A056 (or 0xB9A056) is known color: Husk. HEX triplet: B9, A0 and 56. RGB value is (185,160,86). Sum of RGB (Red+Green+Blue) = 185+160+86=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A056 is #465FA9. Grayscale: #9F9F9F. Windows color (decimal): -4612010 or 5677241. OLE color: 5677241.
HSL color Cylindrical-coordinate representation of color #B9A056: hue angle of 44.85º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9A056 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 86 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.27 |
| HSL | 44.85º | 0.41% | 0.53% | - |
| HSV(B) | 44.85º | 0.54% | 0.73% | - |
| XYZ | 34.26 | 36.13 | 13.97 | - |
| YUV | 159.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 86 | 0 | 0.14 | 0.54 | 0.27 | 44.85 | 0.41 | 0.53 |
| Hex | B9 | A0 | 56 | 0 | E | 36 | 1B | 2D | 29 | 35 |
| Octal | 271 | 240 | 126 | 0 | 16 | 66 | 33 | 55 | 51 | 65 |
| Binary | 10111001 | 10100000 | 1010110 | 0 | 1110 | 110110 | 11011 | 101101 | 101001 | 110101 |
Color Harmonies of #B9A056
Complementary color
Monochromatic Colors of #B9A056
Black with #B9A056
Text Example
Text Example
White with #B9A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A056; }
p { color: rgb(185,160,86); }
H1.HeaderClassName
{
color: #B9A056;
}
.AnyTagClassName
{
color: #B9A056;
}
</style>
background-color css
<style>
a { background-color: #B9A056; }
a { background-color: rgb(185,160,86); }
div.DivClassName
{
background-color: #B9A056;
}
.BgClassName
{
background-color: #B9A056;
}
</style>
border-color css
<style>
span { border-color: #B9A056; }
span { border-color: rgb(185,160,86); }
td.TdClassName
{
border-color: #B9A056;
}
.TagClassName
{
border-color: #B9A056;
}
</style>