#BEB175

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

Shades of Ecru #BEB175

Tints of Ecru #BEB175

Color information

#BEB175 (or 0xBEB175) is unknown color: approx Ecru. HEX triplet: BE, B1 and 75. RGB value is (190,177,117). Sum of RGB (Red+Green+Blue) = 190+177+117=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB175 is #414E8A. Grayscale: #AEAEAE. Windows color (decimal): -4279947 or 7713214. OLE color: 7713214.

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

Color convert

RGB190177117-
CMYK00.070.380.25
HSL49.32º35.96%60.2%-
HSV(B)49.32º38.42%74.51%-
XYZ40.1743.6823.14-
YUV174.0595.81139.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=39.26%
G=36.57%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017711700.070.380.2549.3235.9660.2
HexBEB17507261931243c
Octal276261165074631614474
Binary10111110101100011110101011110011011001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB175; }

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

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

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

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

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

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

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

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