#BC7F8E

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

Shades of Tapestry #BC7F8E

Tints of Tapestry #BC7F8E

Color information

#BC7F8E (or 0xBC7F8E) is unknown color: approx Tapestry. HEX triplet: BC, 7F and 8E. RGB value is (188,127,142). Sum of RGB (Red+Green+Blue) = 188+127+142=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F8E is #438071. Grayscale: #929292. Windows color (decimal): -4423794 or 9338812. OLE color: 9338812.

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

Color convert

RGB188127142-
CMYK00.320.240.26
HSL345.25º31.28%61.76%-
HSV(B)345.25º32.45%73.73%-
XYZ33.2127.8229.21-
YUV146.95125.21157.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=41.14%
G=27.79%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812714200.320.240.26345.2531.2861.76
HexBC7F8E020181A1591f3e
Octal27417721604030325313776
Binary101111001111111100011100100000110001101010101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F8E; }

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

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

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

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

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

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

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

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