#BA687A

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

Shades of Tapestry #BA687A

Tints of Tapestry #BA687A

Color information

#BA687A (or 0xBA687A) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 7A. RGB value is (186,104,122). Sum of RGB (Red+Green+Blue) = 186+104+122=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA687A is #459785. Grayscale: #828282. Windows color (decimal): -4560774 or 8022202. OLE color: 8022202.

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

Color convert

RGB186104122-
CMYK00.440.340.27
HSL346.83º37.27%56.86%-
HSV(B)346.83º44.09%72.94%-
XYZ28.7121.7421.1-
YUV130.57123.17167.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=45.15%
G=25.24%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610412200.440.340.27346.8337.2756.86
HexBA687A02C221B15b2539
Octal27215017205442335334571
Binary1011101011010001111010010110010001011011101011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA687A; }

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

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

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

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

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

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

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

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