Shades of Husk #B4984A
Tints of Husk #B4984A
RGB
CMYK
RGB Variations
Color information
#B4984A (or 0xB4984A) is known color: Husk. HEX triplet: B4, 98 and 4A. RGB value is (180,152,74). Sum of RGB (Red+Green+Blue) = 180+152+74=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4984A is #4B67B5. Grayscale: #979797. Windows color (decimal): -4941750 or 4888756. OLE color: 4888756.
HSL color Cylindrical-coordinate representation of color #B4984A: hue angle of 44.15º 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 #B4984A is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 74 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.29 |
| HSL | 44.15º | 0.42% | 0.5% | - |
| HSV(B) | 44.15º | 0.59% | 0.71% | - |
| XYZ | 31.29 | 32.65 | 11.13 | - |
| YUV | 151.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 74 | 0 | 0.16 | 0.59 | 0.29 | 44.15 | 0.42 | 0.5 |
| Hex | B4 | 98 | 4A | 0 | 10 | 3B | 1D | 2C | 2A | 32 |
| Octal | 264 | 230 | 112 | 0 | 20 | 73 | 35 | 54 | 52 | 62 |
| Binary | 10110100 | 10011000 | 1001010 | 0 | 10000 | 111011 | 11101 | 101100 | 101010 | 110010 |
Color Harmonies of #B4984A
Complementary color
Monochromatic Colors of #B4984A
Black with #B4984A
Text Example
Text Example
White with #B4984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4984A; }
p { color: rgb(180,152,74); }
H1.HeaderClassName
{
color: #B4984A;
}
.AnyTagClassName
{
color: #B4984A;
}
</style>
background-color css
<style>
a { background-color: #B4984A; }
a { background-color: rgb(180,152,74); }
div.DivClassName
{
background-color: #B4984A;
}
.BgClassName
{
background-color: #B4984A;
}
</style>
border-color css
<style>
span { border-color: #B4984A; }
span { border-color: rgb(180,152,74); }
td.TdClassName
{
border-color: #B4984A;
}
.TagClassName
{
border-color: #B4984A;
}
</style>