#E4BCBA

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

Shades of Beauty Bush #E4BCBA

Tints of Beauty Bush #E4BCBA

Color information

#E4BCBA (or 0xE4BCBA) is unknown color: approx Beauty Bush. HEX triplet: E4, BC and BA. RGB value is (228,188,186). Sum of RGB (Red+Green+Blue) = 228+188+186=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCBA is #1B4345. Grayscale: #C7C7C7. Windows color (decimal): -1786694 or 12238052. OLE color: 12238052.

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

Color convert

RGB228188186-
CMYK00.180.180.11
HSL2.86º43.75%81.18%-
HSV(B)2.86º18.42%89.41%-
XYZ58.8456.0154.16-
YUV199.73120.25148.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.87%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=37.87%
G=31.23%
B=30.90%

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
Decimal22818818600.180.180.112.8643.7581.18
HexE4BCBA01212B32c51
Octal3442742720222213354121
Binary111001001011110010111010010010100101011111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCBA; }

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

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

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

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

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

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

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

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