Shades of Dark Khaki #BEBD66
Tints of Dark Khaki #BEBD66
RGB
CMYK
RGB Variations
Color information
#BEBD66 (or 0xBEBD66) is known color: Dark Khaki. HEX triplet: BE, BD and 66. RGB value is (190,189,102). Sum of RGB (Red+Green+Blue) = 190+189+102=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD66 is #414299. Grayscale: #B3B3B3. Windows color (decimal): -4276890 or 6733246. OLE color: 6733246.
HSL color Cylindrical-coordinate representation of color #BEBD66: hue angle of 59.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEBD66 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 102 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.25 |
| HSL | 59.32º | 0.4% | 0.57% | - |
| HSV(B) | 59.32º | 0.46% | 0.75% | - |
| XYZ | 41.83 | 48.3 | 19.69 | - |
| YUV | 179.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 102 | 0 | 0.01 | 0.46 | 0.25 | 59.32 | 0.4 | 0.57 |
| Hex | BE | BD | 66 | 0 | 1 | 2E | 19 | 3B | 28 | 39 |
| Octal | 276 | 275 | 146 | 0 | 1 | 56 | 31 | 73 | 50 | 71 |
| Binary | 10111110 | 10111101 | 1100110 | 0 | 1 | 101110 | 11001 | 111011 | 101000 | 111001 |
Color Harmonies of #BEBD66
Complementary color
Monochromatic Colors of #BEBD66
Black with #BEBD66
Text Example
Text Example
White with #BEBD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD66; }
p { color: rgb(190,189,102); }
H1.HeaderClassName
{
color: #BEBD66;
}
.AnyTagClassName
{
color: #BEBD66;
}
</style>
background-color css
<style>
a { background-color: #BEBD66; }
a { background-color: rgb(190,189,102); }
div.DivClassName
{
background-color: #BEBD66;
}
.BgClassName
{
background-color: #BEBD66;
}
</style>
border-color css
<style>
span { border-color: #BEBD66; }
span { border-color: rgb(190,189,102); }
td.TdClassName
{
border-color: #BEBD66;
}
.TagClassName
{
border-color: #BEBD66;
}
</style>