Shades of Dark Khaki #BEBE71
Tints of Dark Khaki #BEBE71
RGB
CMYK
RGB Variations
Color information
#BEBE71 (or 0xBEBE71) is known color: Dark Khaki. HEX triplet: BE, BE and 71. RGB value is (190,190,113). Sum of RGB (Red+Green+Blue) = 190+190+113=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE71 is #41418E. Grayscale: #B5B5B5. Windows color (decimal): -4276623 or 7454398. OLE color: 7454398.
HSL color Cylindrical-coordinate representation of color #BEBE71: hue angle of 60º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEBE71 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 113 | - |
| CMYK | 0 | 0 | 0.41 | 0.25 |
| HSL | 60º | 0.37% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.75% | - |
| XYZ | 42.63 | 48.97 | 22.83 | - |
| YUV | 181.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 113 | 0 | 0 | 0.41 | 0.25 | 60 | 0.37 | 0.59 |
| Hex | BE | BE | 71 | 0 | 0 | 29 | 19 | 3C | 25 | 3B |
| Octal | 276 | 276 | 161 | 0 | 0 | 51 | 31 | 74 | 45 | 73 |
| Binary | 10111110 | 10111110 | 1110001 | 0 | 0 | 101001 | 11001 | 111100 | 100101 | 111011 |
Color Harmonies of #BEBE71
Complementary color
Monochromatic Colors of #BEBE71
Black with #BEBE71
Text Example
Text Example
White with #BEBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE71; }
p { color: rgb(190,190,113); }
H1.HeaderClassName
{
color: #BEBE71;
}
.AnyTagClassName
{
color: #BEBE71;
}
</style>
background-color css
<style>
a { background-color: #BEBE71; }
a { background-color: rgb(190,190,113); }
div.DivClassName
{
background-color: #BEBE71;
}
.BgClassName
{
background-color: #BEBE71;
}
</style>
border-color css
<style>
span { border-color: #BEBE71; }
span { border-color: rgb(190,190,113); }
td.TdClassName
{
border-color: #BEBE71;
}
.TagClassName
{
border-color: #BEBE71;
}
</style>