#BC6686

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

Shades of Tapestry #BC6686

Tints of Tapestry #BC6686

Color information

#BC6686 (or 0xBC6686) is unknown color: approx Tapestry. HEX triplet: BC, 66 and 86. RGB value is (188,102,134). Sum of RGB (Red+Green+Blue) = 188+102+134=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6686 is #439979. Grayscale: #838383. Windows color (decimal): -4430202 or 8808124. OLE color: 8808124.

HSL color Cylindrical-coordinate representation of color #BC6686: hue angle of 337.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6686 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188102134-
CMYK00.460.290.26
HSL337.67º39.09%56.86%-
HSV(B)337.67º45.74%73.73%-
XYZ29.7921.9225.21-
YUV131.36129.49168.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=44.34%
G=24.06%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810213400.460.290.26337.6739.0956.86
HexBC668602E1D1A1522739
Octal27414620605635325224771
Binary1011110011001101000011001011101110111010101010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6686; }

 p { color: rgb(188,102,134); }

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

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

 a { background-color: rgb(188,102,134); }

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

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

 span { border-color: rgb(188,102,134); }

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