#BC6E7F

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

Shades of Tapestry #BC6E7F

Tints of Tapestry #BC6E7F

Color information

#BC6E7F (or 0xBC6E7F) is unknown color: approx Tapestry. HEX triplet: BC, 6E and 7F. RGB value is (188,110,127). Sum of RGB (Red+Green+Blue) = 188+110+127=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E7F is #439180. Grayscale: #878787. Windows color (decimal): -4428161 or 8351420. OLE color: 8351420.

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

Color convert

RGB188110127-
CMYK00.410.320.26
HSL346.92º36.79%58.43%-
HSV(B)346.92º41.49%73.73%-
XYZ30.1523.3823-
YUV135.26123.34165.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 127 (50% from 255) = 29.88%
R=44.24%
G=25.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811012700.410.320.26346.9236.7958.43
HexBC6E7F029201A15b253a
Octal27415617705140325334572
Binary1011110011011101111111010100110000011010101011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E7F; }

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

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

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

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

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

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

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

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