Shades of Dark Khaki #BEBA70
Tints of Dark Khaki #BEBA70
RGB
CMYK
RGB Variations
Color information
#BEBA70 (or 0xBEBA70) is known color: Dark Khaki. HEX triplet: BE, BA and 70. RGB value is (190,186,112). Sum of RGB (Red+Green+Blue) = 190+186+112=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA70 is #41458F. Grayscale: #B3B3B3. Windows color (decimal): -4277648 or 7387838. OLE color: 7387838.
HSL color Cylindrical-coordinate representation of color #BEBA70: hue angle of 56.92º 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 #BEBA70 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 112 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.25 |
| HSL | 56.92º | 0.38% | 0.59% | - |
| HSV(B) | 56.92º | 0.41% | 0.75% | - |
| XYZ | 41.72 | 47.23 | 22.25 | - |
| YUV | 178.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 112 | 0 | 0.02 | 0.41 | 0.25 | 56.92 | 0.38 | 0.59 |
| Hex | BE | BA | 70 | 0 | 2 | 29 | 19 | 39 | 26 | 3B |
| Octal | 276 | 272 | 160 | 0 | 2 | 51 | 31 | 71 | 46 | 73 |
| Binary | 10111110 | 10111010 | 1110000 | 0 | 10 | 101001 | 11001 | 111001 | 100110 | 111011 |
Color Harmonies of #BEBA70
Complementary color
Monochromatic Colors of #BEBA70
Black with #BEBA70
Text Example
Text Example
White with #BEBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA70; }
p { color: rgb(190,186,112); }
H1.HeaderClassName
{
color: #BEBA70;
}
.AnyTagClassName
{
color: #BEBA70;
}
</style>
background-color css
<style>
a { background-color: #BEBA70; }
a { background-color: rgb(190,186,112); }
div.DivClassName
{
background-color: #BEBA70;
}
.BgClassName
{
background-color: #BEBA70;
}
</style>
border-color css
<style>
span { border-color: #BEBA70; }
span { border-color: rgb(190,186,112); }
td.TdClassName
{
border-color: #BEBA70;
}
.TagClassName
{
border-color: #BEBA70;
}
</style>