#BC777C

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

Shades of Tapestry #BC777C

Tints of Tapestry #BC777C

Color information

#BC777C (or 0xBC777C) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 7C. RGB value is (188,119,124). Sum of RGB (Red+Green+Blue) = 188+119+124=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC777C is #438883. Grayscale: #8C8C8C. Windows color (decimal): -4425860 or 8157116. OLE color: 8157116.

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

Color convert

RGB188119124-
CMYK00.370.340.26
HSL355.65º33.99%60.2%-
HSV(B)355.65º36.7%73.73%-
XYZ30.9725.3422.33-
YUV140.2118.86162.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=43.62%
G=27.61%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811912400.370.340.26355.6533.9960.2
HexBC777C025221A164223c
Octal27416717404542325444274
Binary1011110011101111111100010010110001011010101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC777C; }

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

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

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

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

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

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

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

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