#E7BFBD

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

Shades of Beauty Bush #E7BFBD

Tints of Beauty Bush #E7BFBD

Color information

#E7BFBD (or 0xE7BFBD) is unknown color: approx Beauty Bush. HEX triplet: E7, BF and BD. RGB value is (231,191,189). Sum of RGB (Red+Green+Blue) = 231+191+189=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBD is #184042. Grayscale: #CACACA. Windows color (decimal): -1589315 or 12435431. OLE color: 12435431.

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

Color convert

RGB231191189-
CMYK00.170.180.09
HSL2.86º46.67%82.35%-
HSV(B)2.86º18.18%90.59%-
XYZ60.7757.9256.12-
YUV202.73120.25148.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=37.81%
G=31.26%
B=30.93%

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
Decimal23119118900.170.180.092.8646.6782.35
HexE7BFBD01112932f52
Octal3472772750212211357122
Binary111001111011111110111101010001100101001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFBD; }

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

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

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

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

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

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

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

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