#BA8488

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

Shades of Tapestry #BA8488

Tints of Tapestry #BA8488

Color information

#BA8488 (or 0xBA8488) is unknown color: approx Tapestry. HEX triplet: BA, 84 and 88. RGB value is (186,132,136). Sum of RGB (Red+Green+Blue) = 186+132+136=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8488 is #457B77. Grayscale: #949494. Windows color (decimal): -4553592 or 8946874. OLE color: 8946874.

HSL color Cylindrical-coordinate representation of color #BA8488: hue angle of 355.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8488 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB186132136-
CMYK00.290.270.27
HSL355.56º28.12%62.35%-
HSV(B)355.56º29.03%72.94%-
XYZ32.9428.7227.1-
YUV148.6120.89154.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=40.97%
G=29.07%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613213600.290.270.27355.5628.1262.35
HexBA848801D1B1B1641c3e
Octal27220421003533335443476
Binary101110101000010010001000011101110111101110110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8488; }

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

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

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

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

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

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

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

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