#BEA974

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

Shades of Ecru #BEA974

Tints of Ecru #BEA974

Color information

#BEA974 (or 0xBEA974) is unknown color: approx Ecru. HEX triplet: BE, A9 and 74. RGB value is (190,169,116). Sum of RGB (Red+Green+Blue) = 190+169+116=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA974 is #41568B. Grayscale: #A9A9A9. Windows color (decimal): -4281996 or 7645630. OLE color: 7645630.

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

Color convert

RGB190169116-
CMYK00.110.390.25
HSL42.97º36.27%60%-
HSV(B)42.97º38.95%74.51%-
XYZ38.5840.5822.32-
YUV169.2497.96142.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=40%
G=35.58%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016911600.110.390.2542.9736.2760
HexBEA9740B27192b243c
Octal2762511640134731534474
Binary101111101010100111101000101110011111001101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA974; }

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

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

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

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

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

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

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

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