#BEB176

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

Shades of Ecru #BEB176

Tints of Ecru #BEB176

Color information

#BEB176 (or 0xBEB176) is unknown color: approx Ecru. HEX triplet: BE, B1 and 76. RGB value is (190,177,118). Sum of RGB (Red+Green+Blue) = 190+177+118=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB176 is #414E89. Grayscale: #AEAEAE. Windows color (decimal): -4279946 or 7778750. OLE color: 7778750.

HSL color Cylindrical-coordinate representation of color #BEB176: hue angle of 49.17º 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 #BEB176 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190177118-
CMYK00.070.380.25
HSL49.17º35.64%60.39%-
HSV(B)49.17º37.89%74.51%-
XYZ40.2343.723.45-
YUV174.1696.31139.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=39.18%
G=36.49%
B=24.33%

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
Decimal19017711800.070.380.2549.1735.6460.39
HexBEB17607261931243c
Octal276261166074631614474
Binary10111110101100011110110011110011011001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB176; }

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

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

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

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

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

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

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

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