#BA617A

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

Shades of Tapestry #BA617A

Tints of Tapestry #BA617A

Color information

#BA617A (or 0xBA617A) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 7A. RGB value is (186,97,122). Sum of RGB (Red+Green+Blue) = 186+97+122=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617A is #459E85. Grayscale: #7E7E7E. Windows color (decimal): -4562566 or 8020410. OLE color: 8020410.

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

Color convert

RGB18697122-
CMYK00.480.340.27
HSL343.15º39.21%55.49%-
HSV(B)343.15º47.85%72.94%-
XYZ28.0420.3920.87-
YUV126.46125.49170.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=45.93%
G=23.95%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869712200.480.340.27343.1539.2155.49
HexBA617A030221B1572737
Octal27214117206042335274767
Binary1011101011000011111010011000010001011011101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA617A; }

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

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

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

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

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

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

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

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