#BC797D

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

Shades of Tapestry #BC797D

Tints of Tapestry #BC797D

Color information

#BC797D (or 0xBC797D) is unknown color: approx Tapestry. HEX triplet: BC, 79 and 7D. RGB value is (188,121,125). Sum of RGB (Red+Green+Blue) = 188+121+125=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797D is #438682. Grayscale: #8D8D8D. Windows color (decimal): -4425347 or 8223164. OLE color: 8223164.

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

Color convert

RGB188121125-
CMYK00.360.340.26
HSL356.42º33.33%60.59%-
HSV(B)356.42º35.64%73.73%-
XYZ31.2825.8522.74-
YUV141.49118.7161.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=43.32%
G=27.88%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812112500.360.340.26356.4233.3360.59
HexBC797D024221A164213d
Octal27417117504442325444175
Binary1011110011110011111101010010010001011010101100100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC797D; }

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

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

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

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

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

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

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

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