#BA718A

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

Shades of Tapestry #BA718A

Tints of Tapestry #BA718A

Color information

#BA718A (or 0xBA718A) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 8A. RGB value is (186,113,138). Sum of RGB (Red+Green+Blue) = 186+113+138=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA718A is #458E75. Grayscale: #898989. Windows color (decimal): -4558454 or 9073082. OLE color: 9073082.

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

Color convert

RGB186113138-
CMYK00.390.260.27
HSL339.45º34.6%58.63%-
HSV(B)339.45º39.25%72.94%-
XYZ30.7424.0827.07-
YUV137.68128.18162.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=42.56%
G=25.86%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611313800.390.260.27339.4534.658.63
HexBA718A0271A1B153233b
Octal27216121204732335234373
Binary1011101011100011000101001001111101011011101010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA718A; }

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

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

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

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

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

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

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

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