#BA8088

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

Shades of Tapestry #BA8088

Tints of Tapestry #BA8088

Color information

#BA8088 (or 0xBA8088) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 88. RGB value is (186,128,136). Sum of RGB (Red+Green+Blue) = 186+128+136=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8088 is #457F77. Grayscale: #929292. Windows color (decimal): -4554616 or 8945850. OLE color: 8945850.

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

Color convert

RGB186128136-
CMYK00.310.270.27
HSL351.72º29.59%61.57%-
HSV(B)351.72º31.18%72.94%-
XYZ32.4127.6626.92-
YUV146.25122.22156.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=41.33%
G=28.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612813600.310.270.27351.7229.5961.57
HexBA808801F1B1B1601e3e
Octal27220021003733335403676
Binary101110101000000010001000011111110111101110110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8088; }

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

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

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

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

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

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

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

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