#BC6778

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

Shades of Tapestry #BC6778

Tints of Tapestry #BC6778

Color information

#BC6778 (or 0xBC6778) is unknown color: approx Tapestry. HEX triplet: BC, 67 and 78. RGB value is (188,103,120). Sum of RGB (Red+Green+Blue) = 188+103+120=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6778 is #439887. Grayscale: #828282. Windows color (decimal): -4429960 or 7890876. OLE color: 7890876.

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

Color convert

RGB188103120-
CMYK00.450.360.26
HSL348º38.81%57.06%-
HSV(B)348º45.21%73.73%-
XYZ28.9821.7520.44-
YUV130.35122.16169.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=45.74%
G=25.06%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810312000.450.360.2634838.8157.06
HexBC677802D241A15c2739
Octal27414717005544325344771
Binary1011110011001111111000010110110010011010101011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6778; }

 p { color: rgb(188,103,120); }

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

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

 a { background-color: rgb(188,103,120); }

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

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

 span { border-color: rgb(188,103,120); }

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