#BC7A87

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

Shades of Tapestry #BC7A87

Tints of Tapestry #BC7A87

Color information

#BC7A87 (or 0xBC7A87) is unknown color: approx Tapestry. HEX triplet: BC, 7A and 87. RGB value is (188,122,135). Sum of RGB (Red+Green+Blue) = 188+122+135=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A87 is #438578. Grayscale: #8F8F8F. Windows color (decimal): -4425081 or 8878780. OLE color: 8878780.

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

Color convert

RGB188122135-
CMYK00.350.280.26
HSL348.18º33%60.78%-
HSV(B)348.18º35.11%73.73%-
XYZ32.0726.3626.32-
YUV143.22123.37159.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=42.25%
G=27.42%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812213500.350.280.26348.183360.78
HexBC7A870231C1A15c213d
Octal27417220704334325344175
Binary1011110011110101000011101000111110011010101011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A87; }

 p { color: rgb(188,122,135); }

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

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

 a { background-color: rgb(188,122,135); }

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

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

 span { border-color: rgb(188,122,135); }

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