#BEAE72

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

Shades of Ecru #BEAE72

Tints of Ecru #BEAE72

Color information

#BEAE72 (or 0xBEAE72) is unknown color: approx Ecru. HEX triplet: BE, AE and 72. RGB value is (190,174,114). Sum of RGB (Red+Green+Blue) = 190+174+114=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE72 is #41518D. Grayscale: #ACACAC. Windows color (decimal): -4280718 or 7515838. OLE color: 7515838.

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

Color convert

RGB190174114-
CMYK00.080.400.25
HSL47.37º36.89%59.61%-
HSV(B)47.37º40%74.51%-
XYZ39.4142.4322.03-
YUV171.9495.3140.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=39.75%
G=36.40%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017411400.080.400.2547.3736.8959.61
HexBEAE720828192f253c
Octal2762561620105031574574
Binary101111101010111011100100100010100011001101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE72; }

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

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

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

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

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

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

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

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