#BC6D7A

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

Shades of Tapestry #BC6D7A

Tints of Tapestry #BC6D7A

Color information

#BC6D7A (or 0xBC6D7A) is unknown color: approx Tapestry. HEX triplet: BC, 6D and 7A. RGB value is (188,109,122). Sum of RGB (Red+Green+Blue) = 188+109+122=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D7A is #439285. Grayscale: #868686. Windows color (decimal): -4428422 or 8023484. OLE color: 8023484.

HSL color Cylindrical-coordinate representation of color #BC6D7A: hue angle of 350.13º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6D7A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188109122-
CMYK00.420.350.26
HSL350.13º37.09%58.24%-
HSV(B)350.13º42.02%73.73%-
XYZ29.7223.0321.29-
YUV134.1121.17166.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=44.87%
G=26.01%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810912200.420.350.26350.1337.0958.24
HexBC6D7A02A231A15e253a
Octal27415517205243325364572
Binary1011110011011011111010010101010001111010101011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D7A; }

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

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

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

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

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

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

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

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