Shades of Husk #B6A053
Tints of Husk #B6A053
RGB
CMYK
RGB Variations
Color information
#B6A053 (or 0xB6A053) is known color: Husk. HEX triplet: B6, A0 and 53. RGB value is (182,160,83). Sum of RGB (Red+Green+Blue) = 182+160+83=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A053 is #495FAC. Grayscale: #9E9E9E. Windows color (decimal): -4808621 or 5480630. OLE color: 5480630.
HSL color Cylindrical-coordinate representation of color #B6A053: hue angle of 46.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6A053 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 83 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.29 |
| HSL | 46.67º | 0.4% | 0.52% | - |
| HSV(B) | 46.67º | 0.54% | 0.71% | - |
| XYZ | 33.42 | 35.71 | 13.31 | - |
| YUV | 157.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 83 | 0 | 0.12 | 0.54 | 0.29 | 46.67 | 0.4 | 0.52 |
| Hex | B6 | A0 | 53 | 0 | C | 36 | 1D | 2F | 28 | 34 |
| Octal | 266 | 240 | 123 | 0 | 14 | 66 | 35 | 57 | 50 | 64 |
| Binary | 10110110 | 10100000 | 1010011 | 0 | 1100 | 110110 | 11101 | 101111 | 101000 | 110100 |
Color Harmonies of #B6A053
Complementary color
Monochromatic Colors of #B6A053
Black with #B6A053
Text Example
Text Example
White with #B6A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A053; }
p { color: rgb(182,160,83); }
H1.HeaderClassName
{
color: #B6A053;
}
.AnyTagClassName
{
color: #B6A053;
}
</style>
background-color css
<style>
a { background-color: #B6A053; }
a { background-color: rgb(182,160,83); }
div.DivClassName
{
background-color: #B6A053;
}
.BgClassName
{
background-color: #B6A053;
}
</style>
border-color css
<style>
span { border-color: #B6A053; }
span { border-color: rgb(182,160,83); }
td.TdClassName
{
border-color: #B6A053;
}
.TagClassName
{
border-color: #B6A053;
}
</style>