#BC647E

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

Shades of Tapestry #BC647E

Tints of Tapestry #BC647E

Color information

#BC647E (or 0xBC647E) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 7E. RGB value is (188,100,126). Sum of RGB (Red+Green+Blue) = 188+100+126=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647E is #439B81. Grayscale: #818181. Windows color (decimal): -4430722 or 8283324. OLE color: 8283324.

HSL color Cylindrical-coordinate representation of color #BC647E: hue angle of 342.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC647E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB188100126-
CMYK00.470.330.26
HSL342.27º39.64%56.47%-
HSV(B)342.27º46.81%73.73%-
XYZ29.0621.3122.32-
YUV129.28126.15169.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=45.41%
G=24.15%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810012600.470.330.26342.2739.6456.47
HexBC647E02F211A1562838
Octal27414417605741325265070
Binary1011110011001001111110010111110000111010101010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC647E; }

 p { color: rgb(188,100,126); }

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

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

 a { background-color: rgb(188,100,126); }

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

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

 span { border-color: rgb(188,100,126); }

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