Shades of Husk #B0A04A
Tints of Husk #B0A04A
RGB
CMYK
RGB Variations
Color information
#B0A04A (or 0xB0A04A) is known color: Husk. HEX triplet: B0, A0 and 4A. RGB value is (176,160,74). Sum of RGB (Red+Green+Blue) = 176+160+74=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A04A is #4F5FB5. Grayscale: #9B9B9B. Windows color (decimal): -5201846 or 4890800. OLE color: 4890800.
HSL color Cylindrical-coordinate representation of color #B0A04A: hue angle of 50.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0A04A is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 74 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.31 |
| HSL | 50.59º | 0.41% | 0.49% | - |
| HSV(B) | 50.59º | 0.58% | 0.69% | - |
| XYZ | 31.71 | 34.87 | 11.54 | - |
| YUV | 154.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 74 | 0 | 0.09 | 0.58 | 0.31 | 50.59 | 0.41 | 0.49 |
| Hex | B0 | A0 | 4A | 0 | 9 | 3A | 1F | 33 | 29 | 31 |
| Octal | 260 | 240 | 112 | 0 | 11 | 72 | 37 | 63 | 51 | 61 |
| Binary | 10110000 | 10100000 | 1001010 | 0 | 1001 | 111010 | 11111 | 110011 | 101001 | 110001 |
Color Harmonies of #B0A04A
Complementary color
Monochromatic Colors of #B0A04A
Black with #B0A04A
Text Example
Text Example
White with #B0A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A04A; }
p { color: rgb(176,160,74); }
H1.HeaderClassName
{
color: #B0A04A;
}
.AnyTagClassName
{
color: #B0A04A;
}
</style>
background-color css
<style>
a { background-color: #B0A04A; }
a { background-color: rgb(176,160,74); }
div.DivClassName
{
background-color: #B0A04A;
}
.BgClassName
{
background-color: #B0A04A;
}
</style>
border-color css
<style>
span { border-color: #B0A04A; }
span { border-color: rgb(176,160,74); }
td.TdClassName
{
border-color: #B0A04A;
}
.TagClassName
{
border-color: #B0A04A;
}
</style>