#E9BFBB

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

Shades of Beauty Bush #E9BFBB

Tints of Beauty Bush #E9BFBB

Color information

#E9BFBB (or 0xE9BFBB) is unknown color: approx Beauty Bush. HEX triplet: E9, BF and BB. RGB value is (233,191,187). Sum of RGB (Red+Green+Blue) = 233+191+187=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFBB is #164044. Grayscale: #CBCBCB. Windows color (decimal): -1458245 or 12304361. OLE color: 12304361.

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

Color convert

RGB233191187-
CMYK00.180.200.09
HSL5.22º51.11%82.35%-
HSV(B)5.22º19.74%91.37%-
XYZ61.258.1755.02-
YUV203.1118.91149.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=38.13%
G=31.26%
B=30.61%

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
Decimal23319118700.180.200.095.2251.1182.35
HexE9BFBB01214953352
Octal3512772730222411563122
Binary1110100110111111101110110100101010010011011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFBB; }

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

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

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

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

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

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

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

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