#E1BFBE

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

Shades of Beauty Bush #E1BFBE

Tints of Beauty Bush #E1BFBE

Color information

#E1BFBE (or 0xE1BFBE) is unknown color: approx Beauty Bush. HEX triplet: E1, BF and BE. RGB value is (225,191,190). Sum of RGB (Red+Green+Blue) = 225+191+190=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBE is #1E4041. Grayscale: #C9C9C9. Windows color (decimal): -1982530 or 12500961. OLE color: 12500961.

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

Color convert

RGB225191190-
CMYK00.150.160.12
HSL1.71º36.84%81.37%-
HSV(B)1.71º15.56%88.24%-
XYZ58.9856.9956.61-
YUV201.05121.76145.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=37.13%
G=31.52%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119000.150.160.121.7136.8481.37
HexE1BFBE0F10C22551
Octal3412772760172014245121
Binary11100001101111111011111001111100001100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFBE; }

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

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

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

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

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

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

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

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