Shades of Husk #B0A151
Tints of Husk #B0A151
RGB
CMYK
RGB Variations
Color information
#B0A151 (or 0xB0A151) is known color: Husk. HEX triplet: B0, A1 and 51. RGB value is (176,161,81). Sum of RGB (Red+Green+Blue) = 176+161+81=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A151 is #4F5EAE. Grayscale: #9C9C9C. Windows color (decimal): -5201583 or 5349808. OLE color: 5349808.
HSL color Cylindrical-coordinate representation of color #B0A151: hue angle of 50.53º 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 #B0A151 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 81 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.31 |
| HSL | 50.53º | 0.38% | 0.5% | - |
| HSV(B) | 50.53º | 0.54% | 0.69% | - |
| XYZ | 32.13 | 35.31 | 12.91 | - |
| YUV | 156.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 81 | 0 | 0.09 | 0.54 | 0.31 | 50.53 | 0.38 | 0.5 |
| Hex | B0 | A1 | 51 | 0 | 9 | 36 | 1F | 33 | 26 | 32 |
| Octal | 260 | 241 | 121 | 0 | 11 | 66 | 37 | 63 | 46 | 62 |
| Binary | 10110000 | 10100001 | 1010001 | 0 | 1001 | 110110 | 11111 | 110011 | 100110 | 110010 |
Color Harmonies of #B0A151
Complementary color
Monochromatic Colors of #B0A151
Black with #B0A151
Text Example
Text Example
White with #B0A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A151; }
p { color: rgb(176,161,81); }
H1.HeaderClassName
{
color: #B0A151;
}
.AnyTagClassName
{
color: #B0A151;
}
</style>
background-color css
<style>
a { background-color: #B0A151; }
a { background-color: rgb(176,161,81); }
div.DivClassName
{
background-color: #B0A151;
}
.BgClassName
{
background-color: #B0A151;
}
</style>
border-color css
<style>
span { border-color: #B0A151; }
span { border-color: rgb(176,161,81); }
td.TdClassName
{
border-color: #B0A151;
}
.TagClassName
{
border-color: #B0A151;
}
</style>