#BC757F

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

Shades of Tapestry #BC757F

Tints of Tapestry #BC757F

Color information

#BC757F (or 0xBC757F) is unknown color: approx Tapestry. HEX triplet: BC, 75 and 7F. RGB value is (188,117,127). Sum of RGB (Red+Green+Blue) = 188+117+127=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757F is #438A80. Grayscale: #8B8B8B. Windows color (decimal): -4426369 or 8353212. OLE color: 8353212.

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

Color convert

RGB188117127-
CMYK00.380.320.26
HSL351.55º34.63%59.8%-
HSV(B)351.55º37.77%73.73%-
XYZ30.9324.9523.26-
YUV139.37121.02162.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 127 (50% from 255) = 29.40%
R=43.52%
G=27.08%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811712700.380.320.26351.5534.6359.8
HexBC757F026201A160233c
Octal27416517704640325404374
Binary1011110011101011111111010011010000011010101100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC757F; }

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

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

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

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

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

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

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

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