#BA617B

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

Shades of Tapestry #BA617B

Tints of Tapestry #BA617B

Color information

#BA617B (or 0xBA617B) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 7B. RGB value is (186,97,123). Sum of RGB (Red+Green+Blue) = 186+97+123=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617B is #459E84. Grayscale: #7E7E7E. Windows color (decimal): -4562565 or 8085946. OLE color: 8085946.

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

Color convert

RGB18697123-
CMYK00.480.340.27
HSL342.47º39.21%55.49%-
HSV(B)342.47º47.85%72.94%-
XYZ28.120.4221.2-
YUV126.58125.99170.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=45.81%
G=23.89%
B=30.30%

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
Decimal1869712300.480.340.27342.4739.2155.49
HexBA617B030221B1562737
Octal27214117306042335264767
Binary1011101011000011111011011000010001011011101010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA617B; }

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

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

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

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

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

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

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

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