#BA728F

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

Shades of Tapestry #BA728F

Tints of Tapestry #BA728F

Color information

#BA728F (or 0xBA728F) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 8F. RGB value is (186,114,143). Sum of RGB (Red+Green+Blue) = 186+114+143=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728F is #458D70. Grayscale: #8A8A8A. Windows color (decimal): -4558193 or 9401018. OLE color: 9401018.

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

Color convert

RGB186114143-
CMYK00.390.230.27
HSL335.83º34.29%58.82%-
HSV(B)335.83º38.71%72.94%-
XYZ31.2224.4629.06-
YUV138.83130.35161.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=41.99%
G=25.73%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611414300.390.230.27335.8334.2958.82
HexBA728F027171B150223b
Octal27216221704727335204273
Binary1011101011100101000111101001111011111011101010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA728F; }

 p { color: rgb(186,114,143); }

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

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

 a { background-color: rgb(186,114,143); }

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

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

 span { border-color: rgb(186,114,143); }

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