#E4C0BD

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

Shades of Beauty Bush #E4C0BD

Tints of Beauty Bush #E4C0BD

Color information

#E4C0BD (or 0xE4C0BD) is unknown color: approx Beauty Bush. HEX triplet: E4, C0 and BD. RGB value is (228,192,189). Sum of RGB (Red+Green+Blue) = 228+192+189=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0BD is #1B3F42. Grayscale: #CACACA. Windows color (decimal): -1785667 or 12435684. OLE color: 12435684.

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

Color convert

RGB228192189-
CMYK00.160.170.11
HSL4.62º41.94%81.76%-
HSV(B)4.62º17.11%89.41%-
XYZ60.0357.8756.15-
YUV202.42120.43146.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=37.44%
G=31.53%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819218900.160.170.114.6241.9481.76
HexE4C0BD01011B52a52
Octal3443002750202113552122
Binary1110010011000000101111010100001000110111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C0BD; }

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

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

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

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

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

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

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

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