#BEAD80

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

Shades of Ecru #BEAD80

Tints of Ecru #BEAD80

Color information

#BEAD80 (or 0xBEAD80) is unknown color: approx Ecru. HEX triplet: BE, AD and 80. RGB value is (190,173,128). Sum of RGB (Red+Green+Blue) = 190+173+128=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD80 is #41527F. Grayscale: #ADADAD. Windows color (decimal): -4280960 or 8433086. OLE color: 8433086.

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

Color convert

RGB190173128-
CMYK00.090.330.25
HSL43.55º32.29%62.35%-
HSV(B)43.55º32.63%74.51%-
XYZ40.0842.3926.49-
YUV172.95102.63140.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=38.70%
G=35.23%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017312800.090.330.2543.5532.2962.35
HexBEAD800921192c203e
Octal2762552000114131544076
Binary1011111010101101100000000100110000111001101100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD80; }

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

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

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

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

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

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

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

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