#E5C0BD

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

Shades of Beauty Bush #E5C0BD

Tints of Beauty Bush #E5C0BD

Color information

#E5C0BD (or 0xE5C0BD) is unknown color: approx Beauty Bush. HEX triplet: E5, C0 and BD. RGB value is (229,192,189). Sum of RGB (Red+Green+Blue) = 229+192+189=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C0BD is #1A3F42. Grayscale: #CACACA. Windows color (decimal): -1720131 or 12435685. OLE color: 12435685.

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

Color convert

RGB229192189-
CMYK00.160.170.10
HSL4.5º43.48%81.96%-
HSV(B)4.5º17.47%89.8%-
XYZ60.3558.0356.16-
YUV202.72120.26146.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.54%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=37.54%
G=31.48%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919218900.160.170.104.543.4881.96
HexE5C0BD01011A52b52
Octal3453002750202112553122
Binary1110010111000000101111010100001000110101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C0BD; }

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

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

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

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

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

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

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

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