#E7BCB2

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

Shades of Beauty Bush #E7BCB2

Tints of Beauty Bush #E7BCB2

Color information

#E7BCB2 (or 0xE7BCB2) is unknown color: approx Beauty Bush. HEX triplet: E7, BC and B2. RGB value is (231,188,178). Sum of RGB (Red+Green+Blue) = 231+188+178=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCB2 is #18434D. Grayscale: #C7C7C7. Windows color (decimal): -1590094 or 11713767. OLE color: 11713767.

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

Color convert

RGB231188178-
CMYK00.190.230.09
HSL11.32º52.48%80.2%-
HSV(B)11.32º22.94%90.59%-
XYZ58.9756.1749.85-
YUV199.72115.75150.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 178 (69.92% from 255) = 29.82%
R=38.69%
G=31.49%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118817800.190.230.0911.3252.4880.2
HexE7BCB2013179b3450
Octal34727426202327111364120
Binary11100111101111001011001001001110111100110111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCB2; }

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

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

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

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

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

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

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

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