Shades of Husk #B7A05A
Tints of Husk #B7A05A
RGB
CMYK
RGB Variations
Color information
#B7A05A (or 0xB7A05A) is known color: Husk. HEX triplet: B7, A0 and 5A. RGB value is (183,160,90). Sum of RGB (Red+Green+Blue) = 183+160+90=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05A is #485FA5. Grayscale: #9F9F9F. Windows color (decimal): -4743078 or 5939383. OLE color: 5939383.
HSL color Cylindrical-coordinate representation of color #B7A05A: hue angle of 45.16º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7A05A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 90 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.28 |
| HSL | 45.16º | 0.39% | 0.54% | - |
| HSV(B) | 45.16º | 0.51% | 0.72% | - |
| XYZ | 33.94 | 35.95 | 14.82 | - |
| YUV | 158.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 90 | 0 | 0.13 | 0.51 | 0.28 | 45.16 | 0.39 | 0.54 |
| Hex | B7 | A0 | 5A | 0 | D | 33 | 1C | 2D | 27 | 36 |
| Octal | 267 | 240 | 132 | 0 | 15 | 63 | 34 | 55 | 47 | 66 |
| Binary | 10110111 | 10100000 | 1011010 | 0 | 1101 | 110011 | 11100 | 101101 | 100111 | 110110 |
Color Harmonies of #B7A05A
Complementary color
Monochromatic Colors of #B7A05A
Black with #B7A05A
Text Example
Text Example
White with #B7A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A05A; }
p { color: rgb(183,160,90); }
H1.HeaderClassName
{
color: #B7A05A;
}
.AnyTagClassName
{
color: #B7A05A;
}
</style>
background-color css
<style>
a { background-color: #B7A05A; }
a { background-color: rgb(183,160,90); }
div.DivClassName
{
background-color: #B7A05A;
}
.BgClassName
{
background-color: #B7A05A;
}
</style>
border-color css
<style>
span { border-color: #B7A05A; }
span { border-color: rgb(183,160,90); }
td.TdClassName
{
border-color: #B7A05A;
}
.TagClassName
{
border-color: #B7A05A;
}
</style>