Shades of Husk #B0A150
Tints of Husk #B0A150
RGB
CMYK
RGB Variations
Color information
#B0A150 (or 0xB0A150) is known color: Husk. HEX triplet: B0, A1 and 50. RGB value is (176,161,80). Sum of RGB (Red+Green+Blue) = 176+161+80=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A150 is #4F5EAF. Grayscale: #9C9C9C. Windows color (decimal): -5201584 or 5284272. OLE color: 5284272.
HSL color Cylindrical-coordinate representation of color #B0A150: hue angle of 50.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0A150 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 80 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.31 |
| HSL | 50.63º | 0.38% | 0.5% | - |
| HSV(B) | 50.63º | 0.55% | 0.69% | - |
| XYZ | 32.1 | 35.3 | 12.71 | - |
| YUV | 156.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 80 | 0 | 0.09 | 0.55 | 0.31 | 50.63 | 0.38 | 0.5 |
| Hex | B0 | A1 | 50 | 0 | 9 | 37 | 1F | 33 | 26 | 32 |
| Octal | 260 | 241 | 120 | 0 | 11 | 67 | 37 | 63 | 46 | 62 |
| Binary | 10110000 | 10100001 | 1010000 | 0 | 1001 | 110111 | 11111 | 110011 | 100110 | 110010 |
Color Harmonies of #B0A150
Complementary color
Monochromatic Colors of #B0A150
Black with #B0A150
Text Example
Text Example
White with #B0A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A150; }
p { color: rgb(176,161,80); }
H1.HeaderClassName
{
color: #B0A150;
}
.AnyTagClassName
{
color: #B0A150;
}
</style>
background-color css
<style>
a { background-color: #B0A150; }
a { background-color: rgb(176,161,80); }
div.DivClassName
{
background-color: #B0A150;
}
.BgClassName
{
background-color: #B0A150;
}
</style>
border-color css
<style>
span { border-color: #B0A150; }
span { border-color: rgb(176,161,80); }
td.TdClassName
{
border-color: #B0A150;
}
.TagClassName
{
border-color: #B0A150;
}
</style>