Shades of Husk #B6A356
Tints of Husk #B6A356
RGB
CMYK
RGB Variations
Color information
#B6A356 (or 0xB6A356) is known color: Husk. HEX triplet: B6, A3 and 56. RGB value is (182,163,86). Sum of RGB (Red+Green+Blue) = 182+163+86=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A356 is #495CA9. Grayscale: #A0A0A0. Windows color (decimal): -4807850 or 5678006. OLE color: 5678006.
HSL color Cylindrical-coordinate representation of color #B6A356: hue angle of 48.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6A356 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 86 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.29 |
| HSL | 48.13º | 0.4% | 0.53% | - |
| HSV(B) | 48.13º | 0.53% | 0.71% | - |
| XYZ | 34.07 | 36.81 | 14.11 | - |
| YUV | 159.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 86 | 0 | 0.10 | 0.53 | 0.29 | 48.13 | 0.4 | 0.53 |
| Hex | B6 | A3 | 56 | 0 | A | 35 | 1D | 30 | 28 | 35 |
| Octal | 266 | 243 | 126 | 0 | 12 | 65 | 35 | 60 | 50 | 65 |
| Binary | 10110110 | 10100011 | 1010110 | 0 | 1010 | 110101 | 11101 | 110000 | 101000 | 110101 |
Color Harmonies of #B6A356
Complementary color
Monochromatic Colors of #B6A356
Black with #B6A356
Text Example
Text Example
White with #B6A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A356; }
p { color: rgb(182,163,86); }
H1.HeaderClassName
{
color: #B6A356;
}
.AnyTagClassName
{
color: #B6A356;
}
</style>
background-color css
<style>
a { background-color: #B6A356; }
a { background-color: rgb(182,163,86); }
div.DivClassName
{
background-color: #B6A356;
}
.BgClassName
{
background-color: #B6A356;
}
</style>
border-color css
<style>
span { border-color: #B6A356; }
span { border-color: rgb(182,163,86); }
td.TdClassName
{
border-color: #B6A356;
}
.TagClassName
{
border-color: #B6A356;
}
</style>