Shades of Husk #B3A059
Tints of Husk #B3A059
RGB
CMYK
RGB Variations
Color information
#B3A059 (or 0xB3A059) is known color: Husk. HEX triplet: B3, A0 and 59. RGB value is (179,160,89). Sum of RGB (Red+Green+Blue) = 179+160+89=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A059 is #4C5FA6. Grayscale: #9D9D9D. Windows color (decimal): -5005223 or 5873843. OLE color: 5873843.
HSL color Cylindrical-coordinate representation of color #B3A059: hue angle of 47.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3A059 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 89 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.30 |
| HSL | 47.33º | 0.37% | 0.53% | - |
| HSV(B) | 47.33º | 0.5% | 0.7% | - |
| XYZ | 32.96 | 35.45 | 14.56 | - |
| YUV | 157.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 89 | 0 | 0.11 | 0.50 | 0.30 | 47.33 | 0.37 | 0.53 |
| Hex | B3 | A0 | 59 | 0 | B | 32 | 1E | 2F | 25 | 35 |
| Octal | 263 | 240 | 131 | 0 | 13 | 62 | 36 | 57 | 45 | 65 |
| Binary | 10110011 | 10100000 | 1011001 | 0 | 1011 | 110010 | 11110 | 101111 | 100101 | 110101 |
Color Harmonies of #B3A059
Complementary color
Monochromatic Colors of #B3A059
Black with #B3A059
Text Example
Text Example
White with #B3A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A059; }
p { color: rgb(179,160,89); }
H1.HeaderClassName
{
color: #B3A059;
}
.AnyTagClassName
{
color: #B3A059;
}
</style>
background-color css
<style>
a { background-color: #B3A059; }
a { background-color: rgb(179,160,89); }
div.DivClassName
{
background-color: #B3A059;
}
.BgClassName
{
background-color: #B3A059;
}
</style>
border-color css
<style>
span { border-color: #B3A059; }
span { border-color: rgb(179,160,89); }
td.TdClassName
{
border-color: #B3A059;
}
.TagClassName
{
border-color: #B3A059;
}
</style>