#BA8188

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

Shades of Tapestry #BA8188

Tints of Tapestry #BA8188

Color information

#BA8188 (or 0xBA8188) is unknown color: approx Tapestry. HEX triplet: BA, 81 and 88. RGB value is (186,129,136). Sum of RGB (Red+Green+Blue) = 186+129+136=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8188 is #457E77. Grayscale: #929292. Windows color (decimal): -4554360 or 8946106. OLE color: 8946106.

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

Color convert

RGB186129136-
CMYK00.310.270.27
HSL352.63º29.23%61.76%-
HSV(B)352.63º30.65%72.94%-
XYZ32.5427.9226.97-
YUV146.84121.88155.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=41.24%
G=28.60%
B=30.16%

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
Decimal18612913600.310.270.27352.6329.2361.76
HexBA818801F1B1B1611d3e
Octal27220121003733335413576
Binary101110101000000110001000011111110111101110110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8188; }

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

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

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

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

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

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

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

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