Shades of Husk #B7A049
Tints of Husk #B7A049
RGB
CMYK
RGB Variations
Color information
#B7A049 (or 0xB7A049) is known color: Husk. HEX triplet: B7, A0 and 49. RGB value is (183,160,73). Sum of RGB (Red+Green+Blue) = 183+160+73=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A049 is #485FB6. Grayscale: #9D9D9D. Windows color (decimal): -4743095 or 4825271. OLE color: 4825271.
HSL color Cylindrical-coordinate representation of color #B7A049: hue angle of 47.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A049 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 73 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.28 |
| HSL | 47.45º | 0.43% | 0.5% | - |
| HSV(B) | 47.45º | 0.6% | 0.72% | - |
| XYZ | 33.3 | 35.69 | 11.44 | - |
| YUV | 156.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 73 | 0 | 0.13 | 0.60 | 0.28 | 47.45 | 0.43 | 0.5 |
| Hex | B7 | A0 | 49 | 0 | D | 3C | 1C | 2F | 2B | 32 |
| Octal | 267 | 240 | 111 | 0 | 15 | 74 | 34 | 57 | 53 | 62 |
| Binary | 10110111 | 10100000 | 1001001 | 0 | 1101 | 111100 | 11100 | 101111 | 101011 | 110010 |
Color Harmonies of #B7A049
Complementary color
Monochromatic Colors of #B7A049
Black with #B7A049
Text Example
Text Example
White with #B7A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A049; }
p { color: rgb(183,160,73); }
H1.HeaderClassName
{
color: #B7A049;
}
.AnyTagClassName
{
color: #B7A049;
}
</style>
background-color css
<style>
a { background-color: #B7A049; }
a { background-color: rgb(183,160,73); }
div.DivClassName
{
background-color: #B7A049;
}
.BgClassName
{
background-color: #B7A049;
}
</style>
border-color css
<style>
span { border-color: #B7A049; }
span { border-color: rgb(183,160,73); }
td.TdClassName
{
border-color: #B7A049;
}
.TagClassName
{
border-color: #B7A049;
}
</style>