#BA6384

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

Shades of Tapestry #BA6384

Tints of Tapestry #BA6384

Color information

#BA6384 (or 0xBA6384) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 84. RGB value is (186,99,132). Sum of RGB (Red+Green+Blue) = 186+99+132=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6384 is #459C7B. Grayscale: #808080. Windows color (decimal): -4562044 or 8676282. OLE color: 8676282.

HSL color Cylindrical-coordinate representation of color #BA6384: hue angle of 337.24º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6384 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18699132-
CMYK00.470.290.27
HSL337.24º38.67%55.88%-
HSV(B)337.24º46.77%72.94%-
XYZ28.8821.0324.37-
YUV128.78129.82168.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=44.60%
G=23.74%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869913200.470.290.27337.2438.6755.88
HexBA638402F1D1B1512738
Octal27214320405735335214770
Binary1011101011000111000010001011111110111011101010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6384; }

 p { color: rgb(186,99,132); }

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

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

 a { background-color: rgb(186,99,132); }

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

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

 span { border-color: rgb(186,99,132); }

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