#E1BCBC

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

Shades of Beauty Bush #E1BCBC

Tints of Beauty Bush #E1BCBC

Color information

#E1BCBC (or 0xE1BCBC) is unknown color: approx Beauty Bush. HEX triplet: E1, BC and BC. RGB value is (225,188,188). Sum of RGB (Red+Green+Blue) = 225+188+188=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBC is #1E4343. Grayscale: #C7C7C7. Windows color (decimal): -1983300 or 12369121. OLE color: 12369121.

HSL color Cylindrical-coordinate representation of color #E1BCBC: hue angle of 0º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCBC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225188188-
CMYK00.160.160.12
HSL38.14%80.98%-
HSV(B)16.44%88.24%-
XYZ58.1155.655.25-
YUV199.06121.76146.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=37.44%
G=31.28%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518818800.160.160.12038.1480.98
HexE1BCBC01010C02651
Octal3412742740202014046121
Binary11100001101111001011110001000010000110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCBC; }

 p { color: rgb(225,188,188); }

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

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

 a { background-color: rgb(225,188,188); }

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

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

 span { border-color: rgb(225,188,188); }

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