#BC6F8D

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

Shades of Tapestry #BC6F8D

Tints of Tapestry #BC6F8D

Color information

#BC6F8D (or 0xBC6F8D) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 8D. RGB value is (188,111,141). Sum of RGB (Red+Green+Blue) = 188+111+141=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F8D is #439072. Grayscale: #898989. Windows color (decimal): -4427891 or 9269180. OLE color: 9269180.

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

Color convert

RGB188111141-
CMYK00.410.250.26
HSL336.62º36.49%58.63%-
HSV(B)336.62º40.96%73.73%-
XYZ31.2323.9828.18-
YUV137.44130.01164.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=42.73%
G=25.23%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811114100.410.250.26336.6236.4958.63
HexBC6F8D029191A151243b
Octal27415721505131325214473
Binary1011110011011111000110101010011100111010101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F8D; }

 p { color: rgb(188,111,141); }

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

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

 a { background-color: rgb(188,111,141); }

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

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

 span { border-color: rgb(188,111,141); }

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