#BA8288

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

Shades of Tapestry #BA8288

Tints of Tapestry #BA8288

Color information

#BA8288 (or 0xBA8288) is unknown color: approx Tapestry. HEX triplet: BA, 82 and 88. RGB value is (186,130,136). Sum of RGB (Red+Green+Blue) = 186+130+136=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8288 is #457D77. Grayscale: #939393. Windows color (decimal): -4554104 or 8946362. OLE color: 8946362.

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

Color convert

RGB186130136-
CMYK00.300.270.27
HSL353.57º28.87%61.96%-
HSV(B)353.57º30.11%72.94%-
XYZ32.6828.1827.01-
YUV147.43121.55155.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=41.15%
G=28.76%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013600.300.270.27353.5728.8761.96
HexBA828801E1B1B1621d3e
Octal27220221003633335423576
Binary101110101000001010001000011110110111101110110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8288; }

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

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

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

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

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

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

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

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