#BA617D

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

Shades of Tapestry #BA617D

Tints of Tapestry #BA617D

Color information

#BA617D (or 0xBA617D) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 7D. RGB value is (186,97,125). Sum of RGB (Red+Green+Blue) = 186+97+125=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617D is #459E82. Grayscale: #7E7E7E. Windows color (decimal): -4562563 or 8217018. OLE color: 8217018.

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

Color convert

RGB18697125-
CMYK00.480.330.27
HSL341.12º39.21%55.49%-
HSV(B)341.12º47.85%72.94%-
XYZ28.2320.4721.87-
YUV126.8126.99170.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=45.59%
G=23.77%
B=30.64%

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
Decimal1869712500.480.330.27341.1239.2155.49
HexBA617D030211B1552737
Octal27214117506041335254767
Binary1011101011000011111101011000010000111011101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA617D; }

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

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

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

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

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

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

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

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