#BA728A

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

Shades of Tapestry #BA728A

Tints of Tapestry #BA728A

Color information

#BA728A (or 0xBA728A) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 8A. RGB value is (186,114,138). Sum of RGB (Red+Green+Blue) = 186+114+138=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728A is #458D75. Grayscale: #8A8A8A. Windows color (decimal): -4558198 or 9073338. OLE color: 9073338.

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

Color convert

RGB186114138-
CMYK00.390.260.27
HSL340º34.29%58.82%-
HSV(B)340º38.71%72.94%-
XYZ30.8524.3127.11-
YUV138.26127.85162.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=42.47%
G=26.03%
B=31.51%

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
Decimal18611413800.390.260.2734034.2958.82
HexBA728A0271A1B154223b
Octal27216221204732335244273
Binary1011101011100101000101001001111101011011101010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA728A; }

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

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

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

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

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

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

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

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