Shades of Husk #B39D4E
Tints of Husk #B39D4E
RGB
CMYK
RGB Variations
Color information
#B39D4E (or 0xB39D4E) is known color: Husk. HEX triplet: B3, 9D and 4E. RGB value is (179,157,78). Sum of RGB (Red+Green+Blue) = 179+157+78=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D4E is #4C62B1. Grayscale: #9A9A9A. Windows color (decimal): -5006002 or 5152179. OLE color: 5152179.
HSL color Cylindrical-coordinate representation of color #B39D4E: hue angle of 46.93º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B39D4E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 78 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.30 |
| HSL | 46.93º | 0.4% | 0.5% | - |
| HSV(B) | 46.93º | 0.56% | 0.7% | - |
| XYZ | 32.02 | 34.25 | 12.13 | - |
| YUV | 154.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 78 | 0 | 0.12 | 0.56 | 0.30 | 46.93 | 0.4 | 0.5 |
| Hex | B3 | 9D | 4E | 0 | C | 38 | 1E | 2F | 28 | 32 |
| Octal | 263 | 235 | 116 | 0 | 14 | 70 | 36 | 57 | 50 | 62 |
| Binary | 10110011 | 10011101 | 1001110 | 0 | 1100 | 111000 | 11110 | 101111 | 101000 | 110010 |
Color Harmonies of #B39D4E
Complementary color
Monochromatic Colors of #B39D4E
Black with #B39D4E
Text Example
Text Example
White with #B39D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D4E; }
p { color: rgb(179,157,78); }
H1.HeaderClassName
{
color: #B39D4E;
}
.AnyTagClassName
{
color: #B39D4E;
}
</style>
background-color css
<style>
a { background-color: #B39D4E; }
a { background-color: rgb(179,157,78); }
div.DivClassName
{
background-color: #B39D4E;
}
.BgClassName
{
background-color: #B39D4E;
}
</style>
border-color css
<style>
span { border-color: #B39D4E; }
span { border-color: rgb(179,157,78); }
td.TdClassName
{
border-color: #B39D4E;
}
.TagClassName
{
border-color: #B39D4E;
}
</style>