#BC788F

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

Shades of Tapestry #BC788F

Tints of Tapestry #BC788F

Color information

#BC788F (or 0xBC788F) is unknown color: approx Tapestry. HEX triplet: BC, 78 and 8F. RGB value is (188,120,143). Sum of RGB (Red+Green+Blue) = 188+120+143=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788F is #438770. Grayscale: #8E8E8E. Windows color (decimal): -4425585 or 9402556. OLE color: 9402556.

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

Color convert

RGB188120143-
CMYK00.360.240.26
HSL339.71º33.66%60.39%-
HSV(B)339.71º36.17%73.73%-
XYZ32.4126.1129.32-
YUV142.95128.03160.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=41.69%
G=26.61%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812014300.360.240.26339.7133.6660.39
HexBC788F024181A154223c
Octal27417021704430325244274
Binary1011110011110001000111101001001100011010101010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC788F; }

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

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

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

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

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

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

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

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