#BC757C

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

Shades of Tapestry #BC757C

Tints of Tapestry #BC757C

Color information

#BC757C (or 0xBC757C) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 7C. RGB value is (188,117,124). Sum of RGB (Red+Green+Blue) = 188+117+124=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757C is #438A83. Grayscale: #8B8B8B. Windows color (decimal): -4426372 or 8156604. OLE color: 8156604.

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

Color convert

RGB188117124-
CMYK00.380.340.26
HSL354.08º34.63%59.8%-
HSV(B)354.08º37.77%73.73%-
XYZ30.7424.8722.25-
YUV139.03119.52162.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=43.82%
G=27.27%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811712400.380.340.26354.0834.6359.8
HexBC757C026221A162233c
Octal27416517404642325424374
Binary1011110011101011111100010011010001011010101100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC757C; }

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

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

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

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

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

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

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

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