#BC717A

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

Shades of Tapestry #BC717A

Tints of Tapestry #BC717A

Color information

#BC717A (or 0xBC717A) is unknown color: approx Tapestry. HEX triplet: BC, 71 and 7A. RGB value is (188,113,122). Sum of RGB (Red+Green+Blue) = 188+113+122=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC717A is #438E85. Grayscale: #888888. Windows color (decimal): -4427398 or 8024508. OLE color: 8024508.

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

Color convert

RGB188113122-
CMYK00.400.350.26
HSL352.8º35.89%59.02%-
HSV(B)352.8º39.89%73.73%-
XYZ30.1623.9121.44-
YUV136.45119.85164.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=44.44%
G=26.71%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811312200.400.350.26352.835.8959.02
HexBC717A028231A161243b
Octal27416117205043325414473
Binary1011110011100011111010010100010001111010101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC717A; }

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

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

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

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

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

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

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

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