Shades of Husk #B7A14B
Tints of Husk #B7A14B
RGB
CMYK
RGB Variations
Color information
#B7A14B (or 0xB7A14B) is known color: Husk. HEX triplet: B7, A1 and 4B. RGB value is (183,161,75). Sum of RGB (Red+Green+Blue) = 183+161+75=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A14B is #485EB4. Grayscale: #9E9E9E. Windows color (decimal): -4742837 or 4956599. OLE color: 4956599.
HSL color Cylindrical-coordinate representation of color #B7A14B: hue angle of 47.78º 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 #B7A14B is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 75 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.28 |
| HSL | 47.78º | 0.43% | 0.51% | - |
| HSV(B) | 47.78º | 0.59% | 0.72% | - |
| XYZ | 33.54 | 36.07 | 11.85 | - |
| YUV | 157.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 75 | 0 | 0.12 | 0.59 | 0.28 | 47.78 | 0.43 | 0.51 |
| Hex | B7 | A1 | 4B | 0 | C | 3B | 1C | 30 | 2B | 33 |
| Octal | 267 | 241 | 113 | 0 | 14 | 73 | 34 | 60 | 53 | 63 |
| Binary | 10110111 | 10100001 | 1001011 | 0 | 1100 | 111011 | 11100 | 110000 | 101011 | 110011 |
Color Harmonies of #B7A14B
Complementary color
Monochromatic Colors of #B7A14B
Black with #B7A14B
Text Example
Text Example
White with #B7A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A14B; }
p { color: rgb(183,161,75); }
H1.HeaderClassName
{
color: #B7A14B;
}
.AnyTagClassName
{
color: #B7A14B;
}
</style>
background-color css
<style>
a { background-color: #B7A14B; }
a { background-color: rgb(183,161,75); }
div.DivClassName
{
background-color: #B7A14B;
}
.BgClassName
{
background-color: #B7A14B;
}
</style>
border-color css
<style>
span { border-color: #B7A14B; }
span { border-color: rgb(183,161,75); }
td.TdClassName
{
border-color: #B7A14B;
}
.TagClassName
{
border-color: #B7A14B;
}
</style>