Shades of Husk #B8A04C
Tints of Husk #B8A04C
RGB
CMYK
RGB Variations
Color information
#B8A04C (or 0xB8A04C) is known color: Husk. HEX triplet: B8, A0 and 4C. RGB value is (184,160,76). Sum of RGB (Red+Green+Blue) = 184+160+76=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A04C is #475FB3. Grayscale: #9D9D9D. Windows color (decimal): -4677556 or 5021880. OLE color: 5021880.
HSL color Cylindrical-coordinate representation of color #B8A04C: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8A04C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 76 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.28 |
| HSL | 46.67º | 0.43% | 0.51% | - |
| HSV(B) | 46.67º | 0.59% | 0.72% | - |
| XYZ | 33.64 | 35.85 | 11.98 | - |
| YUV | 157.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 76 | 0 | 0.13 | 0.59 | 0.28 | 46.67 | 0.43 | 0.51 |
| Hex | B8 | A0 | 4C | 0 | D | 3B | 1C | 2F | 2B | 33 |
| Octal | 270 | 240 | 114 | 0 | 15 | 73 | 34 | 57 | 53 | 63 |
| Binary | 10111000 | 10100000 | 1001100 | 0 | 1101 | 111011 | 11100 | 101111 | 101011 | 110011 |
Color Harmonies of #B8A04C
Complementary color
Monochromatic Colors of #B8A04C
Black with #B8A04C
Text Example
Text Example
White with #B8A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A04C; }
p { color: rgb(184,160,76); }
H1.HeaderClassName
{
color: #B8A04C;
}
.AnyTagClassName
{
color: #B8A04C;
}
</style>
background-color css
<style>
a { background-color: #B8A04C; }
a { background-color: rgb(184,160,76); }
div.DivClassName
{
background-color: #B8A04C;
}
.BgClassName
{
background-color: #B8A04C;
}
</style>
border-color css
<style>
span { border-color: #B8A04C; }
span { border-color: rgb(184,160,76); }
td.TdClassName
{
border-color: #B8A04C;
}
.TagClassName
{
border-color: #B8A04C;
}
</style>