#E5BEBA

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

Shades of Beauty Bush #E5BEBA

Tints of Beauty Bush #E5BEBA

Color information

#E5BEBA (or 0xE5BEBA) is unknown color: approx Beauty Bush. HEX triplet: E5, BE and BA. RGB value is (229,190,186). Sum of RGB (Red+Green+Blue) = 229+190+186=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEBA is #1A4145. Grayscale: #C9C9C9. Windows color (decimal): -1720646 or 12238565. OLE color: 12238565.

HSL color Cylindrical-coordinate representation of color #E5BEBA: hue angle of 5.58º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BEBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229190186-
CMYK00.170.190.10
HSL5.58º45.26%81.37%-
HSV(B)5.58º18.78%89.8%-
XYZ59.5957.0354.32-
YUV201.2119.42147.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=37.85%
G=31.40%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919018600.170.190.105.5845.2681.37
HexE5BEBA01113A62d51
Octal3452762720212312655121
Binary1110010110111110101110100100011001110101101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEBA; }

 p { color: rgb(229,190,186); }

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

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

 a { background-color: rgb(229,190,186); }

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

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

 span { border-color: rgb(229,190,186); }

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