#BC767C

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

Shades of Tapestry #BC767C

Tints of Tapestry #BC767C

Color information

#BC767C (or 0xBC767C) is unknown color: approx Tapestry. HEX triplet: BC, 76 and 7C. RGB value is (188,118,124). Sum of RGB (Red+Green+Blue) = 188+118+124=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC767C is #438983. Grayscale: #8B8B8B. Windows color (decimal): -4426116 or 8156860. OLE color: 8156860.

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

Color convert

RGB188118124-
CMYK00.370.340.26
HSL354.86º34.31%60%-
HSV(B)354.86º37.23%73.73%-
XYZ30.8625.122.29-
YUV139.61119.19162.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=43.72%
G=27.44%
B=28.84%

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
Decimal18811812400.370.340.26354.8634.3160
HexBC767C025221A163223c
Octal27416617404542325434274
Binary1011110011101101111100010010110001011010101100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC767C; }

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

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

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

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

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

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

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

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