#BA6983

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

Shades of Tapestry #BA6983

Tints of Tapestry #BA6983

Color information

#BA6983 (or 0xBA6983) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 83. RGB value is (186,105,131). Sum of RGB (Red+Green+Blue) = 186+105+131=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6983 is #45967C. Grayscale: #848484. Windows color (decimal): -4560509 or 8612282. OLE color: 8612282.

HSL color Cylindrical-coordinate representation of color #BA6983: hue angle of 340.74º 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 #BA6983 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186105131-
CMYK00.440.300.27
HSL340.74º36.99%57.06%-
HSV(B)340.74º43.55%72.94%-
XYZ29.422.1824.2-
YUV132.18127.34166.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=44.08%
G=24.88%
B=31.04%

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
Decimal18610513100.440.300.27340.7436.9957.06
HexBA698302C1E1B1552539
Octal27215120305436335254571
Binary1011101011010011000001101011001111011011101010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6983; }

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

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

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

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

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

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

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

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