#E1BFBF

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

Shades of Beauty Bush #E1BFBF

Tints of Beauty Bush #E1BFBF

Color information

#E1BFBF (or 0xE1BFBF) is unknown color: approx Beauty Bush. HEX triplet: E1, BF and BF. RGB value is (225,191,191). Sum of RGB (Red+Green+Blue) = 225+191+191=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBF is #1E4040. Grayscale: #C9C9C9. Windows color (decimal): -1982529 or 12566497. OLE color: 12566497.

HSL color Cylindrical-coordinate representation of color #E1BFBF: hue angle of 0º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFBF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225191191-
CMYK00.150.150.12
HSL36.17%81.57%-
HSV(B)15.11%88.24%-
XYZ59.0957.0357.18-
YUV201.17122.26145-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 191 (75% from 255) = 31.47%
R=37.07%
G=31.47%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119100.150.150.12036.1781.57
HexE1BFBF0FFC02452
Octal3412772770171714044122
Binary111000011011111110111111011111111110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFBF; }

 p { color: rgb(225,191,191); }

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

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

 a { background-color: rgb(225,191,191); }

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

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

 span { border-color: rgb(225,191,191); }

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