#BEB17E

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

Shades of Ecru #BEB17E

Tints of Ecru #BEB17E

Color information

#BEB17E (or 0xBEB17E) is unknown color: approx Ecru. HEX triplet: BE, B1 and 7E. RGB value is (190,177,126). Sum of RGB (Red+Green+Blue) = 190+177+126=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB17E is #414E81. Grayscale: #AFAFAF. Windows color (decimal): -4279938 or 8303038. OLE color: 8303038.

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

Color convert

RGB190177126-
CMYK00.070.340.25
HSL47.81º32.99%61.96%-
HSV(B)47.81º33.68%74.51%-
XYZ40.7243.926.07-
YUV175.07100.31138.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=38.54%
G=35.90%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017712600.070.340.2547.8132.9961.96
HexBEB17E07221930213e
Octal276261176074231604176
Binary10111110101100011111110011110001011001110000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB17E; }

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

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

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

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

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

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

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

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