Shades of Dark Khaki #BEBA6B
Tints of Dark Khaki #BEBA6B
RGB
CMYK
RGB Variations
Color information
#BEBA6B (or 0xBEBA6B) is known color: Dark Khaki. HEX triplet: BE, BA and 6B. RGB value is (190,186,107). Sum of RGB (Red+Green+Blue) = 190+186+107=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA6B is #414594. Grayscale: #B2B2B2. Windows color (decimal): -4277653 or 7060158. OLE color: 7060158.
HSL color Cylindrical-coordinate representation of color #BEBA6B: hue angle of 57.11º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEBA6B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 107 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.25 |
| HSL | 57.11º | 0.39% | 0.58% | - |
| HSV(B) | 57.11º | 0.44% | 0.75% | - |
| XYZ | 41.45 | 47.13 | 20.82 | - |
| YUV | 178.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 107 | 0 | 0.02 | 0.44 | 0.25 | 57.11 | 0.39 | 0.58 |
| Hex | BE | BA | 6B | 0 | 2 | 2C | 19 | 39 | 27 | 3A |
| Octal | 276 | 272 | 153 | 0 | 2 | 54 | 31 | 71 | 47 | 72 |
| Binary | 10111110 | 10111010 | 1101011 | 0 | 10 | 101100 | 11001 | 111001 | 100111 | 111010 |
Color Harmonies of #BEBA6B
Complementary color
Monochromatic Colors of #BEBA6B
Black with #BEBA6B
Text Example
Text Example
White with #BEBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA6B; }
p { color: rgb(190,186,107); }
H1.HeaderClassName
{
color: #BEBA6B;
}
.AnyTagClassName
{
color: #BEBA6B;
}
</style>
background-color css
<style>
a { background-color: #BEBA6B; }
a { background-color: rgb(190,186,107); }
div.DivClassName
{
background-color: #BEBA6B;
}
.BgClassName
{
background-color: #BEBA6B;
}
</style>
border-color css
<style>
span { border-color: #BEBA6B; }
span { border-color: rgb(190,186,107); }
td.TdClassName
{
border-color: #BEBA6B;
}
.TagClassName
{
border-color: #BEBA6B;
}
</style>