#BC717D

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

Shades of Tapestry #BC717D

Tints of Tapestry #BC717D

Color information

#BC717D (or 0xBC717D) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 7D. RGB value is (188,113,125). Sum of RGB (Red+Green+Blue) = 188+113+125=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC717D is #438E82. Grayscale: #888888. Windows color (decimal): -4427395 or 8221116. OLE color: 8221116.

HSL color Cylindrical-coordinate representation of color #BC717D: hue angle of 350.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 #BC717D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188113125-
CMYK00.400.340.26
HSL350.4º35.89%59.02%-
HSV(B)350.4º39.89%73.73%-
XYZ30.3523.9822.43-
YUV136.79121.35164.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=44.13%
G=26.53%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811312500.400.340.26350.435.8959.02
HexBC717D028221A15e243b
Octal27416117505042325364473
Binary1011110011100011111101010100010001011010101011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC717D; }

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

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

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

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

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

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

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

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