#BEB380

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

Shades of Ecru #BEB380

Tints of Ecru #BEB380

Color information

#BEB380 (or 0xBEB380) is unknown color: approx Ecru. HEX triplet: BE, B3 and 80. RGB value is (190,179,128). Sum of RGB (Red+Green+Blue) = 190+179+128=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB380 is #414C7F. Grayscale: #B0B0B0. Windows color (decimal): -4279424 or 8434622. OLE color: 8434622.

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

Color convert

RGB190179128-
CMYK00.060.330.25
HSL49.35º32.29%62.35%-
HSV(B)49.35º32.63%74.51%-
XYZ41.2544.7526.88-
YUV176.48100.64137.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=38.23%
G=36.02%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017912800.060.330.2549.3532.2962.35
HexBEB38006211931203e
Octal276263200064131614076
Binary101111101011001110000000011010000111001110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB380; }

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

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

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

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

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

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

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

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