#E7BFBC

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

Shades of Beauty Bush #E7BFBC

Tints of Beauty Bush #E7BFBC

Color information

#E7BFBC (or 0xE7BFBC) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and BC. RGB value is (231,191,188). Sum of RGB (Red+Green+Blue) = 231+191+188=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBC is #184043. Grayscale: #CACACA. Windows color (decimal): -1589316 or 12369895. OLE color: 12369895.

HSL color Cylindrical-coordinate representation of color #E7BFBC: hue angle of 4.19º 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 #E7BFBC is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231191188-
CMYK00.170.190.09
HSL4.19º47.25%82.16%-
HSV(B)4.19º18.61%90.59%-
XYZ60.6657.8855.55-
YUV202.62119.75148.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=37.87%
G=31.31%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119118800.170.190.094.1947.2582.16
HexE7BFBC01113942f52
Octal3472772740212311457122
Binary1110011110111111101111000100011001110011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFBC; }

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

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

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

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

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

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

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

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