Shades of Dark Khaki #BEBA64
Tints of Dark Khaki #BEBA64
RGB
CMYK
RGB Variations
Color information
#BEBA64 (or 0xBEBA64) is known color: Dark Khaki. HEX triplet: BE, BA and 64. RGB value is (190,186,100). Sum of RGB (Red+Green+Blue) = 190+186+100=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA64 is #41459B. Grayscale: #B1B1B1. Windows color (decimal): -4277660 or 6601406. OLE color: 6601406.
HSL color Cylindrical-coordinate representation of color #BEBA64: hue angle of 57.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEBA64 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 100 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.25 |
| HSL | 57.33º | 0.41% | 0.57% | - |
| HSV(B) | 57.33º | 0.47% | 0.75% | - |
| XYZ | 41.09 | 46.99 | 18.96 | - |
| YUV | 177.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 100 | 0 | 0.02 | 0.47 | 0.25 | 57.33 | 0.41 | 0.57 |
| Hex | BE | BA | 64 | 0 | 2 | 2F | 19 | 39 | 29 | 39 |
| Octal | 276 | 272 | 144 | 0 | 2 | 57 | 31 | 71 | 51 | 71 |
| Binary | 10111110 | 10111010 | 1100100 | 0 | 10 | 101111 | 11001 | 111001 | 101001 | 111001 |
Color Harmonies of #BEBA64
Complementary color
Monochromatic Colors of #BEBA64
Black with #BEBA64
Text Example
Text Example
White with #BEBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA64; }
p { color: rgb(190,186,100); }
H1.HeaderClassName
{
color: #BEBA64;
}
.AnyTagClassName
{
color: #BEBA64;
}
</style>
background-color css
<style>
a { background-color: #BEBA64; }
a { background-color: rgb(190,186,100); }
div.DivClassName
{
background-color: #BEBA64;
}
.BgClassName
{
background-color: #BEBA64;
}
</style>
border-color css
<style>
span { border-color: #BEBA64; }
span { border-color: rgb(190,186,100); }
td.TdClassName
{
border-color: #BEBA64;
}
.TagClassName
{
border-color: #BEBA64;
}
</style>