#BC6088

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

Shades of Tapestry #BC6088

Tints of Tapestry #BC6088

Color information

#BC6088 (or 0xBC6088) is unknown color: approx Tapestry. HEX triplet: BC, 60 and 88. RGB value is (188,96,136). Sum of RGB (Red+Green+Blue) = 188+96+136=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6088 is #439F77. Grayscale: #808080. Windows color (decimal): -4431736 or 8937660. OLE color: 8937660.

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

Color convert

RGB18896136-
CMYK00.490.280.26
HSL333.91º40.71%55.69%-
HSV(B)333.91º48.94%73.73%-
XYZ29.3720.8325.77-
YUV128.07132.48170.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=44.76%
G=22.86%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889613600.490.280.26333.9140.7155.69
HexBC60880311C1A14e2938
Octal27414021006134325165170
Binary1011110011000001000100001100011110011010101001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6088; }

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

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

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

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

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

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

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

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