#BA708A

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

Shades of Tapestry #BA708A

Tints of Tapestry #BA708A

Color information

#BA708A (or 0xBA708A) is unknown color: approx Tapestry. HEX triplet: BA, 70 and 8A. RGB value is (186,112,138). Sum of RGB (Red+Green+Blue) = 186+112+138=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708A is #458F75. Grayscale: #898989. Windows color (decimal): -4558710 or 9072826. OLE color: 9072826.

HSL color Cylindrical-coordinate representation of color #BA708A: hue angle of 338.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA708A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186112138-
CMYK00.400.260.27
HSL338.92º34.91%58.43%-
HSV(B)338.92º39.78%72.94%-
XYZ30.6323.8627.04-
YUV137.09128.52162.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=42.66%
G=25.69%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611213800.400.260.27338.9234.9158.43
HexBA708A0281A1B153233a
Octal27216021205032335234372
Binary1011101011100001000101001010001101011011101010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA708A; }

 p { color: rgb(186,112,138); }

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

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

 a { background-color: rgb(186,112,138); }

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

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

 span { border-color: rgb(186,112,138); }

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