#E6BFBB

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

Shades of Beauty Bush #E6BFBB

Tints of Beauty Bush #E6BFBB

Color information

#E6BFBB (or 0xE6BFBB) is unknown color: approx Beauty Bush. HEX triplet: E6, BF and BB. RGB value is (230,191,187). Sum of RGB (Red+Green+Blue) = 230+191+187=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBB is #194044. Grayscale: #CACACA. Windows color (decimal): -1654853 or 12304358. OLE color: 12304358.

HSL color Cylindrical-coordinate representation of color #E6BFBB: hue angle of 5.58º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BFBB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230191187-
CMYK00.170.190.10
HSL5.58º46.24%81.76%-
HSV(B)5.58º18.7%90.2%-
XYZ60.2357.6754.97-
YUV202.2119.42147.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=37.83%
G=31.41%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019118700.170.190.105.5846.2481.76
HexE6BFBB01113A62e52
Octal3462772730212312656122
Binary1110011010111111101110110100011001110101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFBB; }

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

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

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

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

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

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

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

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