#E4BDBD

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

Shades of Beauty Bush #E4BDBD

Tints of Beauty Bush #E4BDBD

Color information

#E4BDBD (or 0xE4BDBD) is unknown color: approx Beauty Bush. HEX triplet: E4, BD and BD. RGB value is (228,189,189). Sum of RGB (Red+Green+Blue) = 228+189+189=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDBD is #1B4242. Grayscale: #C8C8C8. Windows color (decimal): -1786435 or 12434916. OLE color: 12434916.

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

Color convert

RGB228189189-
CMYK00.170.170.11
HSL41.94%81.76%-
HSV(B)17.11%89.41%-
XYZ59.3856.5655.93-
YUV200.66121.42147.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=37.62%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818918900.170.170.11041.9481.76
HexE4BDBD01111B02a52
Octal3442752750212113052122
Binary11100100101111011011110101000110001101101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDBD; }

 p { color: rgb(228,189,189); }

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

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

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

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

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

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

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