#BA617E

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

Shades of Tapestry #BA617E

Tints of Tapestry #BA617E

Color information

#BA617E (or 0xBA617E) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 7E. RGB value is (186,97,126). Sum of RGB (Red+Green+Blue) = 186+97+126=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617E is #459E81. Grayscale: #7E7E7E. Windows color (decimal): -4562562 or 8282554. OLE color: 8282554.

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

Color convert

RGB18697126-
CMYK00.480.320.27
HSL340.45º39.21%55.49%-
HSV(B)340.45º47.85%72.94%-
XYZ28.2920.4922.2-
YUV126.92127.49170.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=45.48%
G=23.72%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869712600.480.320.27340.4539.2155.49
HexBA617E030201B1542737
Octal27214117606040335244767
Binary1011101011000011111110011000010000011011101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA617E; }

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

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

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

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

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

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

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

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