#BA718C

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

Shades of Tapestry #BA718C

Tints of Tapestry #BA718C

Color information

#BA718C (or 0xBA718C) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 8C. RGB value is (186,113,140). Sum of RGB (Red+Green+Blue) = 186+113+140=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA718C is #458E73. Grayscale: #898989. Windows color (decimal): -4558452 or 9204154. OLE color: 9204154.

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

Color convert

RGB186113140-
CMYK00.390.250.27
HSL337.81º34.6%58.63%-
HSV(B)337.81º39.25%72.94%-
XYZ30.8924.1427.84-
YUV137.9129.18162.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=42.37%
G=25.74%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611314000.390.250.27337.8134.658.63
HexBA718C027191B152233b
Octal27216121404731335224373
Binary1011101011100011000110001001111100111011101010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA718C; }

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

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

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

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

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

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

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

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