Shades of Husk #B39D4D
Tints of Husk #B39D4D
RGB
CMYK
RGB Variations
Color information
#B39D4D (or 0xB39D4D) is known color: Husk. HEX triplet: B3, 9D and 4D. RGB value is (179,157,77). Sum of RGB (Red+Green+Blue) = 179+157+77=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D4D is #4C62B2. Grayscale: #9A9A9A. Windows color (decimal): -5006003 or 5086643. OLE color: 5086643.
HSL color Cylindrical-coordinate representation of color #B39D4D: hue angle of 47.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B39D4D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 77 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.30 |
| HSL | 47.06º | 0.4% | 0.5% | - |
| HSV(B) | 47.06º | 0.57% | 0.7% | - |
| XYZ | 31.99 | 34.23 | 11.94 | - |
| YUV | 154.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 77 | 0 | 0.12 | 0.57 | 0.30 | 47.06 | 0.4 | 0.5 |
| Hex | B3 | 9D | 4D | 0 | C | 39 | 1E | 2F | 28 | 32 |
| Octal | 263 | 235 | 115 | 0 | 14 | 71 | 36 | 57 | 50 | 62 |
| Binary | 10110011 | 10011101 | 1001101 | 0 | 1100 | 111001 | 11110 | 101111 | 101000 | 110010 |
Color Harmonies of #B39D4D
Complementary color
Monochromatic Colors of #B39D4D
Black with #B39D4D
Text Example
Text Example
White with #B39D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D4D; }
p { color: rgb(179,157,77); }
H1.HeaderClassName
{
color: #B39D4D;
}
.AnyTagClassName
{
color: #B39D4D;
}
</style>
background-color css
<style>
a { background-color: #B39D4D; }
a { background-color: rgb(179,157,77); }
div.DivClassName
{
background-color: #B39D4D;
}
.BgClassName
{
background-color: #B39D4D;
}
</style>
border-color css
<style>
span { border-color: #B39D4D; }
span { border-color: rgb(179,157,77); }
td.TdClassName
{
border-color: #B39D4D;
}
.TagClassName
{
border-color: #B39D4D;
}
</style>