Shades of Husk #B0A156
Tints of Husk #B0A156
RGB
CMYK
RGB Variations
Color information
#B0A156 (or 0xB0A156) is known color: Husk. HEX triplet: B0, A1 and 56. RGB value is (176,161,86). Sum of RGB (Red+Green+Blue) = 176+161+86=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A156 is #4F5EA9. Grayscale: #9D9D9D. Windows color (decimal): -5201578 or 5677488. OLE color: 5677488.
HSL color Cylindrical-coordinate representation of color #B0A156: hue angle of 50º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0A156 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 86 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.31 |
| HSL | 50º | 0.36% | 0.51% | - |
| HSV(B) | 50º | 0.51% | 0.69% | - |
| XYZ | 32.33 | 35.39 | 13.93 | - |
| YUV | 156.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 86 | 0 | 0.09 | 0.51 | 0.31 | 50 | 0.36 | 0.51 |
| Hex | B0 | A1 | 56 | 0 | 9 | 33 | 1F | 32 | 24 | 33 |
| Octal | 260 | 241 | 126 | 0 | 11 | 63 | 37 | 62 | 44 | 63 |
| Binary | 10110000 | 10100001 | 1010110 | 0 | 1001 | 110011 | 11111 | 110010 | 100100 | 110011 |
Color Harmonies of #B0A156
Complementary color
Monochromatic Colors of #B0A156
Black with #B0A156
Text Example
Text Example
White with #B0A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A156; }
p { color: rgb(176,161,86); }
H1.HeaderClassName
{
color: #B0A156;
}
.AnyTagClassName
{
color: #B0A156;
}
</style>
background-color css
<style>
a { background-color: #B0A156; }
a { background-color: rgb(176,161,86); }
div.DivClassName
{
background-color: #B0A156;
}
.BgClassName
{
background-color: #B0A156;
}
</style>
border-color css
<style>
span { border-color: #B0A156; }
span { border-color: rgb(176,161,86); }
td.TdClassName
{
border-color: #B0A156;
}
.TagClassName
{
border-color: #B0A156;
}
</style>