#BA6686

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

Shades of Tapestry #BA6686

Tints of Tapestry #BA6686

Color information

#BA6686 (or 0xBA6686) is unknown color: approx Tapestry. HEX triplet: BA, 66 and 86. RGB value is (186,102,134). Sum of RGB (Red+Green+Blue) = 186+102+134=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6686 is #459979. Grayscale: #828282. Windows color (decimal): -4561274 or 8808122. OLE color: 8808122.

HSL color Cylindrical-coordinate representation of color #BA6686: hue angle of 337.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6686 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186102134-
CMYK00.450.280.27
HSL337.14º37.84%56.47%-
HSV(B)337.14º45.16%72.94%-
XYZ29.321.6625.19-
YUV130.76129.83167.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=44.08%
G=24.17%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610213400.450.280.27337.1437.8456.47
HexBA668602D1C1B1512638
Octal27214620605534335214670
Binary1011101011001101000011001011011110011011101010001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6686; }

 p { color: rgb(186,102,134); }

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

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

 a { background-color: rgb(186,102,134); }

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

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

 span { border-color: rgb(186,102,134); }

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