#BC717C

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

Shades of Tapestry #BC717C

Tints of Tapestry #BC717C

Color information

#BC717C (or 0xBC717C) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 7C. RGB value is (188,113,124). Sum of RGB (Red+Green+Blue) = 188+113+124=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC717C is #438E83. Grayscale: #888888. Windows color (decimal): -4427396 or 8155580. OLE color: 8155580.

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

Color convert

RGB188113124-
CMYK00.400.340.26
HSL351.2º35.89%59.02%-
HSV(B)351.2º39.89%73.73%-
XYZ30.2823.9622.1-
YUV136.68120.85164.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=44.24%
G=26.59%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811312400.400.340.26351.235.8959.02
HexBC717C028221A15f243b
Octal27416117405042325374473
Binary1011110011100011111100010100010001011010101011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC717C; }

 p { color: rgb(188,113,124); }

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

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

 a { background-color: rgb(188,113,124); }

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

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

 span { border-color: rgb(188,113,124); }

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