#BEA677

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

Shades of Ecru #BEA677

Tints of Ecru #BEA677

Color information

#BEA677 (or 0xBEA677) is unknown color: approx Ecru. HEX triplet: BE, A6 and 77. RGB value is (190,166,119). Sum of RGB (Red+Green+Blue) = 190+166+119=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA677 is #415988. Grayscale: #A8A8A8. Windows color (decimal): -4282761 or 7841470. OLE color: 7841470.

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

Color convert

RGB190166119-
CMYK00.130.370.25
HSL39.72º35.32%60.59%-
HSV(B)39.72º37.37%74.51%-
XYZ38.239.5523.07-
YUV167.82100.45143.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=40%
G=34.95%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016611900.130.370.2539.7235.3260.59
HexBEA6770D251928233d
Octal2762461670154531504375
Binary101111101010011011101110110110010111001101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA677; }

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

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

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

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

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

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

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

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