#BC6487

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

Shades of Tapestry #BC6487

Tints of Tapestry #BC6487

Color information

#BC6487 (or 0xBC6487) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 87. RGB value is (188,100,135). Sum of RGB (Red+Green+Blue) = 188+100+135=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6487 is #439B78. Grayscale: #828282. Windows color (decimal): -4430713 or 8873148. OLE color: 8873148.

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

Color convert

RGB188100135-
CMYK00.470.280.26
HSL336.14º39.64%56.47%-
HSV(B)336.14º46.81%73.73%-
XYZ29.6721.5525.52-
YUV130.3130.65169.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=44.44%
G=23.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810013500.470.280.26336.1439.6456.47
HexBC648702F1C1A1502838
Octal27414420705734325205070
Binary1011110011001001000011101011111110011010101010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6487; }

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

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

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

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

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

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

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

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