Shades of Husk #B39D46
Tints of Husk #B39D46
RGB
CMYK
RGB Variations
Color information
#B39D46 (or 0xB39D46) is known color: Husk. HEX triplet: B3, 9D and 46. RGB value is (179,157,70). Sum of RGB (Red+Green+Blue) = 179+157+70=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D46 is #4C62B9. Grayscale: #9A9A9A. Windows color (decimal): -5006010 or 4627891. OLE color: 4627891.
HSL color Cylindrical-coordinate representation of color #B39D46: hue angle of 47.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B39D46 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 70 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.30 |
| HSL | 47.89º | 0.44% | 0.49% | - |
| HSV(B) | 47.89º | 0.61% | 0.7% | - |
| XYZ | 31.75 | 34.14 | 10.71 | - |
| YUV | 153.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 70 | 0 | 0.12 | 0.61 | 0.30 | 47.89 | 0.44 | 0.49 |
| Hex | B3 | 9D | 46 | 0 | C | 3D | 1E | 30 | 2C | 31 |
| Octal | 263 | 235 | 106 | 0 | 14 | 75 | 36 | 60 | 54 | 61 |
| Binary | 10110011 | 10011101 | 1000110 | 0 | 1100 | 111101 | 11110 | 110000 | 101100 | 110001 |
Color Harmonies of #B39D46
Complementary color
Monochromatic Colors of #B39D46
Black with #B39D46
Text Example
Text Example
White with #B39D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D46; }
p { color: rgb(179,157,70); }
H1.HeaderClassName
{
color: #B39D46;
}
.AnyTagClassName
{
color: #B39D46;
}
</style>
background-color css
<style>
a { background-color: #B39D46; }
a { background-color: rgb(179,157,70); }
div.DivClassName
{
background-color: #B39D46;
}
.BgClassName
{
background-color: #B39D46;
}
</style>
border-color css
<style>
span { border-color: #B39D46; }
span { border-color: rgb(179,157,70); }
td.TdClassName
{
border-color: #B39D46;
}
.TagClassName
{
border-color: #B39D46;
}
</style>