#E5BDBA

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

Shades of Beauty Bush #E5BDBA

Tints of Beauty Bush #E5BDBA

Color information

#E5BDBA (or 0xE5BDBA) is unknown color: approx Beauty Bush. HEX triplet: E5, BD and BA. RGB value is (229,189,186). Sum of RGB (Red+Green+Blue) = 229+189+186=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDBA is #1A4245. Grayscale: #C8C8C8. Windows color (decimal): -1720902 or 12238309. OLE color: 12238309.

HSL color Cylindrical-coordinate representation of color #E5BDBA: hue angle of 4.19º 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 #E5BDBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229189186-
CMYK00.170.190.10
HSL4.19º45.26%81.37%-
HSV(B)4.19º18.78%89.8%-
XYZ59.3756.654.25-
YUV200.62119.75148.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=37.91%
G=31.29%
B=30.79%

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
Decimal22918918600.170.190.104.1945.2681.37
HexE5BDBA01113A42d51
Octal3452752720212312455121
Binary1110010110111101101110100100011001110101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDBA; }

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

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

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

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

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

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

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

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