#BEB174

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

Shades of Ecru #BEB174

Tints of Ecru #BEB174

Color information

#BEB174 (or 0xBEB174) is unknown color: approx Ecru. HEX triplet: BE, B1 and 74. RGB value is (190,177,116). Sum of RGB (Red+Green+Blue) = 190+177+116=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB174 is #414E8B. Grayscale: #AEAEAE. Windows color (decimal): -4279948 or 7647678. OLE color: 7647678.

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

Color convert

RGB190177116-
CMYK00.070.390.25
HSL49.46º36.27%60%-
HSV(B)49.46º38.95%74.51%-
XYZ40.1143.6522.83-
YUV173.9395.31139.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=39.34%
G=36.65%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017711600.070.390.2549.4636.2760
HexBEB17407271931243c
Octal276261164074731614474
Binary10111110101100011110100011110011111001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB174; }

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

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

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

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

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

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

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

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