#BC6C88

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

Shades of Tapestry #BC6C88

Tints of Tapestry #BC6C88

Color information

#BC6C88 (or 0xBC6C88) is unknown color: approx Tapestry. HEX triplet: BC, 6C and 88. RGB value is (188,108,136). Sum of RGB (Red+Green+Blue) = 188+108+136=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C88 is #439377. Grayscale: #878787. Windows color (decimal): -4428664 or 8940732. OLE color: 8940732.

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

Color convert

RGB188108136-
CMYK00.430.280.26
HSL339º37.38%58.04%-
HSV(B)339º42.55%73.73%-
XYZ30.5523.1926.16-
YUV135.11128.5165.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=43.52%
G=25%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810813600.430.280.2633937.3858.04
HexBC6C8802B1C1A153253a
Octal27415421005334325234572
Binary1011110011011001000100001010111110011010101010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C88; }

 p { color: rgb(188,108,136); }

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

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

 a { background-color: rgb(188,108,136); }

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

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

 span { border-color: rgb(188,108,136); }

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