#E9BCBA

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

Shades of Beauty Bush #E9BCBA

Tints of Beauty Bush #E9BCBA

Color information

#E9BCBA (or 0xE9BCBA) is unknown color: approx Beauty Bush. HEX triplet: E9, BC and BA. RGB value is (233,188,186). Sum of RGB (Red+Green+Blue) = 233+188+186=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCBA is #164345. Grayscale: #C9C9C9. Windows color (decimal): -1459014 or 12238057. OLE color: 12238057.

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

Color convert

RGB233188186-
CMYK00.190.200.09
HSL2.55º51.65%82.16%-
HSV(B)2.55º20.17%91.37%-
XYZ60.4556.8454.24-
YUV201.23119.41150.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=38.39%
G=30.97%
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
Decimal23318818600.190.200.092.5551.6582.16
HexE9BCBA01314933452
Octal3512742720232411364122
Binary111010011011110010111010010011101001001111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCBA; }

 p { color: rgb(233,188,186); }

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

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

 a { background-color: rgb(233,188,186); }

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

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

 span { border-color: rgb(233,188,186); }

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