#BA6987

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

Shades of Tapestry #BA6987

Tints of Tapestry #BA6987

Color information

#BA6987 (or 0xBA6987) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 87. RGB value is (186,105,135). Sum of RGB (Red+Green+Blue) = 186+105+135=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6987 is #459678. Grayscale: #848484. Windows color (decimal): -4560505 or 8874426. OLE color: 8874426.

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

Color convert

RGB186105135-
CMYK00.440.270.27
HSL337.78º36.99%57.06%-
HSV(B)337.78º43.55%72.94%-
XYZ29.6722.2925.66-
YUV132.64129.34166.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=43.66%
G=24.65%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610513500.440.270.27337.7836.9957.06
HexBA698702C1B1B1522539
Octal27215120705433335224571
Binary1011101011010011000011101011001101111011101010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6987; }

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

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

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

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

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

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

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

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