Shades of Husk #B7A150
Tints of Husk #B7A150
RGB
CMYK
RGB Variations
Color information
#B7A150 (or 0xB7A150) is known color: Husk. HEX triplet: B7, A1 and 50. RGB value is (183,161,80). Sum of RGB (Red+Green+Blue) = 183+161+80=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A150 is #485EAF. Grayscale: #9E9E9E. Windows color (decimal): -4742832 or 5284279. OLE color: 5284279.
HSL color Cylindrical-coordinate representation of color #B7A150: hue angle of 47.18º 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 #B7A150 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 80 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.28 |
| HSL | 47.18º | 0.42% | 0.52% | - |
| HSV(B) | 47.18º | 0.56% | 0.72% | - |
| XYZ | 33.72 | 36.14 | 12.79 | - |
| YUV | 158.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 80 | 0 | 0.12 | 0.56 | 0.28 | 47.18 | 0.42 | 0.52 |
| Hex | B7 | A1 | 50 | 0 | C | 38 | 1C | 2F | 2A | 34 |
| Octal | 267 | 241 | 120 | 0 | 14 | 70 | 34 | 57 | 52 | 64 |
| Binary | 10110111 | 10100001 | 1010000 | 0 | 1100 | 111000 | 11100 | 101111 | 101010 | 110100 |
Color Harmonies of #B7A150
Complementary color
Monochromatic Colors of #B7A150
Black with #B7A150
Text Example
Text Example
White with #B7A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A150; }
p { color: rgb(183,161,80); }
H1.HeaderClassName
{
color: #B7A150;
}
.AnyTagClassName
{
color: #B7A150;
}
</style>
background-color css
<style>
a { background-color: #B7A150; }
a { background-color: rgb(183,161,80); }
div.DivClassName
{
background-color: #B7A150;
}
.BgClassName
{
background-color: #B7A150;
}
</style>
border-color css
<style>
span { border-color: #B7A150; }
span { border-color: rgb(183,161,80); }
td.TdClassName
{
border-color: #B7A150;
}
.TagClassName
{
border-color: #B7A150;
}
</style>