Shades of Husk #B0A251
Tints of Husk #B0A251
RGB
CMYK
RGB Variations
Color information
#B0A251 (or 0xB0A251) is known color: Husk. HEX triplet: B0, A2 and 51. RGB value is (176,162,81). Sum of RGB (Red+Green+Blue) = 176+162+81=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A251 is #4F5DAE. Grayscale: #9D9D9D. Windows color (decimal): -5201327 or 5350064. OLE color: 5350064.
HSL color Cylindrical-coordinate representation of color #B0A251: hue angle of 51.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0A251 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 81 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.31 |
| HSL | 51.16º | 0.38% | 0.5% | - |
| HSV(B) | 51.16º | 0.54% | 0.69% | - |
| XYZ | 32.31 | 35.66 | 12.97 | - |
| YUV | 156.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 81 | 0 | 0.08 | 0.54 | 0.31 | 51.16 | 0.38 | 0.5 |
| Hex | B0 | A2 | 51 | 0 | 8 | 36 | 1F | 33 | 26 | 32 |
| Octal | 260 | 242 | 121 | 0 | 10 | 66 | 37 | 63 | 46 | 62 |
| Binary | 10110000 | 10100010 | 1010001 | 0 | 1000 | 110110 | 11111 | 110011 | 100110 | 110010 |
Color Harmonies of #B0A251
Complementary color
Monochromatic Colors of #B0A251
Black with #B0A251
Text Example
Text Example
White with #B0A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A251; }
p { color: rgb(176,162,81); }
H1.HeaderClassName
{
color: #B0A251;
}
.AnyTagClassName
{
color: #B0A251;
}
</style>
background-color css
<style>
a { background-color: #B0A251; }
a { background-color: rgb(176,162,81); }
div.DivClassName
{
background-color: #B0A251;
}
.BgClassName
{
background-color: #B0A251;
}
</style>
border-color css
<style>
span { border-color: #B0A251; }
span { border-color: rgb(176,162,81); }
td.TdClassName
{
border-color: #B0A251;
}
.TagClassName
{
border-color: #B0A251;
}
</style>