Shades of Dark Khaki #BEBE63
Tints of Dark Khaki #BEBE63
RGB
CMYK
RGB Variations
Color information
#BEBE63 (or 0xBEBE63) is known color: Dark Khaki. HEX triplet: BE, BE and 63. RGB value is (190,190,99). Sum of RGB (Red+Green+Blue) = 190+190+99=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE63 is #41419C. Grayscale: #B3B3B3. Windows color (decimal): -4276637 or 6536894. OLE color: 6536894.
HSL color Cylindrical-coordinate representation of color #BEBE63: 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.48%. Process color model (Four color, CMYK) of #BEBE63 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 99 | - |
| CMYK | 0 | 0 | 0.48 | 0.25 |
| HSL | 60º | 0.41% | 0.57% | - |
| HSV(B) | 60º | 0.48% | 0.75% | - |
| XYZ | 41.9 | 48.67 | 18.99 | - |
| YUV | 179.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 99 | 0 | 0 | 0.48 | 0.25 | 60 | 0.41 | 0.57 |
| Hex | BE | BE | 63 | 0 | 0 | 30 | 19 | 3C | 29 | 39 |
| Octal | 276 | 276 | 143 | 0 | 0 | 60 | 31 | 74 | 51 | 71 |
| Binary | 10111110 | 10111110 | 1100011 | 0 | 0 | 110000 | 11001 | 111100 | 101001 | 111001 |
Color Harmonies of #BEBE63
Complementary color
Monochromatic Colors of #BEBE63
Black with #BEBE63
Text Example
Text Example
White with #BEBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE63; }
p { color: rgb(190,190,99); }
H1.HeaderClassName
{
color: #BEBE63;
}
.AnyTagClassName
{
color: #BEBE63;
}
</style>
background-color css
<style>
a { background-color: #BEBE63; }
a { background-color: rgb(190,190,99); }
div.DivClassName
{
background-color: #BEBE63;
}
.BgClassName
{
background-color: #BEBE63;
}
</style>
border-color css
<style>
span { border-color: #BEBE63; }
span { border-color: rgb(190,190,99); }
td.TdClassName
{
border-color: #BEBE63;
}
.TagClassName
{
border-color: #BEBE63;
}
</style>