Shades of Husk #B7A047
Tints of Husk #B7A047
RGB
CMYK
RGB Variations
Color information
#B7A047 (or 0xB7A047) is known color: Husk. HEX triplet: B7, A0 and 47. RGB value is (183,160,71). Sum of RGB (Red+Green+Blue) = 183+160+71=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A047 is #485FB8. Grayscale: #9D9D9D. Windows color (decimal): -4743097 or 4694199. OLE color: 4694199.
HSL color Cylindrical-coordinate representation of color #B7A047: hue angle of 47.68º 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 #B7A047 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 71 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.28 |
| HSL | 47.68º | 0.44% | 0.5% | - |
| HSV(B) | 47.68º | 0.61% | 0.72% | - |
| XYZ | 33.24 | 35.66 | 11.09 | - |
| YUV | 156.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 71 | 0 | 0.13 | 0.61 | 0.28 | 47.68 | 0.44 | 0.5 |
| Hex | B7 | A0 | 47 | 0 | D | 3D | 1C | 30 | 2C | 32 |
| Octal | 267 | 240 | 107 | 0 | 15 | 75 | 34 | 60 | 54 | 62 |
| Binary | 10110111 | 10100000 | 1000111 | 0 | 1101 | 111101 | 11100 | 110000 | 101100 | 110010 |
Color Harmonies of #B7A047
Complementary color
Monochromatic Colors of #B7A047
Black with #B7A047
Text Example
Text Example
White with #B7A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A047; }
p { color: rgb(183,160,71); }
H1.HeaderClassName
{
color: #B7A047;
}
.AnyTagClassName
{
color: #B7A047;
}
</style>
background-color css
<style>
a { background-color: #B7A047; }
a { background-color: rgb(183,160,71); }
div.DivClassName
{
background-color: #B7A047;
}
.BgClassName
{
background-color: #B7A047;
}
</style>
border-color css
<style>
span { border-color: #B7A047; }
span { border-color: rgb(183,160,71); }
td.TdClassName
{
border-color: #B7A047;
}
.TagClassName
{
border-color: #B7A047;
}
</style>