#E4BDBB

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

Shades of Beauty Bush #E4BDBB

Tints of Beauty Bush #E4BDBB

Color information

#E4BDBB (or 0xE4BDBB) is unknown color: approx Beauty Bush. HEX triplet: E4, BD and BB. RGB value is (228,189,187). Sum of RGB (Red+Green+Blue) = 228+189+187=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDBB is #1B4244. Grayscale: #C8C8C8. Windows color (decimal): -1786437 or 12303844. OLE color: 12303844.

HSL color Cylindrical-coordinate representation of color #E4BDBB: hue angle of 2.93º degrees, saturation: 0.43, 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 #E4BDBB is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228189187-
CMYK00.170.180.11
HSL2.93º43.16%81.37%-
HSV(B)2.93º17.98%89.41%-
XYZ59.1656.4854.8-
YUV200.43120.42147.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=37.75%
G=31.29%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818918700.170.180.112.9343.1681.37
HexE4BDBB01112B32b51
Octal3442752730212213353121
Binary111001001011110110111011010001100101011111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDBB; }

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

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

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

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

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

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

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

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