Shades of Husk #B5A353
Tints of Husk #B5A353
RGB
CMYK
RGB Variations
Color information
#B5A353 (or 0xB5A353) is known color: Husk. HEX triplet: B5, A3 and 53. RGB value is (181,163,83). Sum of RGB (Red+Green+Blue) = 181+163+83=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A353 is #4A5CAC. Grayscale: #9F9F9F. Windows color (decimal): -4873389 or 5481397. OLE color: 5481397.
HSL color Cylindrical-coordinate representation of color #B5A353: hue angle of 48.98º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5A353 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 83 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.29 |
| HSL | 48.98º | 0.4% | 0.52% | - |
| HSV(B) | 48.98º | 0.54% | 0.71% | - |
| XYZ | 33.71 | 36.64 | 13.48 | - |
| YUV | 159.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 83 | 0 | 0.10 | 0.54 | 0.29 | 48.98 | 0.4 | 0.52 |
| Hex | B5 | A3 | 53 | 0 | A | 36 | 1D | 31 | 28 | 34 |
| Octal | 265 | 243 | 123 | 0 | 12 | 66 | 35 | 61 | 50 | 64 |
| Binary | 10110101 | 10100011 | 1010011 | 0 | 1010 | 110110 | 11101 | 110001 | 101000 | 110100 |
Color Harmonies of #B5A353
Complementary color
Monochromatic Colors of #B5A353
Black with #B5A353
Text Example
Text Example
White with #B5A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A353; }
p { color: rgb(181,163,83); }
H1.HeaderClassName
{
color: #B5A353;
}
.AnyTagClassName
{
color: #B5A353;
}
</style>
background-color css
<style>
a { background-color: #B5A353; }
a { background-color: rgb(181,163,83); }
div.DivClassName
{
background-color: #B5A353;
}
.BgClassName
{
background-color: #B5A353;
}
</style>
border-color css
<style>
span { border-color: #B5A353; }
span { border-color: rgb(181,163,83); }
td.TdClassName
{
border-color: #B5A353;
}
.TagClassName
{
border-color: #B5A353;
}
</style>