Shades of Husk #B2A05A
Tints of Husk #B2A05A
RGB
CMYK
RGB Variations
Color information
#B2A05A (or 0xB2A05A) is known color: Husk. HEX triplet: B2, A0 and 5A. RGB value is (178,160,90). Sum of RGB (Red+Green+Blue) = 178+160+90=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A05A is #4D5FA5. Grayscale: #9D9D9D. Windows color (decimal): -5070758 or 5939378. OLE color: 5939378.
HSL color Cylindrical-coordinate representation of color #B2A05A: hue angle of 47.73º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2A05A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 90 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.30 |
| HSL | 47.73º | 0.36% | 0.53% | - |
| HSV(B) | 47.73º | 0.49% | 0.7% | - |
| XYZ | 32.78 | 35.34 | 14.77 | - |
| YUV | 157.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 90 | 0 | 0.10 | 0.49 | 0.30 | 47.73 | 0.36 | 0.53 |
| Hex | B2 | A0 | 5A | 0 | A | 31 | 1E | 30 | 24 | 35 |
| Octal | 262 | 240 | 132 | 0 | 12 | 61 | 36 | 60 | 44 | 65 |
| Binary | 10110010 | 10100000 | 1011010 | 0 | 1010 | 110001 | 11110 | 110000 | 100100 | 110101 |
Color Harmonies of #B2A05A
Complementary color
Monochromatic Colors of #B2A05A
Black with #B2A05A
Text Example
Text Example
White with #B2A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A05A; }
p { color: rgb(178,160,90); }
H1.HeaderClassName
{
color: #B2A05A;
}
.AnyTagClassName
{
color: #B2A05A;
}
</style>
background-color css
<style>
a { background-color: #B2A05A; }
a { background-color: rgb(178,160,90); }
div.DivClassName
{
background-color: #B2A05A;
}
.BgClassName
{
background-color: #B2A05A;
}
</style>
border-color css
<style>
span { border-color: #B2A05A; }
span { border-color: rgb(178,160,90); }
td.TdClassName
{
border-color: #B2A05A;
}
.TagClassName
{
border-color: #B2A05A;
}
</style>