#BA6484

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

Shades of Tapestry #BA6484

Tints of Tapestry #BA6484

Color information

#BA6484 (or 0xBA6484) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 84. RGB value is (186,100,132). Sum of RGB (Red+Green+Blue) = 186+100+132=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6484 is #459B7B. Grayscale: #818181. Windows color (decimal): -4561788 or 8676538. OLE color: 8676538.

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

Color convert

RGB186100132-
CMYK00.460.290.27
HSL337.67º38.39%56.08%-
HSV(B)337.67º46.24%72.94%-
XYZ28.9721.2224.4-
YUV129.36129.49168.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=44.50%
G=23.92%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610013200.460.290.27337.6738.3956.08
HexBA648402E1D1B1522638
Octal27214420405635335224670
Binary1011101011001001000010001011101110111011101010010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6484; }

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

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

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

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

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

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

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

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