#BEB186

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

Shades of Ecru #BEB186

Tints of Ecru #BEB186

Color information

#BEB186 (or 0xBEB186) is unknown color: approx Ecru. HEX triplet: BE, B1 and 86. RGB value is (190,177,134). Sum of RGB (Red+Green+Blue) = 190+177+134=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB186 is #414E79. Grayscale: #B0B0B0. Windows color (decimal): -4279930 or 8827326. OLE color: 8827326.

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

Color convert

RGB190177134-
CMYK00.070.290.25
HSL46.07º30.11%63.53%-
HSV(B)46.07º29.47%74.51%-
XYZ41.2644.1128.89-
YUV175.98104.31138-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=37.92%
G=35.33%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017713400.070.290.2546.0730.1163.53
HexBEB186071D192e1e40
Octal2762612060735315636100
Binary10111110101100011000011001111110111001101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB186; }

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

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

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

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

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

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

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

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