#BEB780

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

Shades of Ecru #BEB780

Tints of Ecru #BEB780

Color information

#BEB780 (or 0xBEB780) is unknown color: approx Ecru. HEX triplet: BE, B7 and 80. RGB value is (190,183,128). Sum of RGB (Red+Green+Blue) = 190+183+128=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB780 is #41487F. Grayscale: #B3B3B3. Windows color (decimal): -4278400 or 8435646. OLE color: 8435646.

HSL color Cylindrical-coordinate representation of color #BEB780: hue angle of 53.23º degrees, saturation: 0.32, 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 #BEB780 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190183128-
CMYK00.040.330.25
HSL53.23º32.29%62.35%-
HSV(B)53.23º32.63%74.51%-
XYZ42.0646.3727.16-
YUV178.8299.32135.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=37.92%
G=36.53%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018312800.040.330.2553.2332.2962.35
HexBEB78004211935203e
Octal276267200044131654076
Binary101111101011011110000000010010000111001110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB780; }

 p { color: rgb(190,183,128); }

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

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

 a { background-color: rgb(190,183,128); }

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

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

 span { border-color: rgb(190,183,128); }

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