#BEB47F

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

Shades of Ecru #BEB47F

Tints of Ecru #BEB47F

Color information

#BEB47F (or 0xBEB47F) is unknown color: approx Ecru. HEX triplet: BE, B4 and 7F. RGB value is (190,180,127). Sum of RGB (Red+Green+Blue) = 190+180+127=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB47F is #414B80. Grayscale: #B1B1B1. Windows color (decimal): -4279169 or 8369342. OLE color: 8369342.

HSL color Cylindrical-coordinate representation of color #BEB47F: hue angle of 50.48º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEB47F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190180127-
CMYK00.050.330.25
HSL50.48º32.64%62.16%-
HSV(B)50.48º33.16%74.51%-
XYZ41.3945.1226.61-
YUV176.9599.81137.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 127 (50% from 255) = 25.55%
R=38.23%
G=36.22%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018012700.050.330.2550.4832.6462.16
HexBEB47F05211932213e
Octal276264177054131624176
Binary10111110101101001111111010110000111001110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB47F; }

 p { color: rgb(190,180,127); }

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

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

 a { background-color: rgb(190,180,127); }

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

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

 span { border-color: rgb(190,180,127); }

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