#BC778B

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

Shades of Tapestry #BC778B

Tints of Tapestry #BC778B

Color information

#BC778B (or 0xBC778B) is unknown color: approx Tapestry. HEX triplet: BC, 77 and 8B. RGB value is (188,119,139). Sum of RGB (Red+Green+Blue) = 188+119+139=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778B is #438874. Grayscale: #8D8D8D. Windows color (decimal): -4425845 or 9140156. OLE color: 9140156.

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

Color convert

RGB188119139-
CMYK00.370.260.26
HSL342.61º33.99%60.2%-
HSV(B)342.61º36.7%73.73%-
XYZ3225.7527.71-
YUV141.91126.36160.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=42.15%
G=26.68%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811913900.370.260.26342.6133.9960.2
HexBC778B0251A1A157223c
Octal27416721304532325274274
Binary1011110011101111000101101001011101011010101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC778B; }

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

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

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

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

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

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

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

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