#BEBA66

Color #BEBA66 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BEBA66

Tints of Dark Khaki #BEBA66

Color information

#BEBA66 (or 0xBEBA66) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 66. RGB value is (190,186,102). Sum of RGB (Red+Green+Blue) = 190+186+102=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA66 is #414599. Grayscale: #B1B1B1. Windows color (decimal): -4277658 or 6732478. OLE color: 6732478.

HSL color Cylindrical-coordinate representation of color #BEBA66: hue angle of 57.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEBA66 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190186102-
CMYK00.020.460.25
HSL57.27º40.37%57.25%-
HSV(B)57.27º46.32%74.51%-
XYZ41.1947.0219.48-
YUV177.6285.33136.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=39.75%
G=38.91%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018610200.020.460.2557.2740.3757.25
HexBEBA66022E19392839
Octal276272146025631715071
Binary1011111010111010110011001010111011001111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA66; }

 p { color: rgb(190,186,102); }

 H1.HeaderClassName
 {
   color: #BEBA66;
 }
 .AnyTagClassName
 {
   color: #BEBA66;
 }
</style>
background-color css

<style>
 a { background-color: #BEBA66; }

 a { background-color: rgb(190,186,102); }

 div.DivClassName
 {
   background-color: #BEBA66;
 }
 .BgClassName
 {
   background-color: #BEBA66;
 }
</style>
border-color css

<style>
 span { border-color: #BEBA66; }

 span { border-color: rgb(190,186,102); }

 td.TdClassName
 {
   border-color: #BEBA66;
 }
 .TagClassName
 {
   border-color: #BEBA66;
 }
</style>