Shades of Dark Khaki #BEBE65
Tints of Dark Khaki #BEBE65
RGB
CMYK
RGB Variations
Color information
#BEBE65 (or 0xBEBE65) is known color: Dark Khaki. HEX triplet: BE, BE and 65. RGB value is (190,190,101). Sum of RGB (Red+Green+Blue) = 190+190+101=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE65 is #41419A. Grayscale: #B4B4B4. Windows color (decimal): -4276635 or 6667966. OLE color: 6667966.
HSL color Cylindrical-coordinate representation of color #BEBE65: hue angle of 60º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEBE65 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 101 | - |
| CMYK | 0 | 0 | 0.47 | 0.25 |
| HSL | 60º | 0.41% | 0.57% | - |
| HSV(B) | 60º | 0.47% | 0.75% | - |
| XYZ | 42 | 48.71 | 19.5 | - |
| YUV | 179.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 101 | 0 | 0 | 0.47 | 0.25 | 60 | 0.41 | 0.57 |
| Hex | BE | BE | 65 | 0 | 0 | 2F | 19 | 3C | 29 | 39 |
| Octal | 276 | 276 | 145 | 0 | 0 | 57 | 31 | 74 | 51 | 71 |
| Binary | 10111110 | 10111110 | 1100101 | 0 | 0 | 101111 | 11001 | 111100 | 101001 | 111001 |
Color Harmonies of #BEBE65
Complementary color
Monochromatic Colors of #BEBE65
Black with #BEBE65
Text Example
Text Example
White with #BEBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE65; }
p { color: rgb(190,190,101); }
H1.HeaderClassName
{
color: #BEBE65;
}
.AnyTagClassName
{
color: #BEBE65;
}
</style>
background-color css
<style>
a { background-color: #BEBE65; }
a { background-color: rgb(190,190,101); }
div.DivClassName
{
background-color: #BEBE65;
}
.BgClassName
{
background-color: #BEBE65;
}
</style>
border-color css
<style>
span { border-color: #BEBE65; }
span { border-color: rgb(190,190,101); }
td.TdClassName
{
border-color: #BEBE65;
}
.TagClassName
{
border-color: #BEBE65;
}
</style>