#BEB084

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

Shades of Ecru #BEB084

Tints of Ecru #BEB084

Color information

#BEB084 (or 0xBEB084) is unknown color: approx Ecru. HEX triplet: BE, B0 and 84. RGB value is (190,176,132). Sum of RGB (Red+Green+Blue) = 190+176+132=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB084 is #414F7B. Grayscale: #AFAFAF. Windows color (decimal): -4280188 or 8695998. OLE color: 8695998.

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

Color convert

RGB190176132-
CMYK00.070.310.25
HSL45.52º30.85%63.14%-
HSV(B)45.52º30.53%74.51%-
XYZ40.9343.6628.1-
YUV175.17103.64138.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=38.15%
G=35.34%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017613200.070.310.2545.5230.8563.14
HexBEB084071F192e1f3f
Octal276260204073731563777
Binary1011111010110000100001000111111111100110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB084; }

 p { color: rgb(190,176,132); }

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

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

 a { background-color: rgb(190,176,132); }

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

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

 span { border-color: rgb(190,176,132); }

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