#BA6883

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

Shades of Tapestry #BA6883

Tints of Tapestry #BA6883

Color information

#BA6883 (or 0xBA6883) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 83. RGB value is (186,104,131). Sum of RGB (Red+Green+Blue) = 186+104+131=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6883 is #45977C. Grayscale: #838383. Windows color (decimal): -4560765 or 8612026. OLE color: 8612026.

HSL color Cylindrical-coordinate representation of color #BA6883: hue angle of 340.24º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6883 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186104131-
CMYK00.440.300.27
HSL340.24º37.27%56.86%-
HSV(B)340.24º44.09%72.94%-
XYZ29.321.9824.17-
YUV131.6127.67166.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=44.18%
G=24.70%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610413100.440.300.27340.2437.2756.86
HexBA688302C1E1B1542539
Octal27215020305436335244571
Binary1011101011010001000001101011001111011011101010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6883; }

 p { color: rgb(186,104,131); }

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

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

 a { background-color: rgb(186,104,131); }

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

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

 span { border-color: rgb(186,104,131); }

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