Shades of Husk #B49B4D
Tints of Husk #B49B4D
RGB
CMYK
RGB Variations
Color information
#B49B4D (or 0xB49B4D) is known color: Husk. HEX triplet: B4, 9B and 4D. RGB value is (180,155,77). Sum of RGB (Red+Green+Blue) = 180+155+77=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B4D is #4B64B2. Grayscale: #999999. Windows color (decimal): -4940979 or 5086132. OLE color: 5086132.
HSL color Cylindrical-coordinate representation of color #B49B4D: hue angle of 45.44º 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 #B49B4D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 77 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.29 |
| HSL | 45.44º | 0.41% | 0.5% | - |
| HSV(B) | 45.44º | 0.57% | 0.71% | - |
| XYZ | 31.88 | 33.68 | 11.84 | - |
| YUV | 153.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 77 | 0 | 0.14 | 0.57 | 0.29 | 45.44 | 0.41 | 0.5 |
| Hex | B4 | 9B | 4D | 0 | E | 39 | 1D | 2D | 29 | 32 |
| Octal | 264 | 233 | 115 | 0 | 16 | 71 | 35 | 55 | 51 | 62 |
| Binary | 10110100 | 10011011 | 1001101 | 0 | 1110 | 111001 | 11101 | 101101 | 101001 | 110010 |
Color Harmonies of #B49B4D
Complementary color
Monochromatic Colors of #B49B4D
Black with #B49B4D
Text Example
Text Example
White with #B49B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B4D; }
p { color: rgb(180,155,77); }
H1.HeaderClassName
{
color: #B49B4D;
}
.AnyTagClassName
{
color: #B49B4D;
}
</style>
background-color css
<style>
a { background-color: #B49B4D; }
a { background-color: rgb(180,155,77); }
div.DivClassName
{
background-color: #B49B4D;
}
.BgClassName
{
background-color: #B49B4D;
}
</style>
border-color css
<style>
span { border-color: #B49B4D; }
span { border-color: rgb(180,155,77); }
td.TdClassName
{
border-color: #B49B4D;
}
.TagClassName
{
border-color: #B49B4D;
}
</style>