#BC6E8C

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

Shades of Tapestry #BC6E8C

Tints of Tapestry #BC6E8C

Color information

#BC6E8C (or 0xBC6E8C) is unknown color: approx Tapestry. HEX triplet: BC, 6E and 8C. RGB value is (188,110,140). Sum of RGB (Red+Green+Blue) = 188+110+140=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E8C is #439173. Grayscale: #888888. Windows color (decimal): -4428148 or 9203388. OLE color: 9203388.

HSL color Cylindrical-coordinate representation of color #BC6E8C: hue angle of 336.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6E8C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188110140-
CMYK00.410.260.26
HSL336.92º36.79%58.43%-
HSV(B)336.92º41.49%73.73%-
XYZ31.0523.7427.76-
YUV136.74129.84164.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=42.92%
G=25.11%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811014000.410.260.26336.9236.7958.43
HexBC6E8C0291A1A151253a
Octal27415621405132325214572
Binary1011110011011101000110001010011101011010101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E8C; }

 p { color: rgb(188,110,140); }

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

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

 a { background-color: rgb(188,110,140); }

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

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

 span { border-color: rgb(188,110,140); }

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