Shades of Husk #B39D4A
Tints of Husk #B39D4A
RGB
CMYK
RGB Variations
Color information
#B39D4A (or 0xB39D4A) is known color: Husk. HEX triplet: B3, 9D and 4A. RGB value is (179,157,74). Sum of RGB (Red+Green+Blue) = 179+157+74=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D4A is #4C62B5. Grayscale: #9A9A9A. Windows color (decimal): -5006006 or 4890035. OLE color: 4890035.
HSL color Cylindrical-coordinate representation of color #B39D4A: hue angle of 47.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B39D4A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 74 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.30 |
| HSL | 47.43º | 0.42% | 0.5% | - |
| HSV(B) | 47.43º | 0.59% | 0.7% | - |
| XYZ | 31.88 | 34.19 | 11.4 | - |
| YUV | 154.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 74 | 0 | 0.12 | 0.59 | 0.30 | 47.43 | 0.42 | 0.5 |
| Hex | B3 | 9D | 4A | 0 | C | 3B | 1E | 2F | 2A | 32 |
| Octal | 263 | 235 | 112 | 0 | 14 | 73 | 36 | 57 | 52 | 62 |
| Binary | 10110011 | 10011101 | 1001010 | 0 | 1100 | 111011 | 11110 | 101111 | 101010 | 110010 |
Color Harmonies of #B39D4A
Complementary color
Monochromatic Colors of #B39D4A
Black with #B39D4A
Text Example
Text Example
White with #B39D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D4A; }
p { color: rgb(179,157,74); }
H1.HeaderClassName
{
color: #B39D4A;
}
.AnyTagClassName
{
color: #B39D4A;
}
</style>
background-color css
<style>
a { background-color: #B39D4A; }
a { background-color: rgb(179,157,74); }
div.DivClassName
{
background-color: #B39D4A;
}
.BgClassName
{
background-color: #B39D4A;
}
</style>
border-color css
<style>
span { border-color: #B39D4A; }
span { border-color: rgb(179,157,74); }
td.TdClassName
{
border-color: #B39D4A;
}
.TagClassName
{
border-color: #B39D4A;
}
</style>