Shades of Husk #B39B4E
Tints of Husk #B39B4E
RGB
CMYK
RGB Variations
Color information
#B39B4E (or 0xB39B4E) is known color: Husk. HEX triplet: B3, 9B and 4E. RGB value is (179,155,78). Sum of RGB (Red+Green+Blue) = 179+155+78=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B4E is #4C64B1. Grayscale: #999999. Windows color (decimal): -5006514 or 5151667. OLE color: 5151667.
HSL color Cylindrical-coordinate representation of color #B39B4E: hue angle of 45.74º 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 #B39B4E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 78 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.30 |
| HSL | 45.74º | 0.4% | 0.5% | - |
| HSV(B) | 45.74º | 0.56% | 0.7% | - |
| XYZ | 31.69 | 33.58 | 12.02 | - |
| YUV | 153.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 78 | 0 | 0.13 | 0.56 | 0.30 | 45.74 | 0.4 | 0.5 |
| Hex | B3 | 9B | 4E | 0 | D | 38 | 1E | 2E | 28 | 32 |
| Octal | 263 | 233 | 116 | 0 | 15 | 70 | 36 | 56 | 50 | 62 |
| Binary | 10110011 | 10011011 | 1001110 | 0 | 1101 | 111000 | 11110 | 101110 | 101000 | 110010 |
Color Harmonies of #B39B4E
Complementary color
Monochromatic Colors of #B39B4E
Black with #B39B4E
Text Example
Text Example
White with #B39B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39B4E; }
p { color: rgb(179,155,78); }
H1.HeaderClassName
{
color: #B39B4E;
}
.AnyTagClassName
{
color: #B39B4E;
}
</style>
background-color css
<style>
a { background-color: #B39B4E; }
a { background-color: rgb(179,155,78); }
div.DivClassName
{
background-color: #B39B4E;
}
.BgClassName
{
background-color: #B39B4E;
}
</style>
border-color css
<style>
span { border-color: #B39B4E; }
span { border-color: rgb(179,155,78); }
td.TdClassName
{
border-color: #B39B4E;
}
.TagClassName
{
border-color: #B39B4E;
}
</style>