#BC6280

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

Shades of Tapestry #BC6280

Tints of Tapestry #BC6280

Color information

#BC6280 (or 0xBC6280) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 80. RGB value is (188,98,128). Sum of RGB (Red+Green+Blue) = 188+98+128=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6280 is #439D7F. Grayscale: #808080. Windows color (decimal): -4431232 or 8413884. OLE color: 8413884.

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

Color convert

RGB18898128-
CMYK00.480.320.26
HSL340º40.18%56.08%-
HSV(B)340º47.87%73.73%-
XYZ2920.9922.94-
YUV128.33127.82170.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=45.41%
G=23.67%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889812800.480.320.2634040.1856.08
HexBC6280030201A1542838
Octal27414220006040325245070
Binary10111100110001010000000011000010000011010101010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6280; }

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

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

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

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

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

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

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

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