Shades of Dark Khaki #BEAE6E
Tints of Dark Khaki #BEAE6E
RGB
CMYK
RGB Variations
Color information
#BEAE6E (or 0xBEAE6E) is known color: Dark Khaki. HEX triplet: BE, AE and 6E. RGB value is (190,174,110). Sum of RGB (Red+Green+Blue) = 190+174+110=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6E is #415191. Grayscale: #ABABAB. Windows color (decimal): -4280722 or 7253694. OLE color: 7253694.
HSL color Cylindrical-coordinate representation of color #BEAE6E: hue angle of 48º 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 #BEAE6E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 110 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.25 |
| HSL | 48º | 0.38% | 0.59% | - |
| HSV(B) | 48º | 0.42% | 0.75% | - |
| XYZ | 39.19 | 42.35 | 20.86 | - |
| YUV | 171.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 110 | 0 | 0.08 | 0.42 | 0.25 | 48 | 0.38 | 0.59 |
| Hex | BE | AE | 6E | 0 | 8 | 2A | 19 | 30 | 26 | 3B |
| Octal | 276 | 256 | 156 | 0 | 10 | 52 | 31 | 60 | 46 | 73 |
| Binary | 10111110 | 10101110 | 1101110 | 0 | 1000 | 101010 | 11001 | 110000 | 100110 | 111011 |
Color Harmonies of #BEAE6E
Complementary color
Monochromatic Colors of #BEAE6E
Black with #BEAE6E
Text Example
Text Example
White with #BEAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE6E; }
p { color: rgb(190,174,110); }
H1.HeaderClassName
{
color: #BEAE6E;
}
.AnyTagClassName
{
color: #BEAE6E;
}
</style>
background-color css
<style>
a { background-color: #BEAE6E; }
a { background-color: rgb(190,174,110); }
div.DivClassName
{
background-color: #BEAE6E;
}
.BgClassName
{
background-color: #BEAE6E;
}
</style>
border-color css
<style>
span { border-color: #BEAE6E; }
span { border-color: rgb(190,174,110); }
td.TdClassName
{
border-color: #BEAE6E;
}
.TagClassName
{
border-color: #BEAE6E;
}
</style>