Shades of Husk #B49E4A
Tints of Husk #B49E4A
RGB
CMYK
RGB Variations
Color information
#B49E4A (or 0xB49E4A) is known color: Husk. HEX triplet: B4, 9E and 4A. RGB value is (180,158,74). Sum of RGB (Red+Green+Blue) = 180+158+74=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E4A is #4B61B5. Grayscale: #9B9B9B. Windows color (decimal): -4940214 or 4890292. OLE color: 4890292.
HSL color Cylindrical-coordinate representation of color #B49E4A: hue angle of 47.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49E4A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 74 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.29 |
| HSL | 47.55º | 0.42% | 0.5% | - |
| HSV(B) | 47.55º | 0.59% | 0.71% | - |
| XYZ | 32.29 | 34.65 | 11.47 | - |
| YUV | 155 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 74 | 0 | 0.12 | 0.59 | 0.29 | 47.55 | 0.42 | 0.5 |
| Hex | B4 | 9E | 4A | 0 | C | 3B | 1D | 30 | 2A | 32 |
| Octal | 264 | 236 | 112 | 0 | 14 | 73 | 35 | 60 | 52 | 62 |
| Binary | 10110100 | 10011110 | 1001010 | 0 | 1100 | 111011 | 11101 | 110000 | 101010 | 110010 |
Color Harmonies of #B49E4A
Complementary color
Monochromatic Colors of #B49E4A
Black with #B49E4A
Text Example
Text Example
White with #B49E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E4A; }
p { color: rgb(180,158,74); }
H1.HeaderClassName
{
color: #B49E4A;
}
.AnyTagClassName
{
color: #B49E4A;
}
</style>
background-color css
<style>
a { background-color: #B49E4A; }
a { background-color: rgb(180,158,74); }
div.DivClassName
{
background-color: #B49E4A;
}
.BgClassName
{
background-color: #B49E4A;
}
</style>
border-color css
<style>
span { border-color: #B49E4A; }
span { border-color: rgb(180,158,74); }
td.TdClassName
{
border-color: #B49E4A;
}
.TagClassName
{
border-color: #B49E4A;
}
</style>