#BA6084

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

Shades of Tapestry #BA6084

Tints of Tapestry #BA6084

Color information

#BA6084 (or 0xBA6084) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 84. RGB value is (186,96,132). Sum of RGB (Red+Green+Blue) = 186+96+132=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6084 is #459F7B. Grayscale: #7E7E7E. Windows color (decimal): -4562812 or 8675514. OLE color: 8675514.

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

Color convert

RGB18696132-
CMYK00.480.290.27
HSL336º39.47%55.29%-
HSV(B)336º48.39%72.94%-
XYZ28.620.4724.27-
YUV127.01130.82170.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=44.93%
G=23.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869613200.480.290.2733639.4755.29
HexBA60840301D1B1502737
Octal27214020406035335204767
Binary1011101011000001000010001100001110111011101010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6084; }

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

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

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

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

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

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

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

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