#BC6385

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

Shades of Tapestry #BC6385

Tints of Tapestry #BC6385

Color information

#BC6385 (or 0xBC6385) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 85. RGB value is (188,99,133). Sum of RGB (Red+Green+Blue) = 188+99+133=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6385 is #439C7A. Grayscale: #818181. Windows color (decimal): -4430971 or 8741820. OLE color: 8741820.

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

Color convert

RGB18899133-
CMYK00.470.290.26
HSL337.08º39.91%56.27%-
HSV(B)337.08º47.34%73.73%-
XYZ29.4321.3124.75-
YUV129.49129.99169.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=44.76%
G=23.57%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889913300.470.290.26337.0839.9156.27
HexBC638502F1D1A1512838
Octal27414320505735325215070
Binary1011110011000111000010101011111110111010101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6385; }

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

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

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

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

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

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

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

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