#BA8189

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

Shades of Tapestry #BA8189

Tints of Tapestry #BA8189

Color information

#BA8189 (or 0xBA8189) is unknown color: approx Tapestry. HEX triplet: BA, 81 and 89. RGB value is (186,129,137). Sum of RGB (Red+Green+Blue) = 186+129+137=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8189 is #457E76. Grayscale: #929292. Windows color (decimal): -4554359 or 9011642. OLE color: 9011642.

HSL color Cylindrical-coordinate representation of color #BA8189: hue angle of 351.58º degrees, saturation: 0.29, 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 #BA8189 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186129137-
CMYK00.310.260.27
HSL351.58º29.23%61.76%-
HSV(B)351.58º30.65%72.94%-
XYZ32.6227.9527.34-
YUV146.95122.38155.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=41.15%
G=28.54%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612913700.310.260.27351.5829.2361.76
HexBA818901F1A1B1601d3e
Octal27220121103732335403576
Binary101110101000000110001001011111110101101110110000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8189; }

 p { color: rgb(186,129,137); }

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

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

 a { background-color: rgb(186,129,137); }

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

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

 span { border-color: rgb(186,129,137); }

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