#E9BFBA

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

Shades of Beauty Bush #E9BFBA

Tints of Beauty Bush #E9BFBA

Color information

#E9BFBA (or 0xE9BFBA) is unknown color: approx Beauty Bush. HEX triplet: E9, BF and BA. RGB value is (233,191,186). Sum of RGB (Red+Green+Blue) = 233+191+186=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFBA is #164045. Grayscale: #CBCBCB. Windows color (decimal): -1458246 or 12238825. OLE color: 12238825.

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

Color convert

RGB233191186-
CMYK00.180.200.09
HSL6.38º51.65%82.16%-
HSV(B)6.38º20.17%91.37%-
XYZ61.158.1354.45-
YUV202.99118.41149.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=38.20%
G=31.31%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319118600.180.200.096.3851.6582.16
HexE9BFBA01214963452
Octal3512772720222411664122
Binary1110100110111111101110100100101010010011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFBA; }

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

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

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

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

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

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

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

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