#BA7288

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

Shades of Tapestry #BA7288

Tints of Tapestry #BA7288

Color information

#BA7288 (or 0xBA7288) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 88. RGB value is (186,114,136). Sum of RGB (Red+Green+Blue) = 186+114+136=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7288 is #458D77. Grayscale: #8A8A8A. Windows color (decimal): -4558200 or 8942266. OLE color: 8942266.

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

Color convert

RGB186114136-
CMYK00.390.270.27
HSL341.67º34.29%58.82%-
HSV(B)341.67º38.71%72.94%-
XYZ30.7124.2526.35-
YUV138.04126.85162.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=42.66%
G=26.15%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611413600.390.270.27341.6734.2958.82
HexBA72880271B1B156223b
Octal27216221004733335264273
Binary1011101011100101000100001001111101111011101010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7288; }

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

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

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

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

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

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

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

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