Shades of Husk #B7A050
Tints of Husk #B7A050
RGB
CMYK
RGB Variations
Color information
#B7A050 (or 0xB7A050) is known color: Husk. HEX triplet: B7, A0 and 50. RGB value is (183,160,80). Sum of RGB (Red+Green+Blue) = 183+160+80=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A050 is #485FAF. Grayscale: #9E9E9E. Windows color (decimal): -4743088 or 5284023. OLE color: 5284023.
HSL color Cylindrical-coordinate representation of color #B7A050: hue angle of 46.6º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7A050 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 80 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.28 |
| HSL | 46.6º | 0.42% | 0.52% | - |
| HSV(B) | 46.6º | 0.56% | 0.72% | - |
| XYZ | 33.55 | 35.79 | 12.73 | - |
| YUV | 157.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 80 | 0 | 0.13 | 0.56 | 0.28 | 46.6 | 0.42 | 0.52 |
| Hex | B7 | A0 | 50 | 0 | D | 38 | 1C | 2F | 2A | 34 |
| Octal | 267 | 240 | 120 | 0 | 15 | 70 | 34 | 57 | 52 | 64 |
| Binary | 10110111 | 10100000 | 1010000 | 0 | 1101 | 111000 | 11100 | 101111 | 101010 | 110100 |
Color Harmonies of #B7A050
Complementary color
Monochromatic Colors of #B7A050
Black with #B7A050
Text Example
Text Example
White with #B7A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A050; }
p { color: rgb(183,160,80); }
H1.HeaderClassName
{
color: #B7A050;
}
.AnyTagClassName
{
color: #B7A050;
}
</style>
background-color css
<style>
a { background-color: #B7A050; }
a { background-color: rgb(183,160,80); }
div.DivClassName
{
background-color: #B7A050;
}
.BgClassName
{
background-color: #B7A050;
}
</style>
border-color css
<style>
span { border-color: #B7A050; }
span { border-color: rgb(183,160,80); }
td.TdClassName
{
border-color: #B7A050;
}
.TagClassName
{
border-color: #B7A050;
}
</style>