Shades of Husk #B6A04A
Tints of Husk #B6A04A
RGB
CMYK
RGB Variations
Color information
#B6A04A (or 0xB6A04A) is known color: Husk. HEX triplet: B6, A0 and 4A. RGB value is (182,160,74). Sum of RGB (Red+Green+Blue) = 182+160+74=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A04A is #495FB5. Grayscale: #9D9D9D. Windows color (decimal): -4808630 or 4890806. OLE color: 4890806.
HSL color Cylindrical-coordinate representation of color #B6A04A: hue angle of 47.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6A04A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 74 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.29 |
| HSL | 47.78º | 0.43% | 0.5% | - |
| HSV(B) | 47.78º | 0.59% | 0.71% | - |
| XYZ | 33.1 | 35.58 | 11.6 | - |
| YUV | 156.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 74 | 0 | 0.12 | 0.59 | 0.29 | 47.78 | 0.43 | 0.5 |
| Hex | B6 | A0 | 4A | 0 | C | 3B | 1D | 30 | 2B | 32 |
| Octal | 266 | 240 | 112 | 0 | 14 | 73 | 35 | 60 | 53 | 62 |
| Binary | 10110110 | 10100000 | 1001010 | 0 | 1100 | 111011 | 11101 | 110000 | 101011 | 110010 |
Color Harmonies of #B6A04A
Complementary color
Monochromatic Colors of #B6A04A
Black with #B6A04A
Text Example
Text Example
White with #B6A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A04A; }
p { color: rgb(182,160,74); }
H1.HeaderClassName
{
color: #B6A04A;
}
.AnyTagClassName
{
color: #B6A04A;
}
</style>
background-color css
<style>
a { background-color: #B6A04A; }
a { background-color: rgb(182,160,74); }
div.DivClassName
{
background-color: #B6A04A;
}
.BgClassName
{
background-color: #B6A04A;
}
</style>
border-color css
<style>
span { border-color: #B6A04A; }
span { border-color: rgb(182,160,74); }
td.TdClassName
{
border-color: #B6A04A;
}
.TagClassName
{
border-color: #B6A04A;
}
</style>