#BA718B

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

Shades of Tapestry #BA718B

Tints of Tapestry #BA718B

Color information

#BA718B (or 0xBA718B) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 8B. RGB value is (186,113,139). Sum of RGB (Red+Green+Blue) = 186+113+139=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA718B is #458E74. Grayscale: #898989. Windows color (decimal): -4558453 or 9138618. OLE color: 9138618.

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

Color convert

RGB186113139-
CMYK00.390.250.27
HSL338.63º34.6%58.63%-
HSV(B)338.63º39.25%72.94%-
XYZ30.8224.1127.46-
YUV137.79128.68162.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=42.47%
G=25.80%
B=31.74%

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
Decimal18611313900.390.250.27338.6334.658.63
HexBA718B027191B153233b
Octal27216121304731335234373
Binary1011101011100011000101101001111100111011101010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA718B; }

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

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

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

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

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

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

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

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