Shades of Husk #B4984D
Tints of Husk #B4984D
RGB
CMYK
RGB Variations
Color information
#B4984D (or 0xB4984D) is known color: Husk. HEX triplet: B4, 98 and 4D. RGB value is (180,152,77). Sum of RGB (Red+Green+Blue) = 180+152+77=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4984D is #4B67B2. Grayscale: #989898. Windows color (decimal): -4941747 or 5085364. OLE color: 5085364.
HSL color Cylindrical-coordinate representation of color #B4984D: hue angle of 43.69º 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 #B4984D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 77 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.29 |
| HSL | 43.69º | 0.41% | 0.5% | - |
| HSV(B) | 43.69º | 0.57% | 0.71% | - |
| XYZ | 31.39 | 32.7 | 11.68 | - |
| YUV | 151.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 77 | 0 | 0.16 | 0.57 | 0.29 | 43.69 | 0.41 | 0.5 |
| Hex | B4 | 98 | 4D | 0 | 10 | 39 | 1D | 2C | 29 | 32 |
| Octal | 264 | 230 | 115 | 0 | 20 | 71 | 35 | 54 | 51 | 62 |
| Binary | 10110100 | 10011000 | 1001101 | 0 | 10000 | 111001 | 11101 | 101100 | 101001 | 110010 |
Color Harmonies of #B4984D
Complementary color
Monochromatic Colors of #B4984D
Black with #B4984D
Text Example
Text Example
White with #B4984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4984D; }
p { color: rgb(180,152,77); }
H1.HeaderClassName
{
color: #B4984D;
}
.AnyTagClassName
{
color: #B4984D;
}
</style>
background-color css
<style>
a { background-color: #B4984D; }
a { background-color: rgb(180,152,77); }
div.DivClassName
{
background-color: #B4984D;
}
.BgClassName
{
background-color: #B4984D;
}
</style>
border-color css
<style>
span { border-color: #B4984D; }
span { border-color: rgb(180,152,77); }
td.TdClassName
{
border-color: #B4984D;
}
.TagClassName
{
border-color: #B4984D;
}
</style>