#BC6576

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

Shades of Tapestry #BC6576

Tints of Tapestry #BC6576

Color information

#BC6576 (or 0xBC6576) is unknown color: approx Tapestry. HEX triplet: BC, 65 and 76. RGB value is (188,101,118). Sum of RGB (Red+Green+Blue) = 188+101+118=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6576 is #439A89. Grayscale: #808080. Windows color (decimal): -4430474 or 7759292. OLE color: 7759292.

HSL color Cylindrical-coordinate representation of color #BC6576: hue angle of 348.28º 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 #BC6576 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB188101118-
CMYK00.460.370.26
HSL348.28º39.37%56.67%-
HSV(B)348.28º46.28%73.73%-
XYZ28.6621.3119.74-
YUV128.95121.82170.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=46.19%
G=24.82%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810111800.460.370.26348.2839.3756.67
HexBC657602E251A15c2739
Octal27414516605645325344771
Binary1011110011001011110110010111010010111010101011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6576; }

 p { color: rgb(188,101,118); }

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

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

 a { background-color: rgb(188,101,118); }

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

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

 span { border-color: rgb(188,101,118); }

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