#E7BDBB

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

Shades of Beauty Bush #E7BDBB

Tints of Beauty Bush #E7BDBB

Color information

#E7BDBB (or 0xE7BDBB) is unknown color: approx Beauty Bush. HEX triplet: E7, BD and BB. RGB value is (231,189,187). Sum of RGB (Red+Green+Blue) = 231+189+187=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBB is #184244. Grayscale: #C9C9C9. Windows color (decimal): -1589829 or 12303847. OLE color: 12303847.

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

Color convert

RGB231189187-
CMYK00.180.190.09
HSL2.73º47.83%81.96%-
HSV(B)2.73º19.05%90.59%-
XYZ60.1256.9754.84-
YUV201.33119.91149.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=38.06%
G=31.14%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118918700.180.190.092.7347.8381.96
HexE7BDBB01213933052
Octal3472752730222311360122
Binary111001111011110110111011010010100111001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDBB; }

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

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

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

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

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

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

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

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