#BC5D7F

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

Shades of Tapestry #BC5D7F

Tints of Tapestry #BC5D7F

Color information

#BC5D7F (or 0xBC5D7F) is unknown color: approx Tapestry. HEX triplet: BC, 5D and 7F. RGB value is (188,93,127). Sum of RGB (Red+Green+Blue) = 188+93+127=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D7F is #43A280. Grayscale: #7D7D7D. Windows color (decimal): -4432513 or 8347068. OLE color: 8347068.

HSL color Cylindrical-coordinate representation of color #BC5D7F: hue angle of 338.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D7F is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18893127-
CMYK00.510.320.26
HSL338.53º41.48%55.1%-
HSV(B)338.53º50.53%73.73%-
XYZ28.4820.0522.45-
YUV125.28128.97172.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 127 (50% from 255) = 31.13%
R=46.08%
G=22.79%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889312700.510.320.26338.5341.4855.1
HexBC5D7F033201A1532937
Octal27413517706340325235167
Binary1011110010111011111111011001110000011010101010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D7F; }

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

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

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

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

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

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

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

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