#E4C2BE

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

Shades of Beauty Bush #E4C2BE

Tints of Beauty Bush #E4C2BE

Color information

#E4C2BE (or 0xE4C2BE) is unknown color: approx Beauty Bush. HEX triplet: E4, C2 and BE. RGB value is (228,194,190). Sum of RGB (Red+Green+Blue) = 228+194+190=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C2BE is #1B3D41. Grayscale: #CBCBCB. Windows color (decimal): -1785154 or 12501732. OLE color: 12501732.

HSL color Cylindrical-coordinate representation of color #E4C2BE: hue angle of 6.32º degrees, saturation: 0.41, 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 #E4C2BE is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228194190-
CMYK00.150.170.11
HSL6.32º41.3%81.96%-
HSV(B)6.32º16.67%89.41%-
XYZ60.5858.856.87-
YUV203.71120.26145.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=37.25%
G=31.70%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819419000.150.170.116.3241.381.96
HexE4C2BE0F11B62952
Octal3443022760172113651122
Binary111001001100001010111110011111000110111101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C2BE; }

 p { color: rgb(228,194,190); }

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

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

 a { background-color: rgb(228,194,190); }

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

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

 span { border-color: rgb(228,194,190); }

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