#BA6984

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

Shades of Tapestry #BA6984

Tints of Tapestry #BA6984

Color information

#BA6984 (or 0xBA6984) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 84. RGB value is (186,105,132). Sum of RGB (Red+Green+Blue) = 186+105+132=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6984 is #45967B. Grayscale: #848484. Windows color (decimal): -4560508 or 8677818. OLE color: 8677818.

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

Color convert

RGB186105132-
CMYK00.440.290.27
HSL340º36.99%57.06%-
HSV(B)340º43.55%72.94%-
XYZ29.4722.2124.56-
YUV132.3127.84166.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=43.97%
G=24.82%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610513200.440.290.2734036.9957.06
HexBA698402C1D1B1542539
Octal27215120405435335244571
Binary1011101011010011000010001011001110111011101010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6984; }

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

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

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

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

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

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

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

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