Shades of Husk #B2A24D
Tints of Husk #B2A24D
RGB
CMYK
RGB Variations
Color information
#B2A24D (or 0xB2A24D) is known color: Husk. HEX triplet: B2, A2 and 4D. RGB value is (178,162,77). Sum of RGB (Red+Green+Blue) = 178+162+77=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A24D is #4D5DB2. Grayscale: #9D9D9D. Windows color (decimal): -5070259 or 5087922. OLE color: 5087922.
HSL color Cylindrical-coordinate representation of color #B2A24D: hue angle of 50.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2A24D is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 77 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.30 |
| HSL | 50.5º | 0.4% | 0.5% | - |
| HSV(B) | 50.5º | 0.57% | 0.7% | - |
| XYZ | 32.62 | 35.84 | 12.22 | - |
| YUV | 157.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 77 | 0 | 0.09 | 0.57 | 0.30 | 50.5 | 0.4 | 0.5 |
| Hex | B2 | A2 | 4D | 0 | 9 | 39 | 1E | 32 | 28 | 32 |
| Octal | 262 | 242 | 115 | 0 | 11 | 71 | 36 | 62 | 50 | 62 |
| Binary | 10110010 | 10100010 | 1001101 | 0 | 1001 | 111001 | 11110 | 110010 | 101000 | 110010 |
Color Harmonies of #B2A24D
Complementary color
Monochromatic Colors of #B2A24D
Black with #B2A24D
Text Example
Text Example
White with #B2A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A24D; }
p { color: rgb(178,162,77); }
H1.HeaderClassName
{
color: #B2A24D;
}
.AnyTagClassName
{
color: #B2A24D;
}
</style>
background-color css
<style>
a { background-color: #B2A24D; }
a { background-color: rgb(178,162,77); }
div.DivClassName
{
background-color: #B2A24D;
}
.BgClassName
{
background-color: #B2A24D;
}
</style>
border-color css
<style>
span { border-color: #B2A24D; }
span { border-color: rgb(178,162,77); }
td.TdClassName
{
border-color: #B2A24D;
}
.TagClassName
{
border-color: #B2A24D;
}
</style>