#BEAD79

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

Shades of Ecru #BEAD79

Tints of Ecru #BEAD79

Color information

#BEAD79 (or 0xBEAD79) is unknown color: approx Ecru. HEX triplet: BE, AD and 79. RGB value is (190,173,121). Sum of RGB (Red+Green+Blue) = 190+173+121=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD79 is #415286. Grayscale: #ACACAC. Windows color (decimal): -4280967 or 7974334. OLE color: 7974334.

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

Color convert

RGB190173121-
CMYK00.090.360.25
HSL45.22º34.67%60.98%-
HSV(B)45.22º36.32%74.51%-
XYZ39.6342.2124.15-
YUV172.1699.13140.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 121 (47.66% from 255) = 25%
R=39.26%
G=35.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017312100.090.360.2545.2234.6760.98
HexBEAD790924192d233d
Octal2762551710114431554375
Binary101111101010110111110010100110010011001101101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD79; }

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

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

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

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

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

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

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

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