#BEAE71

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

Shades of Dark Khaki #BEAE71

Tints of Dark Khaki #BEAE71

Color information

#BEAE71 (or 0xBEAE71) is unknown color: approx Dark Khaki. HEX triplet: BE, AE and 71. RGB value is (190,174,113). Sum of RGB (Red+Green+Blue) = 190+174+113=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE71 is #41518E. Grayscale: #ACACAC. Windows color (decimal): -4280719 or 7450302. OLE color: 7450302.

HSL color Cylindrical-coordinate representation of color #BEAE71: hue angle of 47.53º 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 #BEAE71 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190174113-
CMYK00.080.410.25
HSL47.53º37.2%59.41%-
HSV(B)47.53º40.53%74.51%-
XYZ39.3542.4121.73-
YUV171.8394.8140.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=39.83%
G=36.48%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017411300.080.410.2547.5337.259.41
HexBEAE7108291930253b
Octal2762561610105131604573
Binary101111101010111011100010100010100111001110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE71; }

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

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

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

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

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

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

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

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