#BEB185

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

Shades of Ecru #BEB185

Tints of Ecru #BEB185

Color information

#BEB185 (or 0xBEB185) is unknown color: approx Ecru. HEX triplet: BE, B1 and 85. RGB value is (190,177,133). Sum of RGB (Red+Green+Blue) = 190+177+133=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB185 is #414E7A. Grayscale: #B0B0B0. Windows color (decimal): -4279931 or 8761790. OLE color: 8761790.

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

Color convert

RGB190177133-
CMYK00.070.30.25
HSL46.32º30.48%63.33%-
HSV(B)46.32º30%74.51%-
XYZ41.1944.0828.53-
YUV175.87103.81138.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=38%
G=35.4%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017713300.070.30.2546.3230.4863.33
HexBEB185071E192e1e3f
Octal276261205073631563677
Binary1011111010110001100001010111111101100110111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB185; }

 p { color: rgb(190,177,133); }

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

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

 a { background-color: rgb(190,177,133); }

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

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

 span { border-color: rgb(190,177,133); }

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