#E4BCBC

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

Shades of Beauty Bush #E4BCBC

Tints of Beauty Bush #E4BCBC

Color information

#E4BCBC (or 0xE4BCBC) is unknown color: approx Beauty Bush. HEX triplet: E4, BC and BC. RGB value is (228,188,188). Sum of RGB (Red+Green+Blue) = 228+188+188=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCBC is #1B4343. Grayscale: #C8C8C8. Windows color (decimal): -1786692 or 12369124. OLE color: 12369124.

HSL color Cylindrical-coordinate representation of color #E4BCBC: hue angle of 0º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228188188-
CMYK00.180.180.11
HSL42.55%81.57%-
HSV(B)17.54%89.41%-
XYZ59.0656.0955.29-
YUV199.96121.25148-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=37.75%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818818800.180.180.11042.5581.57
HexE4BCBC01212B02b52
Octal3442742740222213053122
Binary11100100101111001011110001001010010101101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCBC; }

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

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

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

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

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

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

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

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