#BC757E

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

Shades of Tapestry #BC757E

Tints of Tapestry #BC757E

Color information

#BC757E (or 0xBC757E) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 7E. RGB value is (188,117,126). Sum of RGB (Red+Green+Blue) = 188+117+126=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757E is #438A81. Grayscale: #8B8B8B. Windows color (decimal): -4426370 or 8287676. OLE color: 8287676.

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

Color convert

RGB188117126-
CMYK00.380.330.26
HSL352.39º34.63%59.8%-
HSV(B)352.39º37.77%73.73%-
XYZ30.8724.9222.92-
YUV139.26120.52162.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=43.62%
G=27.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811712600.380.330.26352.3934.6359.8
HexBC757E026211A160233c
Octal27416517604641325404374
Binary1011110011101011111110010011010000111010101100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC757E; }

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

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

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

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

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

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

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

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