Shades of Husk #B49E5A
Tints of Husk #B49E5A
RGB
CMYK
RGB Variations
Color information
#B49E5A (or 0xB49E5A) is known color: Husk. HEX triplet: B4, 9E and 5A. RGB value is (180,158,90). Sum of RGB (Red+Green+Blue) = 180+158+90=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E5A is #4B61A5. Grayscale: #9D9D9D. Windows color (decimal): -4940198 or 5938868. OLE color: 5938868.
HSL color Cylindrical-coordinate representation of color #B49E5A: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B49E5A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 90 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.29 |
| HSL | 45.33º | 0.38% | 0.53% | - |
| HSV(B) | 45.33º | 0.5% | 0.71% | - |
| XYZ | 32.89 | 34.9 | 14.67 | - |
| YUV | 156.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 90 | 0 | 0.12 | 0.50 | 0.29 | 45.33 | 0.38 | 0.53 |
| Hex | B4 | 9E | 5A | 0 | C | 32 | 1D | 2D | 26 | 35 |
| Octal | 264 | 236 | 132 | 0 | 14 | 62 | 35 | 55 | 46 | 65 |
| Binary | 10110100 | 10011110 | 1011010 | 0 | 1100 | 110010 | 11101 | 101101 | 100110 | 110101 |
Color Harmonies of #B49E5A
Complementary color
Monochromatic Colors of #B49E5A
Black with #B49E5A
Text Example
Text Example
White with #B49E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E5A; }
p { color: rgb(180,158,90); }
H1.HeaderClassName
{
color: #B49E5A;
}
.AnyTagClassName
{
color: #B49E5A;
}
</style>
background-color css
<style>
a { background-color: #B49E5A; }
a { background-color: rgb(180,158,90); }
div.DivClassName
{
background-color: #B49E5A;
}
.BgClassName
{
background-color: #B49E5A;
}
</style>
border-color css
<style>
span { border-color: #B49E5A; }
span { border-color: rgb(180,158,90); }
td.TdClassName
{
border-color: #B49E5A;
}
.TagClassName
{
border-color: #B49E5A;
}
</style>