#BC787B

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

Shades of Tapestry #BC787B

Tints of Tapestry #BC787B

Color information

#BC787B (or 0xBC787B) is unknown color: approx Tapestry. HEX triplet: BC, 78 and 7B. RGB value is (188,120,123). Sum of RGB (Red+Green+Blue) = 188+120+123=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787B is #438784. Grayscale: #8C8C8C. Windows color (decimal): -4425605 or 8091836. OLE color: 8091836.

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

Color convert

RGB188120123-
CMYK00.360.350.26
HSL357.35º33.66%60.39%-
HSV(B)357.35º36.17%73.73%-
XYZ31.0325.5522.04-
YUV140.67118.03161.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=43.62%
G=27.84%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812012300.360.350.26357.3533.6660.39
HexBC787B024231A165223c
Octal27417017304443325454274
Binary1011110011110001111011010010010001111010101100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC787B; }

 p { color: rgb(188,120,123); }

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

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

 a { background-color: rgb(188,120,123); }

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

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

 span { border-color: rgb(188,120,123); }

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