Shades of Husk #B0A04D
Tints of Husk #B0A04D
RGB
CMYK
RGB Variations
Color information
#B0A04D (or 0xB0A04D) is known color: Husk. HEX triplet: B0, A0 and 4D. RGB value is (176,160,77). Sum of RGB (Red+Green+Blue) = 176+160+77=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A04D is #4F5FB2. Grayscale: #9B9B9B. Windows color (decimal): -5201843 or 5087408. OLE color: 5087408.
HSL color Cylindrical-coordinate representation of color #B0A04D: hue angle of 50.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0A04D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 77 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.31 |
| HSL | 50.3º | 0.39% | 0.5% | - |
| HSV(B) | 50.3º | 0.56% | 0.69% | - |
| XYZ | 31.81 | 34.91 | 12.08 | - |
| YUV | 155.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 77 | 0 | 0.09 | 0.56 | 0.31 | 50.3 | 0.39 | 0.5 |
| Hex | B0 | A0 | 4D | 0 | 9 | 38 | 1F | 32 | 27 | 32 |
| Octal | 260 | 240 | 115 | 0 | 11 | 70 | 37 | 62 | 47 | 62 |
| Binary | 10110000 | 10100000 | 1001101 | 0 | 1001 | 111000 | 11111 | 110010 | 100111 | 110010 |
Color Harmonies of #B0A04D
Complementary color
Monochromatic Colors of #B0A04D
Black with #B0A04D
Text Example
Text Example
White with #B0A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A04D; }
p { color: rgb(176,160,77); }
H1.HeaderClassName
{
color: #B0A04D;
}
.AnyTagClassName
{
color: #B0A04D;
}
</style>
background-color css
<style>
a { background-color: #B0A04D; }
a { background-color: rgb(176,160,77); }
div.DivClassName
{
background-color: #B0A04D;
}
.BgClassName
{
background-color: #B0A04D;
}
</style>
border-color css
<style>
span { border-color: #B0A04D; }
span { border-color: rgb(176,160,77); }
td.TdClassName
{
border-color: #B0A04D;
}
.TagClassName
{
border-color: #B0A04D;
}
</style>