Shades of Husk #B0A054
Tints of Husk #B0A054
RGB
CMYK
RGB Variations
Color information
#B0A054 (or 0xB0A054) is known color: Husk. HEX triplet: B0, A0 and 54. RGB value is (176,160,84). Sum of RGB (Red+Green+Blue) = 176+160+84=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A054 is #4F5FAB. Grayscale: #9C9C9C. Windows color (decimal): -5201836 or 5546160. OLE color: 5546160.
HSL color Cylindrical-coordinate representation of color #B0A054: hue angle of 49.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0A054 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 84 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.31 |
| HSL | 49.57º | 0.37% | 0.51% | - |
| HSV(B) | 49.57º | 0.52% | 0.69% | - |
| XYZ | 32.08 | 35.01 | 13.45 | - |
| YUV | 156.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 84 | 0 | 0.09 | 0.52 | 0.31 | 49.57 | 0.37 | 0.51 |
| Hex | B0 | A0 | 54 | 0 | 9 | 34 | 1F | 32 | 25 | 33 |
| Octal | 260 | 240 | 124 | 0 | 11 | 64 | 37 | 62 | 45 | 63 |
| Binary | 10110000 | 10100000 | 1010100 | 0 | 1001 | 110100 | 11111 | 110010 | 100101 | 110011 |
Color Harmonies of #B0A054
Complementary color
Monochromatic Colors of #B0A054
Black with #B0A054
Text Example
Text Example
White with #B0A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A054; }
p { color: rgb(176,160,84); }
H1.HeaderClassName
{
color: #B0A054;
}
.AnyTagClassName
{
color: #B0A054;
}
</style>
background-color css
<style>
a { background-color: #B0A054; }
a { background-color: rgb(176,160,84); }
div.DivClassName
{
background-color: #B0A054;
}
.BgClassName
{
background-color: #B0A054;
}
</style>
border-color css
<style>
span { border-color: #B0A054; }
span { border-color: rgb(176,160,84); }
td.TdClassName
{
border-color: #B0A054;
}
.TagClassName
{
border-color: #B0A054;
}
</style>