#BC6185

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

Shades of Tapestry #BC6185

Tints of Tapestry #BC6185

Color information

#BC6185 (or 0xBC6185) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 85. RGB value is (188,97,133). Sum of RGB (Red+Green+Blue) = 188+97+133=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6185 is #439E7A. Grayscale: #808080. Windows color (decimal): -4431483 or 8741308. OLE color: 8741308.

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

Color convert

RGB18897133-
CMYK00.480.290.26
HSL336.26º40.44%55.88%-
HSV(B)336.26º48.4%73.73%-
XYZ29.2520.9324.69-
YUV128.31130.65170.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=44.98%
G=23.21%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889713300.480.290.26336.2640.4455.88
HexBC61850301D1A1502838
Octal27414120506035325205070
Binary1011110011000011000010101100001110111010101010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6185; }

 p { color: rgb(188,97,133); }

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

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

 a { background-color: rgb(188,97,133); }

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

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

 span { border-color: rgb(188,97,133); }

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