#BC6488

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

Shades of Tapestry #BC6488

Tints of Tapestry #BC6488

Color information

#BC6488 (or 0xBC6488) is unknown color: approx Tapestry. HEX triplet: BC, 64 and 88. RGB value is (188,100,136). Sum of RGB (Red+Green+Blue) = 188+100+136=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6488 is #439B77. Grayscale: #828282. Windows color (decimal): -4430712 or 8938684. OLE color: 8938684.

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

Color convert

RGB188100136-
CMYK00.470.280.26
HSL335.45º39.64%56.47%-
HSV(B)335.45º46.81%73.73%-
XYZ29.7421.5825.89-
YUV130.42131.15169.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=44.34%
G=23.58%
B=32.08%

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
Decimal18810013600.470.280.26335.4539.6456.47
HexBC648802F1C1A14f2838
Octal27414421005734325175070
Binary1011110011001001000100001011111110011010101001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6488; }

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

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

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

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

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

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

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

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