#E5BFBA

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

Shades of Beauty Bush #E5BFBA

Tints of Beauty Bush #E5BFBA

Color information

#E5BFBA (or 0xE5BFBA) is unknown color: approx Beauty Bush. HEX triplet: E5, BF and BA. RGB value is (229,191,186). Sum of RGB (Red+Green+Blue) = 229+191+186=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFBA is #1A4045. Grayscale: #C9C9C9. Windows color (decimal): -1720390 or 12238821. OLE color: 12238821.

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

Color convert

RGB229191186-
CMYK00.170.190.10
HSL6.98º45.26%81.37%-
HSV(B)6.98º18.78%89.8%-
XYZ59.8157.4654.39-
YUV201.79119.09147.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=37.79%
G=31.52%
B=30.69%

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
Decimal22919118600.170.190.106.9845.2681.37
HexE5BFBA01113A72d51
Octal3452772720212312755121
Binary1110010110111111101110100100011001110101111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFBA; }

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

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

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

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

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

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

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

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