Shades of Husk #B7A048
Tints of Husk #B7A048
RGB
CMYK
RGB Variations
Color information
#B7A048 (or 0xB7A048) is known color: Husk. HEX triplet: B7, A0 and 48. RGB value is (183,160,72). Sum of RGB (Red+Green+Blue) = 183+160+72=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A048 is #485FB7. Grayscale: #9D9D9D. Windows color (decimal): -4743096 or 4759735. OLE color: 4759735.
HSL color Cylindrical-coordinate representation of color #B7A048: hue angle of 47.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A048 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 72 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.28 |
| HSL | 47.57º | 0.44% | 0.5% | - |
| HSV(B) | 47.57º | 0.61% | 0.72% | - |
| XYZ | 33.27 | 35.68 | 11.26 | - |
| YUV | 156.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 72 | 0 | 0.13 | 0.61 | 0.28 | 47.57 | 0.44 | 0.5 |
| Hex | B7 | A0 | 48 | 0 | D | 3D | 1C | 30 | 2C | 32 |
| Octal | 267 | 240 | 110 | 0 | 15 | 75 | 34 | 60 | 54 | 62 |
| Binary | 10110111 | 10100000 | 1001000 | 0 | 1101 | 111101 | 11100 | 110000 | 101100 | 110010 |
Color Harmonies of #B7A048
Complementary color
Monochromatic Colors of #B7A048
Black with #B7A048
Text Example
Text Example
White with #B7A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A048; }
p { color: rgb(183,160,72); }
H1.HeaderClassName
{
color: #B7A048;
}
.AnyTagClassName
{
color: #B7A048;
}
</style>
background-color css
<style>
a { background-color: #B7A048; }
a { background-color: rgb(183,160,72); }
div.DivClassName
{
background-color: #B7A048;
}
.BgClassName
{
background-color: #B7A048;
}
</style>
border-color css
<style>
span { border-color: #B7A048; }
span { border-color: rgb(183,160,72); }
td.TdClassName
{
border-color: #B7A048;
}
.TagClassName
{
border-color: #B7A048;
}
</style>