#E6BFBA

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

Shades of Beauty Bush #E6BFBA

Tints of Beauty Bush #E6BFBA

Color information

#E6BFBA (or 0xE6BFBA) is unknown color: approx Beauty Bush. HEX triplet: E6, BF and BA. RGB value is (230,191,186). Sum of RGB (Red+Green+Blue) = 230+191+186=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBA is #194045. Grayscale: #CACACA. Windows color (decimal): -1654854 or 12238822. OLE color: 12238822.

HSL color Cylindrical-coordinate representation of color #E6BFBA: hue angle of 6.82º degrees, saturation: 0.47, 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 #E6BFBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230191186-
CMYK00.170.190.10
HSL6.82º46.81%81.57%-
HSV(B)6.82º19.13%90.2%-
XYZ60.1357.6354.41-
YUV202.09118.92147.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=37.89%
G=31.47%
B=30.64%

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
Decimal23019118600.170.190.106.8246.8181.57
HexE6BFBA01113A72f52
Octal3462772720212312757122
Binary1110011010111111101110100100011001110101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFBA; }

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

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

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

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

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

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

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

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