#BEB17A

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

Shades of Ecru #BEB17A

Tints of Ecru #BEB17A

Color information

#BEB17A (or 0xBEB17A) is unknown color: approx Ecru. HEX triplet: BE, B1 and 7A. RGB value is (190,177,122). Sum of RGB (Red+Green+Blue) = 190+177+122=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB17A is #414E85. Grayscale: #AEAEAE. Windows color (decimal): -4279942 or 8040894. OLE color: 8040894.

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

Color convert

RGB190177122-
CMYK00.070.360.25
HSL48.53º34.34%61.18%-
HSV(B)48.53º35.79%74.51%-
XYZ40.4743.824.73-
YUV174.6298.31138.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=38.85%
G=36.20%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017712200.070.360.2548.5334.3461.18
HexBEB17A07241931223d
Octal276261172074431614275
Binary10111110101100011111010011110010011001110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB17A; }

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

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

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

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

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

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

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

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