Shades of Dark Khaki #BEBA6D
Tints of Dark Khaki #BEBA6D
RGB
CMYK
RGB Variations
Color information
#BEBA6D (or 0xBEBA6D) is known color: Dark Khaki. HEX triplet: BE, BA and 6D. RGB value is (190,186,109). Sum of RGB (Red+Green+Blue) = 190+186+109=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA6D is #414592. Grayscale: #B2B2B2. Windows color (decimal): -4277651 or 7191230. OLE color: 7191230.
HSL color Cylindrical-coordinate representation of color #BEBA6D: hue angle of 57.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEBA6D is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 109 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.25 |
| HSL | 57.04º | 0.38% | 0.59% | - |
| HSV(B) | 57.04º | 0.43% | 0.75% | - |
| XYZ | 41.55 | 47.17 | 21.38 | - |
| YUV | 178.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 109 | 0 | 0.02 | 0.43 | 0.25 | 57.04 | 0.38 | 0.59 |
| Hex | BE | BA | 6D | 0 | 2 | 2B | 19 | 39 | 26 | 3B |
| Octal | 276 | 272 | 155 | 0 | 2 | 53 | 31 | 71 | 46 | 73 |
| Binary | 10111110 | 10111010 | 1101101 | 0 | 10 | 101011 | 11001 | 111001 | 100110 | 111011 |
Color Harmonies of #BEBA6D
Complementary color
Monochromatic Colors of #BEBA6D
Black with #BEBA6D
Text Example
Text Example
White with #BEBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA6D; }
p { color: rgb(190,186,109); }
H1.HeaderClassName
{
color: #BEBA6D;
}
.AnyTagClassName
{
color: #BEBA6D;
}
</style>
background-color css
<style>
a { background-color: #BEBA6D; }
a { background-color: rgb(190,186,109); }
div.DivClassName
{
background-color: #BEBA6D;
}
.BgClassName
{
background-color: #BEBA6D;
}
</style>
border-color css
<style>
span { border-color: #BEBA6D; }
span { border-color: rgb(190,186,109); }
td.TdClassName
{
border-color: #BEBA6D;
}
.TagClassName
{
border-color: #BEBA6D;
}
</style>