Shades of Dark Khaki #BEBE6C
Tints of Dark Khaki #BEBE6C
RGB
CMYK
RGB Variations
Color information
#BEBE6C (or 0xBEBE6C) is known color: Dark Khaki. HEX triplet: BE, BE and 6C. RGB value is (190,190,108). Sum of RGB (Red+Green+Blue) = 190+190+108=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE6C is #414193. Grayscale: #B4B4B4. Windows color (decimal): -4276628 or 7126718. OLE color: 7126718.
HSL color Cylindrical-coordinate representation of color #BEBE6C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEBE6C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 108 | - |
| CMYK | 0 | 0 | 0.43 | 0.25 |
| HSL | 60º | 0.39% | 0.58% | - |
| HSV(B) | 60º | 0.43% | 0.75% | - |
| XYZ | 42.36 | 48.86 | 21.39 | - |
| YUV | 180.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 108 | 0 | 0 | 0.43 | 0.25 | 60 | 0.39 | 0.58 |
| Hex | BE | BE | 6C | 0 | 0 | 2B | 19 | 3C | 27 | 3A |
| Octal | 276 | 276 | 154 | 0 | 0 | 53 | 31 | 74 | 47 | 72 |
| Binary | 10111110 | 10111110 | 1101100 | 0 | 0 | 101011 | 11001 | 111100 | 100111 | 111010 |
Color Harmonies of #BEBE6C
Complementary color
Monochromatic Colors of #BEBE6C
Black with #BEBE6C
Text Example
Text Example
White with #BEBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE6C; }
p { color: rgb(190,190,108); }
H1.HeaderClassName
{
color: #BEBE6C;
}
.AnyTagClassName
{
color: #BEBE6C;
}
</style>
background-color css
<style>
a { background-color: #BEBE6C; }
a { background-color: rgb(190,190,108); }
div.DivClassName
{
background-color: #BEBE6C;
}
.BgClassName
{
background-color: #BEBE6C;
}
</style>
border-color css
<style>
span { border-color: #BEBE6C; }
span { border-color: rgb(190,190,108); }
td.TdClassName
{
border-color: #BEBE6C;
}
.TagClassName
{
border-color: #BEBE6C;
}
</style>