#BEB580

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

Shades of Ecru #BEB580

Tints of Ecru #BEB580

Color information

#BEB580 (or 0xBEB580) is unknown color: approx Ecru. HEX triplet: BE, B5 and 80. RGB value is (190,181,128). Sum of RGB (Red+Green+Blue) = 190+181+128=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB580 is #414A7F. Grayscale: #B1B1B1. Windows color (decimal): -4278912 or 8435134. OLE color: 8435134.

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

Color convert

RGB190181128-
CMYK00.050.330.25
HSL51.29º32.29%62.35%-
HSV(B)51.29º32.63%74.51%-
XYZ41.6645.5527.02-
YUV177.6599.98136.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=38.08%
G=36.27%
B=25.65%

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
Decimal19018112800.050.330.2551.2932.2962.35
HexBEB58005211933203e
Octal276265200054131634076
Binary101111101011010110000000010110000111001110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB580; }

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

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

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

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

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

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

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

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