Shades of Husk #B0A351
Tints of Husk #B0A351
RGB
CMYK
RGB Variations
Color information
#B0A351 (or 0xB0A351) is known color: Husk. HEX triplet: B0, A3 and 51. RGB value is (176,163,81). Sum of RGB (Red+Green+Blue) = 176+163+81=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A351 is #4F5CAE. Grayscale: #9D9D9D. Windows color (decimal): -5201071 or 5350320. OLE color: 5350320.
HSL color Cylindrical-coordinate representation of color #B0A351: hue angle of 51.79º 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 #B0A351 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 81 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.31 |
| HSL | 51.79º | 0.38% | 0.5% | - |
| HSV(B) | 51.79º | 0.54% | 0.69% | - |
| XYZ | 32.49 | 36.02 | 13.02 | - |
| YUV | 157.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 81 | 0 | 0.07 | 0.54 | 0.31 | 51.79 | 0.38 | 0.5 |
| Hex | B0 | A3 | 51 | 0 | 7 | 36 | 1F | 34 | 26 | 32 |
| Octal | 260 | 243 | 121 | 0 | 7 | 66 | 37 | 64 | 46 | 62 |
| Binary | 10110000 | 10100011 | 1010001 | 0 | 111 | 110110 | 11111 | 110100 | 100110 | 110010 |
Color Harmonies of #B0A351
Complementary color
Monochromatic Colors of #B0A351
Black with #B0A351
Text Example
Text Example
White with #B0A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A351; }
p { color: rgb(176,163,81); }
H1.HeaderClassName
{
color: #B0A351;
}
.AnyTagClassName
{
color: #B0A351;
}
</style>
background-color css
<style>
a { background-color: #B0A351; }
a { background-color: rgb(176,163,81); }
div.DivClassName
{
background-color: #B0A351;
}
.BgClassName
{
background-color: #B0A351;
}
</style>
border-color css
<style>
span { border-color: #B0A351; }
span { border-color: rgb(176,163,81); }
td.TdClassName
{
border-color: #B0A351;
}
.TagClassName
{
border-color: #B0A351;
}
</style>