Shades of Husk #B9A256
Tints of Husk #B9A256
RGB
CMYK
RGB Variations
Color information
#B9A256 (or 0xB9A256) is known color: Husk. HEX triplet: B9, A2 and 56. RGB value is (185,162,86). Sum of RGB (Red+Green+Blue) = 185+162+86=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A256 is #465DA9. Grayscale: #A0A0A0. Windows color (decimal): -4611498 or 5677753. OLE color: 5677753.
HSL color Cylindrical-coordinate representation of color #B9A256: hue angle of 46.06º 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 #B9A256 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 86 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.27 |
| HSL | 46.06º | 0.41% | 0.53% | - |
| HSV(B) | 46.06º | 0.54% | 0.73% | - |
| XYZ | 34.61 | 36.83 | 14.09 | - |
| YUV | 160.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 86 | 0 | 0.12 | 0.54 | 0.27 | 46.06 | 0.41 | 0.53 |
| Hex | B9 | A2 | 56 | 0 | C | 36 | 1B | 2E | 29 | 35 |
| Octal | 271 | 242 | 126 | 0 | 14 | 66 | 33 | 56 | 51 | 65 |
| Binary | 10111001 | 10100010 | 1010110 | 0 | 1100 | 110110 | 11011 | 101110 | 101001 | 110101 |
Color Harmonies of #B9A256
Complementary color
Monochromatic Colors of #B9A256
Black with #B9A256
Text Example
Text Example
White with #B9A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A256; }
p { color: rgb(185,162,86); }
H1.HeaderClassName
{
color: #B9A256;
}
.AnyTagClassName
{
color: #B9A256;
}
</style>
background-color css
<style>
a { background-color: #B9A256; }
a { background-color: rgb(185,162,86); }
div.DivClassName
{
background-color: #B9A256;
}
.BgClassName
{
background-color: #B9A256;
}
</style>
border-color css
<style>
span { border-color: #B9A256; }
span { border-color: rgb(185,162,86); }
td.TdClassName
{
border-color: #B9A256;
}
.TagClassName
{
border-color: #B9A256;
}
</style>