#BEB582

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

Shades of Ecru #BEB582

Tints of Ecru #BEB582

Color information

#BEB582 (or 0xBEB582) is unknown color: approx Ecru. HEX triplet: BE, B5 and 82. RGB value is (190,181,130). Sum of RGB (Red+Green+Blue) = 190+181+130=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB582 is #414A7D. Grayscale: #B2B2B2. Windows color (decimal): -4278910 or 8566206. OLE color: 8566206.

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

Color convert

RGB190181130-
CMYK00.050.320.25
HSL51º31.58%62.75%-
HSV(B)51º31.58%74.51%-
XYZ41.7945.6127.72-
YUV177.88100.98136.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=37.92%
G=36.13%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018113000.050.320.255131.5862.75
HexBEB58205201933203f
Octal276265202054031634077
Binary101111101011010110000010010110000011001110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB582; }

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

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

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

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

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

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

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

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