#BC6B86

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

Shades of Tapestry #BC6B86

Tints of Tapestry #BC6B86

Color information

#BC6B86 (or 0xBC6B86) is unknown color: approx Tapestry. HEX triplet: BC, 6B and 86. RGB value is (188,107,134). Sum of RGB (Red+Green+Blue) = 188+107+134=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B86 is #439479. Grayscale: #868686. Windows color (decimal): -4428922 or 8809404. OLE color: 8809404.

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

Color convert

RGB188107134-
CMYK00.430.290.26
HSL340º37.67%57.84%-
HSV(B)340º43.09%73.73%-
XYZ30.322.9325.38-
YUV134.3127.84166.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=43.82%
G=24.94%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810713400.430.290.2634037.6757.84
HexBC6B8602B1D1A154263a
Octal27415320605335325244672
Binary1011110011010111000011001010111110111010101010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B86; }

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

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

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

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

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

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

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

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