Shades of Dark Khaki #BEBE70
Tints of Dark Khaki #BEBE70
RGB
CMYK
RGB Variations
Color information
#BEBE70 (or 0xBEBE70) is known color: Dark Khaki. HEX triplet: BE, BE and 70. RGB value is (190,190,112). Sum of RGB (Red+Green+Blue) = 190+190+112=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE70 is #41418F. Grayscale: #B5B5B5. Windows color (decimal): -4276624 or 7388862. OLE color: 7388862.
HSL color Cylindrical-coordinate representation of color #BEBE70: hue angle of 60º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEBE70 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 112 | - |
| CMYK | 0 | 0 | 0.41 | 0.25 |
| HSL | 60º | 0.38% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.75% | - |
| XYZ | 42.57 | 48.94 | 22.53 | - |
| YUV | 181.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 112 | 0 | 0 | 0.41 | 0.25 | 60 | 0.38 | 0.59 |
| Hex | BE | BE | 70 | 0 | 0 | 29 | 19 | 3C | 26 | 3B |
| Octal | 276 | 276 | 160 | 0 | 0 | 51 | 31 | 74 | 46 | 73 |
| Binary | 10111110 | 10111110 | 1110000 | 0 | 0 | 101001 | 11001 | 111100 | 100110 | 111011 |
Color Harmonies of #BEBE70
Complementary color
Monochromatic Colors of #BEBE70
Black with #BEBE70
Text Example
Text Example
White with #BEBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE70; }
p { color: rgb(190,190,112); }
H1.HeaderClassName
{
color: #BEBE70;
}
.AnyTagClassName
{
color: #BEBE70;
}
</style>
background-color css
<style>
a { background-color: #BEBE70; }
a { background-color: rgb(190,190,112); }
div.DivClassName
{
background-color: #BEBE70;
}
.BgClassName
{
background-color: #BEBE70;
}
</style>
border-color css
<style>
span { border-color: #BEBE70; }
span { border-color: rgb(190,190,112); }
td.TdClassName
{
border-color: #BEBE70;
}
.TagClassName
{
border-color: #BEBE70;
}
</style>