Shades of Husk #B4964C
Tints of Husk #B4964C
RGB
CMYK
RGB Variations
Color information
#B4964C (or 0xB4964C) is known color: Husk. HEX triplet: B4, 96 and 4C. RGB value is (180,150,76). Sum of RGB (Red+Green+Blue) = 180+150+76=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4964C is #4B69B3. Grayscale: #969696. Windows color (decimal): -4942260 or 5019316. OLE color: 5019316.
HSL color Cylindrical-coordinate representation of color #B4964C: hue angle of 42.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4964C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 76 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.29 |
| HSL | 42.69º | 0.41% | 0.5% | - |
| HSV(B) | 42.69º | 0.58% | 0.71% | - |
| XYZ | 31.03 | 32.04 | 11.39 | - |
| YUV | 150.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 76 | 0 | 0.17 | 0.58 | 0.29 | 42.69 | 0.41 | 0.5 |
| Hex | B4 | 96 | 4C | 0 | 11 | 3A | 1D | 2B | 29 | 32 |
| Octal | 264 | 226 | 114 | 0 | 21 | 72 | 35 | 53 | 51 | 62 |
| Binary | 10110100 | 10010110 | 1001100 | 0 | 10001 | 111010 | 11101 | 101011 | 101001 | 110010 |
Color Harmonies of #B4964C
Complementary color
Monochromatic Colors of #B4964C
Black with #B4964C
Text Example
Text Example
White with #B4964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4964C; }
p { color: rgb(180,150,76); }
H1.HeaderClassName
{
color: #B4964C;
}
.AnyTagClassName
{
color: #B4964C;
}
</style>
background-color css
<style>
a { background-color: #B4964C; }
a { background-color: rgb(180,150,76); }
div.DivClassName
{
background-color: #B4964C;
}
.BgClassName
{
background-color: #B4964C;
}
</style>
border-color css
<style>
span { border-color: #B4964C; }
span { border-color: rgb(180,150,76); }
td.TdClassName
{
border-color: #B4964C;
}
.TagClassName
{
border-color: #B4964C;
}
</style>