Shades of Husk #B9A047
Tints of Husk #B9A047
RGB
CMYK
RGB Variations
Color information
#B9A047 (or 0xB9A047) is known color: Husk. HEX triplet: B9, A0 and 47. RGB value is (185,160,71). Sum of RGB (Red+Green+Blue) = 185+160+71=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A047 is #465FB8. Grayscale: #9D9D9D. Windows color (decimal): -4612025 or 4694201. OLE color: 4694201.
HSL color Cylindrical-coordinate representation of color #B9A047: hue angle of 46.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9A047 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 71 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.27 |
| HSL | 46.84º | 0.45% | 0.5% | - |
| HSV(B) | 46.84º | 0.62% | 0.73% | - |
| XYZ | 33.72 | 35.91 | 11.12 | - |
| YUV | 157.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 71 | 0 | 0.14 | 0.62 | 0.27 | 46.84 | 0.45 | 0.5 |
| Hex | B9 | A0 | 47 | 0 | E | 3E | 1B | 2F | 2D | 32 |
| Octal | 271 | 240 | 107 | 0 | 16 | 76 | 33 | 57 | 55 | 62 |
| Binary | 10111001 | 10100000 | 1000111 | 0 | 1110 | 111110 | 11011 | 101111 | 101101 | 110010 |
Color Harmonies of #B9A047
Complementary color
Monochromatic Colors of #B9A047
Black with #B9A047
Text Example
Text Example
White with #B9A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A047; }
p { color: rgb(185,160,71); }
H1.HeaderClassName
{
color: #B9A047;
}
.AnyTagClassName
{
color: #B9A047;
}
</style>
background-color css
<style>
a { background-color: #B9A047; }
a { background-color: rgb(185,160,71); }
div.DivClassName
{
background-color: #B9A047;
}
.BgClassName
{
background-color: #B9A047;
}
</style>
border-color css
<style>
span { border-color: #B9A047; }
span { border-color: rgb(185,160,71); }
td.TdClassName
{
border-color: #B9A047;
}
.TagClassName
{
border-color: #B9A047;
}
</style>