#BEA777

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

Shades of Ecru #BEA777

Tints of Ecru #BEA777

Color information

#BEA777 (or 0xBEA777) is unknown color: approx Ecru. HEX triplet: BE, A7 and 77. RGB value is (190,167,119). Sum of RGB (Red+Green+Blue) = 190+167+119=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA777 is #415888. Grayscale: #A8A8A8. Windows color (decimal): -4282505 or 7841726. OLE color: 7841726.

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

Color convert

RGB190167119-
CMYK00.120.370.25
HSL40.56º35.32%60.59%-
HSV(B)40.56º37.37%74.51%-
XYZ38.3839.9223.13-
YUV168.4100.12143.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 119 (46.88% from 255) = 25%
R=39.92%
G=35.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016711900.120.370.2540.5635.3260.59
HexBEA7770C251929233d
Octal2762471670144531514375
Binary101111101010011111101110110010010111001101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA777; }

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

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

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

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

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

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

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

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