#BA708E

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

Shades of Tapestry #BA708E

Tints of Tapestry #BA708E

Color information

#BA708E (or 0xBA708E) is unknown color: approx Tapestry. HEX triplet: BA, 70 and 8E. RGB value is (186,112,142). Sum of RGB (Red+Green+Blue) = 186+112+142=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708E is #458F71. Grayscale: #898989. Windows color (decimal): -4558706 or 9334970. OLE color: 9334970.

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

Color convert

RGB186112142-
CMYK00.400.240.27
HSL335.68º34.91%58.43%-
HSV(B)335.68º39.78%72.94%-
XYZ30.9323.9828.59-
YUV137.55130.52162.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=42.27%
G=25.45%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611214200.400.240.27335.6834.9158.43
HexBA708E028181B150233a
Octal27216021605030335204372
Binary1011101011100001000111001010001100011011101010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA708E; }

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

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

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

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

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

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

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

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