#E7BFBE

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

Shades of Beauty Bush #E7BFBE

Tints of Beauty Bush #E7BFBE

Color information

#E7BFBE (or 0xE7BFBE) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and BE. RGB value is (231,191,190). Sum of RGB (Red+Green+Blue) = 231+191+190=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBE is #184041. Grayscale: #CACACA. Windows color (decimal): -1589314 or 12500967. OLE color: 12500967.

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

Color convert

RGB231191190-
CMYK00.170.180.09
HSL1.46º46.07%82.55%-
HSV(B)1.46º17.75%90.59%-
XYZ60.8857.9756.7-
YUV202.85120.75148.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=37.75%
G=31.21%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119119000.170.180.091.4646.0782.55
HexE7BFBE01112912e53
Octal3472772760212211156123
Binary11100111101111111011111001000110010100111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFBE; }

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

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

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

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

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

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

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

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