Shades of Husk #B4964D
Tints of Husk #B4964D
RGB
CMYK
RGB Variations
Color information
#B4964D (or 0xB4964D) is known color: Husk. HEX triplet: B4, 96 and 4D. RGB value is (180,150,77). Sum of RGB (Red+Green+Blue) = 180+150+77=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4964D is #4B69B2. Grayscale: #969696. Windows color (decimal): -4942259 or 5084852. OLE color: 5084852.
HSL color Cylindrical-coordinate representation of color #B4964D: hue angle of 42.52º 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 #B4964D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 77 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.29 |
| HSL | 42.52º | 0.41% | 0.5% | - |
| HSV(B) | 42.52º | 0.57% | 0.71% | - |
| XYZ | 31.07 | 32.05 | 11.57 | - |
| YUV | 150.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 77 | 0 | 0.17 | 0.57 | 0.29 | 42.52 | 0.41 | 0.5 |
| Hex | B4 | 96 | 4D | 0 | 11 | 39 | 1D | 2B | 29 | 32 |
| Octal | 264 | 226 | 115 | 0 | 21 | 71 | 35 | 53 | 51 | 62 |
| Binary | 10110100 | 10010110 | 1001101 | 0 | 10001 | 111001 | 11101 | 101011 | 101001 | 110010 |
Color Harmonies of #B4964D
Complementary color
Monochromatic Colors of #B4964D
Black with #B4964D
Text Example
Text Example
White with #B4964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4964D; }
p { color: rgb(180,150,77); }
H1.HeaderClassName
{
color: #B4964D;
}
.AnyTagClassName
{
color: #B4964D;
}
</style>
background-color css
<style>
a { background-color: #B4964D; }
a { background-color: rgb(180,150,77); }
div.DivClassName
{
background-color: #B4964D;
}
.BgClassName
{
background-color: #B4964D;
}
</style>
border-color css
<style>
span { border-color: #B4964D; }
span { border-color: rgb(180,150,77); }
td.TdClassName
{
border-color: #B4964D;
}
.TagClassName
{
border-color: #B4964D;
}
</style>