#BA728B

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

Shades of Tapestry #BA728B

Tints of Tapestry #BA728B

Color information

#BA728B (or 0xBA728B) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 8B. RGB value is (186,114,139). Sum of RGB (Red+Green+Blue) = 186+114+139=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA728B is #458D74. Grayscale: #8A8A8A. Windows color (decimal): -4558197 or 9138874. OLE color: 9138874.

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

Color convert

RGB186114139-
CMYK00.390.250.27
HSL339.17º34.29%58.82%-
HSV(B)339.17º38.71%72.94%-
XYZ30.9324.3427.49-
YUV138.38128.35161.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=42.37%
G=25.97%
B=31.66%

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
Decimal18611413900.390.250.27339.1734.2958.82
HexBA728B027191B153223b
Octal27216221304731335234273
Binary1011101011100101000101101001111100111011101010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA728B; }

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

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

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

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

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

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

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

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