Shades of Dark Khaki #BEBA77
Tints of Dark Khaki #BEBA77
RGB
CMYK
RGB Variations
Color information
#BEBA77 (or 0xBEBA77) is known color: Dark Khaki. HEX triplet: BE, BA and 77. RGB value is (190,186,119). Sum of RGB (Red+Green+Blue) = 190+186+119=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA77 is #414588. Grayscale: #B3B3B3. Windows color (decimal): -4277641 or 7846590. OLE color: 7846590.
HSL color Cylindrical-coordinate representation of color #BEBA77: hue angle of 56.62º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEBA77 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 119 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.25 |
| HSL | 56.62º | 0.35% | 0.61% | - |
| HSV(B) | 56.62º | 0.37% | 0.75% | - |
| XYZ | 42.12 | 47.4 | 24.38 | - |
| YUV | 179.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 119 | 0 | 0.02 | 0.37 | 0.25 | 56.62 | 0.35 | 0.61 |
| Hex | BE | BA | 77 | 0 | 2 | 25 | 19 | 39 | 23 | 3D |
| Octal | 276 | 272 | 167 | 0 | 2 | 45 | 31 | 71 | 43 | 75 |
| Binary | 10111110 | 10111010 | 1110111 | 0 | 10 | 100101 | 11001 | 111001 | 100011 | 111101 |
Color Harmonies of #BEBA77
Complementary color
Monochromatic Colors of #BEBA77
Black with #BEBA77
Text Example
Text Example
White with #BEBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA77; }
p { color: rgb(190,186,119); }
H1.HeaderClassName
{
color: #BEBA77;
}
.AnyTagClassName
{
color: #BEBA77;
}
</style>
background-color css
<style>
a { background-color: #BEBA77; }
a { background-color: rgb(190,186,119); }
div.DivClassName
{
background-color: #BEBA77;
}
.BgClassName
{
background-color: #BEBA77;
}
</style>
border-color css
<style>
span { border-color: #BEBA77; }
span { border-color: rgb(190,186,119); }
td.TdClassName
{
border-color: #BEBA77;
}
.TagClassName
{
border-color: #BEBA77;
}
</style>