#BC6480

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

Shades of Tapestry #BC6480

Tints of Tapestry #BC6480

Color information

#BC6480 (or 0xBC6480) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 80. RGB value is (188,100,128). Sum of RGB (Red+Green+Blue) = 188+100+128=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6480 is #439B7F. Grayscale: #818181. Windows color (decimal): -4430720 or 8414396. OLE color: 8414396.

HSL color Cylindrical-coordinate representation of color #BC6480: hue angle of 340.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6480 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188100128-
CMYK00.470.320.26
HSL340.91º39.64%56.47%-
HSV(B)340.91º46.81%73.73%-
XYZ29.1921.3623.01-
YUV129.5127.15169.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=45.19%
G=24.04%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810012800.470.320.26340.9139.6456.47
HexBC648002F201A1552838
Octal27414420005740325255070
Binary10111100110010010000000010111110000011010101010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6480; }

 p { color: rgb(188,100,128); }

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

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

 a { background-color: rgb(188,100,128); }

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

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

 span { border-color: rgb(188,100,128); }

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