#E7BFBB

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

Shades of Beauty Bush #E7BFBB

Tints of Beauty Bush #E7BFBB

Color information

#E7BFBB (or 0xE7BFBB) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and BB. RGB value is (231,191,187). Sum of RGB (Red+Green+Blue) = 231+191+187=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBB is #184044. Grayscale: #CACACA. Windows color (decimal): -1589317 or 12304359. OLE color: 12304359.

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

Color convert

RGB231191187-
CMYK00.170.190.09
HSL5.45º47.83%81.96%-
HSV(B)5.45º19.05%90.59%-
XYZ60.5657.8454.99-
YUV202.5119.25148.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=37.93%
G=31.36%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119118700.170.190.095.4547.8381.96
HexE7BFBB01113953052
Octal3472772730212311560122
Binary1110011110111111101110110100011001110011011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFBB; }

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

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

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

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

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

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

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

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