#E6BFBE

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

Shades of Beauty Bush #E6BFBE

Tints of Beauty Bush #E6BFBE

Color information

#E6BFBE (or 0xE6BFBE) is unknown color: approx Beauty Bush. HEX triplet: E6, BF and BE. RGB value is (230,191,190). Sum of RGB (Red+Green+Blue) = 230+191+190=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBE is #194041. Grayscale: #CACACA. Windows color (decimal): -1654850 or 12500966. OLE color: 12500966.

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

Color convert

RGB230191190-
CMYK00.170.170.10
HSL1.5º44.44%82.35%-
HSV(B)1.5º17.39%90.2%-
XYZ60.5657.856.68-
YUV202.55120.92147.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=37.64%
G=31.26%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019119000.170.170.101.544.4482.35
HexE6BFBE01111A22c52
Octal3462772760212112254122
Binary111001101011111110111110010001100011010101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFBE; }

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

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

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

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

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

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

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

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