#BC6B8C

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

Shades of Tapestry #BC6B8C

Tints of Tapestry #BC6B8C

Color information

#BC6B8C (or 0xBC6B8C) is unknown color: approx Tapestry. HEX triplet: BC, 6B and 8C. RGB value is (188,107,140). Sum of RGB (Red+Green+Blue) = 188+107+140=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B8C is #439473. Grayscale: #868686. Windows color (decimal): -4428916 or 9202620. OLE color: 9202620.

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

Color convert

RGB188107140-
CMYK00.430.260.26
HSL335.56º37.67%57.84%-
HSV(B)335.56º43.09%73.73%-
XYZ30.7323.127.65-
YUV134.98130.84165.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=43.22%
G=24.60%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810714000.430.260.26335.5637.6757.84
HexBC6B8C02B1A1A150263a
Octal27415321405332325204672
Binary1011110011010111000110001010111101011010101010000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B8C; }

 p { color: rgb(188,107,140); }

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

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

 a { background-color: rgb(188,107,140); }

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

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

 span { border-color: rgb(188,107,140); }

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