#BC718C

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

Shades of Tapestry #BC718C

Tints of Tapestry #BC718C

Color information

#BC718C (or 0xBC718C) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 8C. RGB value is (188,113,140). Sum of RGB (Red+Green+Blue) = 188+113+140=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC718C is #438E73. Grayscale: #8A8A8A. Windows color (decimal): -4427380 or 9204156. OLE color: 9204156.

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

Color convert

RGB188113140-
CMYK00.400.260.26
HSL338.4º35.89%59.02%-
HSV(B)338.4º39.89%73.73%-
XYZ31.3824.427.87-
YUV138.5128.85163.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=42.63%
G=25.62%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811314000.400.260.26338.435.8959.02
HexBC718C0281A1A152243b
Octal27416121405032325224473
Binary1011110011100011000110001010001101011010101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC718C; }

 p { color: rgb(188,113,140); }

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

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

 a { background-color: rgb(188,113,140); }

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

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

 span { border-color: rgb(188,113,140); }

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