Shades of Dark Khaki #BEBE61
Tints of Dark Khaki #BEBE61
RGB
CMYK
RGB Variations
Color information
#BEBE61 (or 0xBEBE61) is known color: Dark Khaki. HEX triplet: BE, BE and 61. RGB value is (190,190,97). Sum of RGB (Red+Green+Blue) = 190+190+97=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE61 is #41419E. Grayscale: #B3B3B3. Windows color (decimal): -4276639 or 6405822. OLE color: 6405822.
HSL color Cylindrical-coordinate representation of color #BEBE61: hue angle of 60º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEBE61 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 97 | - |
| CMYK | 0 | 0 | 0.49 | 0.25 |
| HSL | 60º | 0.42% | 0.56% | - |
| HSV(B) | 60º | 0.49% | 0.75% | - |
| XYZ | 41.81 | 48.64 | 18.49 | - |
| YUV | 179.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 97 | 0 | 0 | 0.49 | 0.25 | 60 | 0.42 | 0.56 |
| Hex | BE | BE | 61 | 0 | 0 | 31 | 19 | 3C | 2A | 38 |
| Octal | 276 | 276 | 141 | 0 | 0 | 61 | 31 | 74 | 52 | 70 |
| Binary | 10111110 | 10111110 | 1100001 | 0 | 0 | 110001 | 11001 | 111100 | 101010 | 111000 |
Color Harmonies of #BEBE61
Complementary color
Monochromatic Colors of #BEBE61
Black with #BEBE61
Text Example
Text Example
White with #BEBE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE61; }
p { color: rgb(190,190,97); }
H1.HeaderClassName
{
color: #BEBE61;
}
.AnyTagClassName
{
color: #BEBE61;
}
</style>
background-color css
<style>
a { background-color: #BEBE61; }
a { background-color: rgb(190,190,97); }
div.DivClassName
{
background-color: #BEBE61;
}
.BgClassName
{
background-color: #BEBE61;
}
</style>
border-color css
<style>
span { border-color: #BEBE61; }
span { border-color: rgb(190,190,97); }
td.TdClassName
{
border-color: #BEBE61;
}
.TagClassName
{
border-color: #BEBE61;
}
</style>