#E7BCBC

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

Shades of Beauty Bush #E7BCBC

Tints of Beauty Bush #E7BCBC

Color information

#E7BCBC (or 0xE7BCBC) is unknown color: approx Beauty Bush. HEX triplet: E7, BC and BC. RGB value is (231,188,188). Sum of RGB (Red+Green+Blue) = 231+188+188=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCBC is #184343. Grayscale: #C8C8C8. Windows color (decimal): -1590084 or 12369127. OLE color: 12369127.

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

Color convert

RGB231188188-
CMYK00.190.190.09
HSL47.25%82.16%-
HSV(B)18.61%90.59%-
XYZ60.0256.5955.34-
YUV200.86120.75149.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=38.06%
G=30.97%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118818800.190.190.09047.2582.16
HexE7BCBC01313902f52
Octal3472742740232311057122
Binary11100111101111001011110001001110011100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCBC; }

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

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

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

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

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

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

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

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