#BEAC7D

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

Shades of Ecru #BEAC7D

Tints of Ecru #BEAC7D

Color information

#BEAC7D (or 0xBEAC7D) is unknown color: approx Ecru. HEX triplet: BE, AC and 7D. RGB value is (190,172,125). Sum of RGB (Red+Green+Blue) = 190+172+125=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC7D is #415382. Grayscale: #ACACAC. Windows color (decimal): -4281219 or 8236222. OLE color: 8236222.

HSL color Cylindrical-coordinate representation of color #BEAC7D: hue angle of 43.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEAC7D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190172125-
CMYK00.090.340.25
HSL43.38º33.33%61.76%-
HSV(B)43.38º34.21%74.51%-
XYZ39.6941.9325.4-
YUV172.02101.46140.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=39.01%
G=35.32%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017212500.090.340.2543.3833.3361.76
HexBEAC7D0922192b213e
Octal2762541750114231534176
Binary101111101010110011111010100110001011001101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC7D; }

 p { color: rgb(190,172,125); }

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

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

 a { background-color: rgb(190,172,125); }

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

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

 span { border-color: rgb(190,172,125); }

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