Shades of Husk #B4A24F
Tints of Husk #B4A24F
RGB
CMYK
RGB Variations
Color information
#B4A24F (or 0xB4A24F) is known color: Husk. HEX triplet: B4, A2 and 4F. RGB value is (180,162,79). Sum of RGB (Red+Green+Blue) = 180+162+79=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A24F is #4B5DB0. Grayscale: #9E9E9E. Windows color (decimal): -4939185 or 5218996. OLE color: 5218996.
HSL color Cylindrical-coordinate representation of color #B4A24F: hue angle of 49.31º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4A24F is Cyan = 0, Magento = 0.1, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 79 | - |
| CMYK | 0 | 0.1 | 0.56 | 0.29 |
| HSL | 49.31º | 0.4% | 0.51% | - |
| HSV(B) | 49.31º | 0.56% | 0.71% | - |
| XYZ | 33.15 | 36.11 | 12.62 | - |
| YUV | 157.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 79 | 0 | 0.1 | 0.56 | 0.29 | 49.31 | 0.4 | 0.51 |
| Hex | B4 | A2 | 4F | 0 | A | 38 | 1D | 31 | 28 | 33 |
| Octal | 264 | 242 | 117 | 0 | 12 | 70 | 35 | 61 | 50 | 63 |
| Binary | 10110100 | 10100010 | 1001111 | 0 | 1010 | 111000 | 11101 | 110001 | 101000 | 110011 |
Color Harmonies of #B4A24F
Complementary color
Monochromatic Colors of #B4A24F
Black with #B4A24F
Text Example
Text Example
White with #B4A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A24F; }
p { color: rgb(180,162,79); }
H1.HeaderClassName
{
color: #B4A24F;
}
.AnyTagClassName
{
color: #B4A24F;
}
</style>
background-color css
<style>
a { background-color: #B4A24F; }
a { background-color: rgb(180,162,79); }
div.DivClassName
{
background-color: #B4A24F;
}
.BgClassName
{
background-color: #B4A24F;
}
</style>
border-color css
<style>
span { border-color: #B4A24F; }
span { border-color: rgb(180,162,79); }
td.TdClassName
{
border-color: #B4A24F;
}
.TagClassName
{
border-color: #B4A24F;
}
</style>