#BC778C

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

Shades of Tapestry #BC778C

Tints of Tapestry #BC778C

Color information

#BC778C (or 0xBC778C) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 8C. RGB value is (188,119,140). Sum of RGB (Red+Green+Blue) = 188+119+140=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778C is #438873. Grayscale: #8E8E8E. Windows color (decimal): -4425844 or 9205692. OLE color: 9205692.

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

Color convert

RGB188119140-
CMYK00.370.260.26
HSL341.74º33.99%60.2%-
HSV(B)341.74º36.7%73.73%-
XYZ32.0725.7828.1-
YUV142.02126.86160.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=42.06%
G=26.62%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811914000.370.260.26341.7433.9960.2
HexBC778C0251A1A156223c
Octal27416721404532325264274
Binary1011110011101111000110001001011101011010101010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC778C; }

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

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

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

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

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

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

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

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