#E5BCBC

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

Shades of Beauty Bush #E5BCBC

Tints of Beauty Bush #E5BCBC

Color information

#E5BCBC (or 0xE5BCBC) is unknown color: approx Beauty Bush. HEX triplet: E5, BC and BC. RGB value is (229,188,188). Sum of RGB (Red+Green+Blue) = 229+188+188=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCBC is #1A4343. Grayscale: #C8C8C8. Windows color (decimal): -1721156 or 12369125. OLE color: 12369125.

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

Color convert

RGB229188188-
CMYK00.180.180.10
HSL44.09%81.76%-
HSV(B)17.9%89.8%-
XYZ59.3756.2655.31-
YUV200.26121.08148.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=37.85%
G=31.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918818800.180.180.10044.0981.76
HexE5BCBC01212A02c52
Octal3452742740222212054122
Binary11100101101111001011110001001010010101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCBC; }

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

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

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

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

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

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

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

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