#E7BDBD

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

Shades of Beauty Bush #E7BDBD

Tints of Beauty Bush #E7BDBD

Color information

#E7BDBD (or 0xE7BDBD) is unknown color: approx Beauty Bush. HEX triplet: E7, BD and BD. RGB value is (231,189,189). Sum of RGB (Red+Green+Blue) = 231+189+189=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBD is #184242. Grayscale: #C9C9C9. Windows color (decimal): -1589827 or 12434919. OLE color: 12434919.

HSL color Cylindrical-coordinate representation of color #E7BDBD: hue angle of 0º 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 #E7BDBD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231189189-
CMYK00.180.180.09
HSL46.67%82.35%-
HSV(B)18.18%90.59%-
XYZ60.3457.0655.98-
YUV201.56120.91149-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118918900.180.180.09046.6782.35
HexE7BDBD01212902f52
Octal3472752750222211057122
Binary11100111101111011011110101001010010100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDBD; }

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

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

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

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

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

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

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

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