#BC7F86

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

Shades of Tapestry #BC7F86

Tints of Tapestry #BC7F86

Color information

#BC7F86 (or 0xBC7F86) is unknown color: approx Tapestry. HEX triplet: BC, 7F and 86. RGB value is (188,127,134). Sum of RGB (Red+Green+Blue) = 188+127+134=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F86 is #438079. Grayscale: #929292. Windows color (decimal): -4423802 or 8814524. OLE color: 8814524.

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

Color convert

RGB188127134-
CMYK00.320.290.26
HSL353.11º31.28%61.76%-
HSV(B)353.11º32.45%73.73%-
XYZ32.6327.5926.16-
YUV146.04121.21157.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=41.87%
G=28.29%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812713400.320.290.26353.1131.2861.76
HexBC7F860201D1A1611f3e
Octal27417720604035325413776
Binary101111001111111100001100100000111011101010110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F86; }

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

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

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

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

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

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

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

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