#BC787F

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

Shades of Tapestry #BC787F

Tints of Tapestry #BC787F

Color information

#BC787F (or 0xBC787F) is unknown color: approx Tapestry. HEX triplet: BC, 78 and 7F. RGB value is (188,120,127). Sum of RGB (Red+Green+Blue) = 188+120+127=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787F is #438780. Grayscale: #8D8D8D. Windows color (decimal): -4425601 or 8353980. OLE color: 8353980.

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

Color convert

RGB188120127-
CMYK00.360.320.26
HSL353.82º33.66%60.39%-
HSV(B)353.82º36.17%73.73%-
XYZ31.2925.6623.38-
YUV141.13120.03161.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 127 (50% from 255) = 29.20%
R=43.22%
G=27.59%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812012700.360.320.26353.8233.6660.39
HexBC787F024201A162223c
Octal27417017704440325424274
Binary1011110011110001111111010010010000011010101100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC787F; }

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

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

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

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

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

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

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

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