#E5C1BA

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

Shades of Beauty Bush #E5C1BA

Tints of Beauty Bush #E5C1BA

Color information

#E5C1BA (or 0xE5C1BA) is unknown color: approx Beauty Bush. HEX triplet: E5, C1 and BA. RGB value is (229,193,186). Sum of RGB (Red+Green+Blue) = 229+193+186=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C1BA is #1A3E45. Grayscale: #CBCBCB. Windows color (decimal): -1719878 or 12239333. OLE color: 12239333.

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

Color convert

RGB229193186-
CMYK00.160.190.10
HSL9.77º45.26%81.37%-
HSV(B)9.77º18.78%89.8%-
XYZ60.2558.3454.54-
YUV202.97118.43146.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=37.66%
G=31.74%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919318600.160.190.109.7745.2681.37
HexE5C1BA01013Aa2d51
Octal34530127202023121255121
Binary11100101110000011011101001000010011101010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C1BA; }

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

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

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

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

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

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

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

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