#E8C2BA

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

Shades of Beauty Bush #E8C2BA

Tints of Beauty Bush #E8C2BA

Color information

#E8C2BA (or 0xE8C2BA) is unknown color: approx Beauty Bush. HEX triplet: E8, C2 and BA. RGB value is (232,194,186). Sum of RGB (Red+Green+Blue) = 232+194+186=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C2BA is #173D45. Grayscale: #CCCCCC. Windows color (decimal): -1523014 or 12239592. OLE color: 12239592.

HSL color Cylindrical-coordinate representation of color #E8C2BA: hue angle of 10.43º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8C2BA is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232194186-
CMYK00.160.200.09
HSL10.43º50%81.96%-
HSV(B)10.43º19.83%90.98%-
XYZ61.4359.2854.66-
YUV204.45117.59147.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=37.91%
G=31.70%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219418600.160.200.0910.435081.96
HexE8C2BA010149a3252
Octal35030227202024111262122
Binary11101000110000101011101001000010100100110101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2BA; }

 p { color: rgb(232,194,186); }

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

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

 a { background-color: rgb(232,194,186); }

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

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

 span { border-color: rgb(232,194,186); }

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