#BA607C

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

Shades of Tapestry #BA607C

Tints of Tapestry #BA607C

Color information

#BA607C (or 0xBA607C) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 7C. RGB value is (186,96,124). Sum of RGB (Red+Green+Blue) = 186+96+124=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA607C is #459F83. Grayscale: #7E7E7E. Windows color (decimal): -4562820 or 8151226. OLE color: 8151226.

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

Color convert

RGB18696124-
CMYK00.480.330.27
HSL341.33º39.47%55.29%-
HSV(B)341.33º48.39%72.94%-
XYZ28.0720.2621.5-
YUV126.1126.82170.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=45.81%
G=23.65%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869612400.480.330.27341.3339.4755.29
HexBA607C030211B1552737
Octal27214017406041335254767
Binary1011101011000001111100011000010000111011101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA607C; }

 p { color: rgb(186,96,124); }

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

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

 a { background-color: rgb(186,96,124); }

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

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

 span { border-color: rgb(186,96,124); }

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