Shades of Dark Khaki #BEB96E
Tints of Dark Khaki #BEB96E
RGB
CMYK
RGB Variations
Color information
#BEB96E (or 0xBEB96E) is known color: Dark Khaki. HEX triplet: BE, B9 and 6E. RGB value is (190,185,110). Sum of RGB (Red+Green+Blue) = 190+185+110=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB96E is #414691. Grayscale: #B2B2B2. Windows color (decimal): -4277906 or 7256510. OLE color: 7256510.
HSL color Cylindrical-coordinate representation of color #BEB96E: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEB96E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 110 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.25 |
| HSL | 56.25º | 0.38% | 0.59% | - |
| HSV(B) | 56.25º | 0.42% | 0.75% | - |
| XYZ | 41.4 | 46.77 | 21.6 | - |
| YUV | 177.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 110 | 0 | 0.03 | 0.42 | 0.25 | 56.25 | 0.38 | 0.59 |
| Hex | BE | B9 | 6E | 0 | 3 | 2A | 19 | 38 | 26 | 3B |
| Octal | 276 | 271 | 156 | 0 | 3 | 52 | 31 | 70 | 46 | 73 |
| Binary | 10111110 | 10111001 | 1101110 | 0 | 11 | 101010 | 11001 | 111000 | 100110 | 111011 |
Color Harmonies of #BEB96E
Complementary color
Monochromatic Colors of #BEB96E
Black with #BEB96E
Text Example
Text Example
White with #BEB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB96E; }
p { color: rgb(190,185,110); }
H1.HeaderClassName
{
color: #BEB96E;
}
.AnyTagClassName
{
color: #BEB96E;
}
</style>
background-color css
<style>
a { background-color: #BEB96E; }
a { background-color: rgb(190,185,110); }
div.DivClassName
{
background-color: #BEB96E;
}
.BgClassName
{
background-color: #BEB96E;
}
</style>
border-color css
<style>
span { border-color: #BEB96E; }
span { border-color: rgb(190,185,110); }
td.TdClassName
{
border-color: #BEB96E;
}
.TagClassName
{
border-color: #BEB96E;
}
</style>