Shades of Husk #B2A24E
Tints of Husk #B2A24E
RGB
CMYK
RGB Variations
Color information
#B2A24E (or 0xB2A24E) is known color: Husk. HEX triplet: B2, A2 and 4E. RGB value is (178,162,78). Sum of RGB (Red+Green+Blue) = 178+162+78=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A24E is #4D5DB1. Grayscale: #9D9D9D. Windows color (decimal): -5070258 or 5153458. OLE color: 5153458.
HSL color Cylindrical-coordinate representation of color #B2A24E: hue angle of 50.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2A24E is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 78 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.30 |
| HSL | 50.4º | 0.39% | 0.5% | - |
| HSV(B) | 50.4º | 0.56% | 0.7% | - |
| XYZ | 32.66 | 35.86 | 12.41 | - |
| YUV | 157.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 78 | 0 | 0.09 | 0.56 | 0.30 | 50.4 | 0.39 | 0.5 |
| Hex | B2 | A2 | 4E | 0 | 9 | 38 | 1E | 32 | 27 | 32 |
| Octal | 262 | 242 | 116 | 0 | 11 | 70 | 36 | 62 | 47 | 62 |
| Binary | 10110010 | 10100010 | 1001110 | 0 | 1001 | 111000 | 11110 | 110010 | 100111 | 110010 |
Color Harmonies of #B2A24E
Complementary color
Monochromatic Colors of #B2A24E
Black with #B2A24E
Text Example
Text Example
White with #B2A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A24E; }
p { color: rgb(178,162,78); }
H1.HeaderClassName
{
color: #B2A24E;
}
.AnyTagClassName
{
color: #B2A24E;
}
</style>
background-color css
<style>
a { background-color: #B2A24E; }
a { background-color: rgb(178,162,78); }
div.DivClassName
{
background-color: #B2A24E;
}
.BgClassName
{
background-color: #B2A24E;
}
</style>
border-color css
<style>
span { border-color: #B2A24E; }
span { border-color: rgb(178,162,78); }
td.TdClassName
{
border-color: #B2A24E;
}
.TagClassName
{
border-color: #B2A24E;
}
</style>