Shades of Dark Khaki #BEBD68
Tints of Dark Khaki #BEBD68
RGB
CMYK
RGB Variations
Color information
#BEBD68 (or 0xBEBD68) is known color: Dark Khaki. HEX triplet: BE, BD and 68. RGB value is (190,189,104). Sum of RGB (Red+Green+Blue) = 190+189+104=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD68 is #414297. Grayscale: #B3B3B3. Windows color (decimal): -4276888 or 6864318. OLE color: 6864318.
HSL color Cylindrical-coordinate representation of color #BEBD68: hue angle of 59.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEBD68 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 104 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.25 |
| HSL | 59.3º | 0.4% | 0.58% | - |
| HSV(B) | 59.3º | 0.45% | 0.75% | - |
| XYZ | 41.93 | 48.34 | 20.22 | - |
| YUV | 179.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 104 | 0 | 0.01 | 0.45 | 0.25 | 59.3 | 0.4 | 0.58 |
| Hex | BE | BD | 68 | 0 | 1 | 2D | 19 | 3B | 28 | 3A |
| Octal | 276 | 275 | 150 | 0 | 1 | 55 | 31 | 73 | 50 | 72 |
| Binary | 10111110 | 10111101 | 1101000 | 0 | 1 | 101101 | 11001 | 111011 | 101000 | 111010 |
Color Harmonies of #BEBD68
Complementary color
Monochromatic Colors of #BEBD68
Black with #BEBD68
Text Example
Text Example
White with #BEBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD68; }
p { color: rgb(190,189,104); }
H1.HeaderClassName
{
color: #BEBD68;
}
.AnyTagClassName
{
color: #BEBD68;
}
</style>
background-color css
<style>
a { background-color: #BEBD68; }
a { background-color: rgb(190,189,104); }
div.DivClassName
{
background-color: #BEBD68;
}
.BgClassName
{
background-color: #BEBD68;
}
</style>
border-color css
<style>
span { border-color: #BEBD68; }
span { border-color: rgb(190,189,104); }
td.TdClassName
{
border-color: #BEBD68;
}
.TagClassName
{
border-color: #BEBD68;
}
</style>