#BEAE6E

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

Shades of Dark Khaki #BEAE6E

Tints of Dark Khaki #BEAE6E

Color information

#BEAE6E (or 0xBEAE6E) is unknown color: approx Dark Khaki. HEX triplet: BE, AE and 6E. RGB value is (190,174,110). Sum of RGB (Red+Green+Blue) = 190+174+110=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6E is #415191. Grayscale: #ABABAB. Windows color (decimal): -4280722 or 7253694. OLE color: 7253694.

HSL color Cylindrical-coordinate representation of color #BEAE6E: hue angle of 48º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEAE6E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190174110-
CMYK00.080.420.25
HSL48º38.1%58.82%-
HSV(B)48º42.11%74.51%-
XYZ39.1942.3520.86-
YUV171.4993.3141.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=40.08%
G=36.71%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017411000.080.420.254838.158.82
HexBEAE6E082A1930263b
Octal2762561560105231604673
Binary101111101010111011011100100010101011001110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE6E; }

 p { color: rgb(190,174,110); }

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

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

 a { background-color: rgb(190,174,110); }

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

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

 span { border-color: rgb(190,174,110); }

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