Shades of Husk #B6A253
Tints of Husk #B6A253
RGB
CMYK
RGB Variations
Color information
#B6A253 (or 0xB6A253) is known color: Husk. HEX triplet: B6, A2 and 53. RGB value is (182,162,83). Sum of RGB (Red+Green+Blue) = 182+162+83=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A253 is #495DAC. Grayscale: #9F9F9F. Windows color (decimal): -4808109 or 5481142. OLE color: 5481142.
HSL color Cylindrical-coordinate representation of color #B6A253: hue angle of 47.88º 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 #B6A253 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 83 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.29 |
| HSL | 47.88º | 0.4% | 0.52% | - |
| HSV(B) | 47.88º | 0.54% | 0.71% | - |
| XYZ | 33.77 | 36.41 | 13.43 | - |
| YUV | 158.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 83 | 0 | 0.11 | 0.54 | 0.29 | 47.88 | 0.4 | 0.52 |
| Hex | B6 | A2 | 53 | 0 | B | 36 | 1D | 30 | 28 | 34 |
| Octal | 266 | 242 | 123 | 0 | 13 | 66 | 35 | 60 | 50 | 64 |
| Binary | 10110110 | 10100010 | 1010011 | 0 | 1011 | 110110 | 11101 | 110000 | 101000 | 110100 |
Color Harmonies of #B6A253
Complementary color
Monochromatic Colors of #B6A253
Black with #B6A253
Text Example
Text Example
White with #B6A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A253; }
p { color: rgb(182,162,83); }
H1.HeaderClassName
{
color: #B6A253;
}
.AnyTagClassName
{
color: #B6A253;
}
</style>
background-color css
<style>
a { background-color: #B6A253; }
a { background-color: rgb(182,162,83); }
div.DivClassName
{
background-color: #B6A253;
}
.BgClassName
{
background-color: #B6A253;
}
</style>
border-color css
<style>
span { border-color: #B6A253; }
span { border-color: rgb(182,162,83); }
td.TdClassName
{
border-color: #B6A253;
}
.TagClassName
{
border-color: #B6A253;
}
</style>