#BC788A

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

Shades of Tapestry #BC788A

Tints of Tapestry #BC788A

Color information

#BC788A (or 0xBC788A) is unknown color: approx Tapestry. HEX triplet: BC, 78 and 8A. RGB value is (188,120,138). Sum of RGB (Red+Green+Blue) = 188+120+138=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788A is #438775. Grayscale: #8E8E8E. Windows color (decimal): -4425590 or 9074876. OLE color: 9074876.

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

Color convert

RGB188120138-
CMYK00.360.270.26
HSL344.12º33.66%60.39%-
HSV(B)344.12º36.17%73.73%-
XYZ32.0425.9627.37-
YUV142.38125.53160.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=42.15%
G=26.91%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812013800.360.270.26344.1233.6660.39
HexBC788A0241B1A158223c
Octal27417021204433325304274
Binary1011110011110001000101001001001101111010101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC788A; }

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

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

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

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

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

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

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

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