#BEB477

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

Shades of Ecru #BEB477

Tints of Ecru #BEB477

Color information

#BEB477 (or 0xBEB477) is unknown color: approx Ecru. HEX triplet: BE, B4 and 77. RGB value is (190,180,119). Sum of RGB (Red+Green+Blue) = 190+180+119=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB477 is #414B88. Grayscale: #B0B0B0. Windows color (decimal): -4279177 or 7845054. OLE color: 7845054.

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

Color convert

RGB190180119-
CMYK00.050.370.25
HSL51.55º35.32%60.59%-
HSV(B)51.55º37.37%74.51%-
XYZ40.8944.9223.97-
YUV176.0495.81137.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=38.85%
G=36.81%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018011900.050.370.2551.5535.3260.59
HexBEB47705251934233d
Octal276264167054531644375
Binary10111110101101001110111010110010111001110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB477; }

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

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

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

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

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

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

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

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