#BC788D

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

Shades of Tapestry #BC788D

Tints of Tapestry #BC788D

Color information

#BC788D (or 0xBC788D) is unknown color: approx Tapestry. HEX triplet: BC, 78 and 8D. RGB value is (188,120,141). Sum of RGB (Red+Green+Blue) = 188+120+141=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788D is #438772. Grayscale: #8E8E8E. Windows color (decimal): -4425587 or 9271484. OLE color: 9271484.

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

Color convert

RGB188120141-
CMYK00.360.250.26
HSL341.47º33.66%60.39%-
HSV(B)341.47º36.17%73.73%-
XYZ32.2626.0528.53-
YUV142.73127.03160.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=41.87%
G=26.73%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812014100.360.250.26341.4733.6660.39
HexBC788D024191A155223c
Octal27417021504431325254274
Binary1011110011110001000110101001001100111010101010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC788D; }

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

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

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

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

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

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

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

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