#BEAD78

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

Shades of Ecru #BEAD78

Tints of Ecru #BEAD78

Color information

#BEAD78 (or 0xBEAD78) is unknown color: approx Ecru. HEX triplet: BE, AD and 78. RGB value is (190,173,120). Sum of RGB (Red+Green+Blue) = 190+173+120=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD78 is #415287. Grayscale: #ACACAC. Windows color (decimal): -4280968 or 7908798. OLE color: 7908798.

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

Color convert

RGB190173120-
CMYK00.090.370.25
HSL45.43º35%60.78%-
HSV(B)45.43º36.84%74.51%-
XYZ39.5742.1923.83-
YUV172.0498.63140.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=39.34%
G=35.82%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017312000.090.370.2545.433560.78
HexBEAD780925192d233d
Octal2762551700114531554375
Binary101111101010110111110000100110010111001101101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD78; }

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

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

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

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

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

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

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

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