Shades of Husk #B49E4D
Tints of Husk #B49E4D
RGB
CMYK
RGB Variations
Color information
#B49E4D (or 0xB49E4D) is known color: Husk. HEX triplet: B4, 9E and 4D. RGB value is (180,158,77). Sum of RGB (Red+Green+Blue) = 180+158+77=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E4D is #4B61B2. Grayscale: #9B9B9B. Windows color (decimal): -4940211 or 5086900. OLE color: 5086900.
HSL color Cylindrical-coordinate representation of color #B49E4D: hue angle of 47.18º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B49E4D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 77 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.29 |
| HSL | 47.18º | 0.41% | 0.5% | - |
| HSV(B) | 47.18º | 0.57% | 0.71% | - |
| XYZ | 32.39 | 34.69 | 12.01 | - |
| YUV | 155.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 77 | 0 | 0.12 | 0.57 | 0.29 | 47.18 | 0.41 | 0.5 |
| Hex | B4 | 9E | 4D | 0 | C | 39 | 1D | 2F | 29 | 32 |
| Octal | 264 | 236 | 115 | 0 | 14 | 71 | 35 | 57 | 51 | 62 |
| Binary | 10110100 | 10011110 | 1001101 | 0 | 1100 | 111001 | 11101 | 101111 | 101001 | 110010 |
Color Harmonies of #B49E4D
Complementary color
Monochromatic Colors of #B49E4D
Black with #B49E4D
Text Example
Text Example
White with #B49E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E4D; }
p { color: rgb(180,158,77); }
H1.HeaderClassName
{
color: #B49E4D;
}
.AnyTagClassName
{
color: #B49E4D;
}
</style>
background-color css
<style>
a { background-color: #B49E4D; }
a { background-color: rgb(180,158,77); }
div.DivClassName
{
background-color: #B49E4D;
}
.BgClassName
{
background-color: #B49E4D;
}
</style>
border-color css
<style>
span { border-color: #B49E4D; }
span { border-color: rgb(180,158,77); }
td.TdClassName
{
border-color: #B49E4D;
}
.TagClassName
{
border-color: #B49E4D;
}
</style>