Shades of Husk #BE9D4E
Tints of Husk #BE9D4E
RGB
CMYK
RGB Variations
Color information
#BE9D4E (or 0xBE9D4E) is known color: Husk. HEX triplet: BE, 9D and 4E. RGB value is (190,157,78). Sum of RGB (Red+Green+Blue) = 190+157+78=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D4E is #4162B1. Grayscale: #9E9E9E. Windows color (decimal): -4285106 or 5152190. OLE color: 5152190.
HSL color Cylindrical-coordinate representation of color #BE9D4E: hue angle of 42.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE9D4E is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 78 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.25 |
| HSL | 42.32º | 0.46% | 0.53% | - |
| HSV(B) | 42.32º | 0.59% | 0.75% | - |
| XYZ | 34.67 | 35.61 | 12.25 | - |
| YUV | 157.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 78 | 0 | 0.17 | 0.59 | 0.25 | 42.32 | 0.46 | 0.53 |
| Hex | BE | 9D | 4E | 0 | 11 | 3B | 19 | 2A | 2E | 35 |
| Octal | 276 | 235 | 116 | 0 | 21 | 73 | 31 | 52 | 56 | 65 |
| Binary | 10111110 | 10011101 | 1001110 | 0 | 10001 | 111011 | 11001 | 101010 | 101110 | 110101 |
Color Harmonies of #BE9D4E
Complementary color
Monochromatic Colors of #BE9D4E
Black with #BE9D4E
Text Example
Text Example
White with #BE9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D4E; }
p { color: rgb(190,157,78); }
H1.HeaderClassName
{
color: #BE9D4E;
}
.AnyTagClassName
{
color: #BE9D4E;
}
</style>
background-color css
<style>
a { background-color: #BE9D4E; }
a { background-color: rgb(190,157,78); }
div.DivClassName
{
background-color: #BE9D4E;
}
.BgClassName
{
background-color: #BE9D4E;
}
</style>
border-color css
<style>
span { border-color: #BE9D4E; }
span { border-color: rgb(190,157,78); }
td.TdClassName
{
border-color: #BE9D4E;
}
.TagClassName
{
border-color: #BE9D4E;
}
</style>