Shades of Husk #B7A24B
Tints of Husk #B7A24B
RGB
CMYK
RGB Variations
Color information
#B7A24B (or 0xB7A24B) is known color: Husk. HEX triplet: B7, A2 and 4B. RGB value is (183,162,75). Sum of RGB (Red+Green+Blue) = 183+162+75=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A24B is #485DB4. Grayscale: #9E9E9E. Windows color (decimal): -4742581 or 4956855. OLE color: 4956855.
HSL color Cylindrical-coordinate representation of color #B7A24B: hue angle of 48.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7A24B is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 75 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.28 |
| HSL | 48.33º | 0.43% | 0.51% | - |
| HSV(B) | 48.33º | 0.59% | 0.72% | - |
| XYZ | 33.72 | 36.42 | 11.91 | - |
| YUV | 158.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 75 | 0 | 0.11 | 0.59 | 0.28 | 48.33 | 0.43 | 0.51 |
| Hex | B7 | A2 | 4B | 0 | B | 3B | 1C | 30 | 2B | 33 |
| Octal | 267 | 242 | 113 | 0 | 13 | 73 | 34 | 60 | 53 | 63 |
| Binary | 10110111 | 10100010 | 1001011 | 0 | 1011 | 111011 | 11100 | 110000 | 101011 | 110011 |
Color Harmonies of #B7A24B
Complementary color
Monochromatic Colors of #B7A24B
Black with #B7A24B
Text Example
Text Example
White with #B7A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A24B; }
p { color: rgb(183,162,75); }
H1.HeaderClassName
{
color: #B7A24B;
}
.AnyTagClassName
{
color: #B7A24B;
}
</style>
background-color css
<style>
a { background-color: #B7A24B; }
a { background-color: rgb(183,162,75); }
div.DivClassName
{
background-color: #B7A24B;
}
.BgClassName
{
background-color: #B7A24B;
}
</style>
border-color css
<style>
span { border-color: #B7A24B; }
span { border-color: rgb(183,162,75); }
td.TdClassName
{
border-color: #B7A24B;
}
.TagClassName
{
border-color: #B7A24B;
}
</style>