Shades of Husk #B9A34F
Tints of Husk #B9A34F
RGB
CMYK
RGB Variations
Color information
#B9A34F (or 0xB9A34F) is known color: Husk. HEX triplet: B9, A3 and 4F. RGB value is (185,163,79). Sum of RGB (Red+Green+Blue) = 185+163+79=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A34F is #465CB0. Grayscale: #A0A0A0. Windows color (decimal): -4611249 or 5219257. OLE color: 5219257.
HSL color Cylindrical-coordinate representation of color #B9A34F: hue angle of 47.55º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9A34F is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 79 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.27 |
| HSL | 47.55º | 0.43% | 0.52% | - |
| HSV(B) | 47.55º | 0.57% | 0.73% | - |
| XYZ | 34.52 | 37.07 | 12.73 | - |
| YUV | 160 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 79 | 0 | 0.12 | 0.57 | 0.27 | 47.55 | 0.43 | 0.52 |
| Hex | B9 | A3 | 4F | 0 | C | 39 | 1B | 30 | 2B | 34 |
| Octal | 271 | 243 | 117 | 0 | 14 | 71 | 33 | 60 | 53 | 64 |
| Binary | 10111001 | 10100011 | 1001111 | 0 | 1100 | 111001 | 11011 | 110000 | 101011 | 110100 |
Color Harmonies of #B9A34F
Complementary color
Monochromatic Colors of #B9A34F
Black with #B9A34F
Text Example
Text Example
White with #B9A34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A34F; }
p { color: rgb(185,163,79); }
H1.HeaderClassName
{
color: #B9A34F;
}
.AnyTagClassName
{
color: #B9A34F;
}
</style>
background-color css
<style>
a { background-color: #B9A34F; }
a { background-color: rgb(185,163,79); }
div.DivClassName
{
background-color: #B9A34F;
}
.BgClassName
{
background-color: #B9A34F;
}
</style>
border-color css
<style>
span { border-color: #B9A34F; }
span { border-color: rgb(185,163,79); }
td.TdClassName
{
border-color: #B9A34F;
}
.TagClassName
{
border-color: #B9A34F;
}
</style>