#E2BCBB

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

Shades of Beauty Bush #E2BCBB

Tints of Beauty Bush #E2BCBB

Color information

#E2BCBB (or 0xE2BCBB) is unknown color: approx Beauty Bush. HEX triplet: E2, BC and BB. RGB value is (226,188,187). Sum of RGB (Red+Green+Blue) = 226+188+187=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBB is #1D4344. Grayscale: #C7C7C7. Windows color (decimal): -1917765 or 12303586. OLE color: 12303586.

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

Color convert

RGB226188187-
CMYK00.170.170.11
HSL1.54º40.21%80.98%-
HSV(B)1.54º17.26%88.63%-
XYZ58.3255.7254.7-
YUV199.25121.09147.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=37.60%
G=31.28%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618818700.170.170.111.5440.2180.98
HexE2BCBB01111B22851
Octal3422742730212113250121
Binary111000101011110010111011010001100011011101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCBB; }

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

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

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

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

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

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

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

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