#BC7C8E

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

Shades of Tapestry #BC7C8E

Tints of Tapestry #BC7C8E

Color information

#BC7C8E (or 0xBC7C8E) is unknown color: approx Tapestry. HEX triplet: BC, 7C and 8E. RGB value is (188,124,142). Sum of RGB (Red+Green+Blue) = 188+124+142=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C8E is #438371. Grayscale: #919191. Windows color (decimal): -4424562 or 9338044. OLE color: 9338044.

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

Color convert

RGB188124142-
CMYK00.340.240.26
HSL343.12º32.32%61.18%-
HSV(B)343.12º34.04%73.73%-
XYZ32.8327.0629.08-
YUV145.19126.2158.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=41.41%
G=27.31%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812414200.340.240.26343.1232.3261.18
HexBC7C8E022181A157203d
Octal27417421604230325274075
Binary1011110011111001000111001000101100011010101010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C8E; }

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

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

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

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

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

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

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

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