#BA5F7A

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

Shades of Tapestry #BA5F7A

Tints of Tapestry #BA5F7A

Color information

#BA5F7A (or 0xBA5F7A) is unknown color: approx Tapestry. HEX triplet: BA, 5F and 7A. RGB value is (186,95,122). Sum of RGB (Red+Green+Blue) = 186+95+122=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F7A is #45A085. Grayscale: #7D7D7D. Windows color (decimal): -4563078 or 8019898. OLE color: 8019898.

HSL color Cylindrical-coordinate representation of color #BA5F7A: hue angle of 342.2º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5F7A is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18695122-
CMYK00.490.340.27
HSL342.2º39.74%55.1%-
HSV(B)342.2º48.92%72.94%-
XYZ27.8520.0320.81-
YUV125.29126.15171.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=46.15%
G=23.57%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869512200.490.340.27342.239.7455.1
HexBA5F7A031221B1562837
Octal27213717206142335265067
Binary1011101010111111111010011000110001011011101010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F7A; }

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

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

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

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

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

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

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

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