#BEB180

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

Shades of Ecru #BEB180

Tints of Ecru #BEB180

Color information

#BEB180 (or 0xBEB180) is unknown color: approx Ecru. HEX triplet: BE, B1 and 80. RGB value is (190,177,128). Sum of RGB (Red+Green+Blue) = 190+177+128=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB180 is #414E7F. Grayscale: #AFAFAF. Windows color (decimal): -4279936 or 8434110. OLE color: 8434110.

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

Color convert

RGB190177128-
CMYK00.070.330.25
HSL47.42º32.29%62.35%-
HSV(B)47.42º32.63%74.51%-
XYZ40.8543.9526.75-
YUV175.3101.31138.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=38.38%
G=35.76%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017712800.070.330.2547.4232.2962.35
HexBEB1800721192f203e
Octal276261200074131574076
Binary101111101011000110000000011110000111001101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB180; }

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

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

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

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

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

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

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

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