#BEAD73

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

Shades of Ecru #BEAD73

Tints of Ecru #BEAD73

Color information

#BEAD73 (or 0xBEAD73) is unknown color: approx Ecru. HEX triplet: BE, AD and 73. RGB value is (190,173,115). Sum of RGB (Red+Green+Blue) = 190+173+115=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD73 is #41528C. Grayscale: #ABABAB. Windows color (decimal): -4280973 or 7581118. OLE color: 7581118.

HSL color Cylindrical-coordinate representation of color #BEAD73: hue angle of 46.4º degrees, saturation: 0.37, 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 #BEAD73 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190173115-
CMYK00.090.390.25
HSL46.4º36.59%59.8%-
HSV(B)46.4º39.47%74.51%-
XYZ39.2742.0722.27-
YUV171.4796.13141.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=39.75%
G=36.19%
B=24.06%

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
Decimal19017311500.090.390.2546.436.5959.8
HexBEAD730927192e253c
Octal2762551630114731564574
Binary101111101010110111100110100110011111001101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD73; }

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

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

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

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

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

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

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

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