#BC757D

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

Shades of Tapestry #BC757D

Tints of Tapestry #BC757D

Color information

#BC757D (or 0xBC757D) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 7D. RGB value is (188,117,125). Sum of RGB (Red+Green+Blue) = 188+117+125=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757D is #438A82. Grayscale: #8B8B8B. Windows color (decimal): -4426371 or 8222140. OLE color: 8222140.

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

Color convert

RGB188117125-
CMYK00.380.340.26
HSL353.24º34.63%59.8%-
HSV(B)353.24º37.77%73.73%-
XYZ30.824.8922.58-
YUV139.14120.02162.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=43.72%
G=27.21%
B=29.07%

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
Decimal18811712500.380.340.26353.2434.6359.8
HexBC757D026221A161233c
Octal27416517504642325414374
Binary1011110011101011111101010011010001011010101100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC757D; }

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

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

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

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

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

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

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

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