#BEA978

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

Shades of Ecru #BEA978

Tints of Ecru #BEA978

Color information

#BEA978 (or 0xBEA978) is unknown color: approx Ecru. HEX triplet: BE, A9 and 78. RGB value is (190,169,120). Sum of RGB (Red+Green+Blue) = 190+169+120=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA978 is #415687. Grayscale: #A9A9A9. Windows color (decimal): -4281992 or 7907774. OLE color: 7907774.

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

Color convert

RGB190169120-
CMYK00.110.370.25
HSL42º35%60.78%-
HSV(B)42º36.84%74.51%-
XYZ38.8140.6823.58-
YUV169.6999.96142.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=39.67%
G=35.28%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016912000.110.370.25423560.78
HexBEA9780B25192a233d
Octal2762511700134531524375
Binary101111101010100111110000101110010111001101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA978; }

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

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

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

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

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

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

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

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