#BA6188

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

Shades of Tapestry #BA6188

Tints of Tapestry #BA6188

Color information

#BA6188 (or 0xBA6188) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 88. RGB value is (186,97,136). Sum of RGB (Red+Green+Blue) = 186+97+136=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6188 is #459E77. Grayscale: #7F7F7F. Windows color (decimal): -4562552 or 8937914. OLE color: 8937914.

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

Color convert

RGB18697136-
CMYK00.480.270.27
HSL333.71º39.21%55.49%-
HSV(B)333.71º47.85%72.94%-
XYZ28.9720.7725.77-
YUV128.06132.49169.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=44.39%
G=23.15%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869713600.480.270.27333.7139.2155.49
HexBA61880301B1B14e2737
Octal27214121006033335164767
Binary1011101011000011000100001100001101111011101001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6188; }

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

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

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

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

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

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

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

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