#E8BDBA

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

Shades of Beauty Bush #E8BDBA

Tints of Beauty Bush #E8BDBA

Color information

#E8BDBA (or 0xE8BDBA) is unknown color: approx Beauty Bush. HEX triplet: E8, BD and BA. RGB value is (232,189,186). Sum of RGB (Red+Green+Blue) = 232+189+186=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBA is #174245. Grayscale: #C9C9C9. Windows color (decimal): -1524294 or 12238312. OLE color: 12238312.

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

Color convert

RGB232189186-
CMYK00.190.200.09
HSL3.91º50%81.96%-
HSV(B)3.91º19.83%90.98%-
XYZ60.3457.154.29-
YUV201.52119.25149.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=38.22%
G=31.14%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218918600.190.200.093.915081.96
HexE8BDBA01314943252
Octal3502752720232411462122
Binary1110100010111101101110100100111010010011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDBA; }

 p { color: rgb(232,189,186); }

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

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

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

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

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

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

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