#E7BFBF

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

Shades of Beauty Bush #E7BFBF

Tints of Beauty Bush #E7BFBF

Color information

#E7BFBF (or 0xE7BFBF) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and BF. RGB value is (231,191,191). Sum of RGB (Red+Green+Blue) = 231+191+191=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBF is #184040. Grayscale: #CBCBCB. Windows color (decimal): -1589313 or 12566503. OLE color: 12566503.

HSL color Cylindrical-coordinate representation of color #E7BFBF: hue angle of 0º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFBF is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231191191-
CMYK00.170.170.09
HSL45.45%82.75%-
HSV(B)17.32%90.59%-
XYZ60.9958.0157.27-
YUV202.96121.25148-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 191 (75% from 255) = 31.16%
R=37.68%
G=31.16%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119119100.170.170.09045.4582.75
HexE7BFBF01111902d53
Octal3472772770212111055123
Binary11100111101111111011111101000110001100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFBF; }

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

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

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

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

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

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

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

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