Shades of Husk #B4A04C
Tints of Husk #B4A04C
RGB
CMYK
RGB Variations
Color information
#B4A04C (or 0xB4A04C) is known color: Husk. HEX triplet: B4, A0 and 4C. RGB value is (180,160,76). Sum of RGB (Red+Green+Blue) = 180+160+76=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A04C is #4B5FB3. Grayscale: #9C9C9C. Windows color (decimal): -4939700 or 5021876. OLE color: 5021876.
HSL color Cylindrical-coordinate representation of color #B4A04C: hue angle of 48.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4A04C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 76 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.29 |
| HSL | 48.46º | 0.41% | 0.5% | - |
| HSV(B) | 48.46º | 0.58% | 0.71% | - |
| XYZ | 32.7 | 35.37 | 11.94 | - |
| YUV | 156.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 76 | 0 | 0.11 | 0.58 | 0.29 | 48.46 | 0.41 | 0.5 |
| Hex | B4 | A0 | 4C | 0 | B | 3A | 1D | 30 | 29 | 32 |
| Octal | 264 | 240 | 114 | 0 | 13 | 72 | 35 | 60 | 51 | 62 |
| Binary | 10110100 | 10100000 | 1001100 | 0 | 1011 | 111010 | 11101 | 110000 | 101001 | 110010 |
Color Harmonies of #B4A04C
Complementary color
Monochromatic Colors of #B4A04C
Black with #B4A04C
Text Example
Text Example
White with #B4A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A04C; }
p { color: rgb(180,160,76); }
H1.HeaderClassName
{
color: #B4A04C;
}
.AnyTagClassName
{
color: #B4A04C;
}
</style>
background-color css
<style>
a { background-color: #B4A04C; }
a { background-color: rgb(180,160,76); }
div.DivClassName
{
background-color: #B4A04C;
}
.BgClassName
{
background-color: #B4A04C;
}
</style>
border-color css
<style>
span { border-color: #B4A04C; }
span { border-color: rgb(180,160,76); }
td.TdClassName
{
border-color: #B4A04C;
}
.TagClassName
{
border-color: #B4A04C;
}
</style>