#E5C0BA

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

Shades of Beauty Bush #E5C0BA

Tints of Beauty Bush #E5C0BA

Color information

#E5C0BA (or 0xE5C0BA) is unknown color: approx Beauty Bush. HEX triplet: E5, C0 and BA. RGB value is (229,192,186). Sum of RGB (Red+Green+Blue) = 229+192+186=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C0BA is #1A3F45. Grayscale: #CACACA. Windows color (decimal): -1720134 or 12239077. OLE color: 12239077.

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

Color convert

RGB229192186-
CMYK00.160.190.10
HSL8.37º45.26%81.37%-
HSV(B)8.37º18.78%89.8%-
XYZ60.0357.954.47-
YUV202.38118.76146.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=37.73%
G=31.63%
B=30.64%

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
Decimal22919218600.160.190.108.3745.2681.37
HexE5C0BA01013A82d51
Octal34530027202023121055121
Binary11100101110000001011101001000010011101010001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C0BA; }

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

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

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

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

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

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

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

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