#BEAD74

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

Shades of Ecru #BEAD74

Tints of Ecru #BEAD74

Color information

#BEAD74 (or 0xBEAD74) is unknown color: approx Ecru. HEX triplet: BE, AD and 74. RGB value is (190,173,116). Sum of RGB (Red+Green+Blue) = 190+173+116=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD74 is #41528B. Grayscale: #ABABAB. Windows color (decimal): -4280972 or 7646654. OLE color: 7646654.

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

Color convert

RGB190173116-
CMYK00.090.390.25
HSL46.22º36.27%60%-
HSV(B)46.22º38.95%74.51%-
XYZ39.3342.122.58-
YUV171.5896.63141.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=39.67%
G=36.12%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017311600.090.390.2546.2236.2760
HexBEAD740927192e243c
Octal2762551640114731564474
Binary101111101010110111101000100110011111001101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD74; }

 p { color: rgb(190,173,116); }

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

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

 a { background-color: rgb(190,173,116); }

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

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

 span { border-color: rgb(190,173,116); }

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