Shades of Husk #B0A350
Tints of Husk #B0A350
RGB
CMYK
RGB Variations
Color information
#B0A350 (or 0xB0A350) is known color: Husk. HEX triplet: B0, A3 and 50. RGB value is (176,163,80). Sum of RGB (Red+Green+Blue) = 176+163+80=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A350 is #4F5CAF. Grayscale: #9D9D9D. Windows color (decimal): -5201072 or 5284784. OLE color: 5284784.
HSL color Cylindrical-coordinate representation of color #B0A350: hue angle of 51.88º 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 #B0A350 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 80 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.31 |
| HSL | 51.88º | 0.38% | 0.5% | - |
| HSV(B) | 51.88º | 0.55% | 0.69% | - |
| XYZ | 32.45 | 36 | 12.83 | - |
| YUV | 157.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 80 | 0 | 0.07 | 0.55 | 0.31 | 51.88 | 0.38 | 0.5 |
| Hex | B0 | A3 | 50 | 0 | 7 | 37 | 1F | 34 | 26 | 32 |
| Octal | 260 | 243 | 120 | 0 | 7 | 67 | 37 | 64 | 46 | 62 |
| Binary | 10110000 | 10100011 | 1010000 | 0 | 111 | 110111 | 11111 | 110100 | 100110 | 110010 |
Color Harmonies of #B0A350
Complementary color
Monochromatic Colors of #B0A350
Black with #B0A350
Text Example
Text Example
White with #B0A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A350; }
p { color: rgb(176,163,80); }
H1.HeaderClassName
{
color: #B0A350;
}
.AnyTagClassName
{
color: #B0A350;
}
</style>
background-color css
<style>
a { background-color: #B0A350; }
a { background-color: rgb(176,163,80); }
div.DivClassName
{
background-color: #B0A350;
}
.BgClassName
{
background-color: #B0A350;
}
</style>
border-color css
<style>
span { border-color: #B0A350; }
span { border-color: rgb(176,163,80); }
td.TdClassName
{
border-color: #B0A350;
}
.TagClassName
{
border-color: #B0A350;
}
</style>