#E9BAB9

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

Shades of Beauty Bush #E9BAB9

Tints of Beauty Bush #E9BAB9

Color information

#E9BAB9 (or 0xE9BAB9) is unknown color: approx Beauty Bush. HEX triplet: E9, BA and B9. RGB value is (233,186,185). Sum of RGB (Red+Green+Blue) = 233+186+185=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAB9 is #164546. Grayscale: #C7C7C7. Windows color (decimal): -1459527 or 12172009. OLE color: 12172009.

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

Color convert

RGB233186185-
CMYK00.200.210.09
HSL1.25º52.17%81.96%-
HSV(B)1.25º20.6%91.37%-
XYZ59.9255.9453.54-
YUV199.94119.57151.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=38.58%
G=30.79%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318618500.200.210.091.2552.1781.96
HexE9BAB901415913452
Octal3512722710242511164122
Binary11101001101110101011100101010010101100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAB9; }

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

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

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

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

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

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

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

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