#BC797F

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

Shades of Tapestry #BC797F

Tints of Tapestry #BC797F

Color information

#BC797F (or 0xBC797F) is unknown color: approx Tapestry. HEX triplet: BC, 79 and 7F. RGB value is (188,121,127). Sum of RGB (Red+Green+Blue) = 188+121+127=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797F is #438680. Grayscale: #8D8D8D. Windows color (decimal): -4425345 or 8354236. OLE color: 8354236.

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

Color convert

RGB188121127-
CMYK00.360.320.26
HSL354.63º33.33%60.59%-
HSV(B)354.63º35.64%73.73%-
XYZ31.4125.923.42-
YUV141.72119.7161.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 127 (50% from 255) = 29.13%
R=43.12%
G=27.75%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812112700.360.320.26354.6333.3360.59
HexBC797F024201A163213d
Octal27417117704440325434175
Binary1011110011110011111111010010010000011010101100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC797F; }

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

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

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

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

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

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

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

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