#BEAE75

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

Shades of Ecru #BEAE75

Tints of Ecru #BEAE75

Color information

#BEAE75 (or 0xBEAE75) is unknown color: approx Ecru. HEX triplet: BE, AE and 75. RGB value is (190,174,117). Sum of RGB (Red+Green+Blue) = 190+174+117=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE75 is #41518A. Grayscale: #ACACAC. Windows color (decimal): -4280715 or 7712446. OLE color: 7712446.

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

Color convert

RGB190174117-
CMYK00.080.380.25
HSL46.85º35.96%60.2%-
HSV(B)46.85º38.42%74.51%-
XYZ39.5842.522.95-
YUV172.2996.8140.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=39.50%
G=36.17%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017411700.080.380.2546.8535.9660.2
HexBEAE750826192f243c
Octal2762561650104631574474
Binary101111101010111011101010100010011011001101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE75; }

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

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

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

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

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

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

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

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