#BEA776

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

Shades of Ecru #BEA776

Tints of Ecru #BEA776

Color information

#BEA776 (or 0xBEA776) is unknown color: approx Ecru. HEX triplet: BE, A7 and 76. RGB value is (190,167,118). Sum of RGB (Red+Green+Blue) = 190+167+118=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA776 is #415889. Grayscale: #A8A8A8. Windows color (decimal): -4282506 or 7776190. OLE color: 7776190.

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

Color convert

RGB190167118-
CMYK00.120.380.25
HSL40.83º35.64%60.39%-
HSV(B)40.83º37.89%74.51%-
XYZ38.3239.8922.82-
YUV168.2999.62143.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=40%
G=35.16%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016711800.120.380.2540.8335.6460.39
HexBEA7760C261929243c
Octal2762471660144631514474
Binary101111101010011111101100110010011011001101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA776; }

 p { color: rgb(190,167,118); }

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

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

 a { background-color: rgb(190,167,118); }

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

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

 span { border-color: rgb(190,167,118); }

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