#E2BCBA

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

Shades of Beauty Bush #E2BCBA

Tints of Beauty Bush #E2BCBA

Color information

#E2BCBA (or 0xE2BCBA) is unknown color: approx Beauty Bush. HEX triplet: E2, BC and BA. RGB value is (226,188,186). Sum of RGB (Red+Green+Blue) = 226+188+186=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBA is #1D4345. Grayscale: #C7C7C7. Windows color (decimal): -1917766 or 12238050. OLE color: 12238050.

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

Color convert

RGB226188186-
CMYK00.170.180.11
HSL40.82%80.78%-
HSV(B)17.7%88.63%-
XYZ58.2155.6854.13-
YUV199.13120.59147.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 186 (73.05% from 255) = 31%
R=37.67%
G=31.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618818600.170.180.11340.8280.78
HexE2BCBA01112B32951
Octal3422742720212213351121
Binary111000101011110010111010010001100101011111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCBA; }

 p { color: rgb(226,188,186); }

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

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

 a { background-color: rgb(226,188,186); }

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

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

 span { border-color: rgb(226,188,186); }

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