#BA7592

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

Shades of Tapestry #BA7592

Tints of Tapestry #BA7592

Color information

#BA7592 (or 0xBA7592) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 92. RGB value is (186,117,146). Sum of RGB (Red+Green+Blue) = 186+117+146=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7592 is #458A6D. Grayscale: #8C8C8C. Windows color (decimal): -4557422 or 9598394. OLE color: 9598394.

HSL color Cylindrical-coordinate representation of color #BA7592: hue angle of 334.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7592 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186117146-
CMYK00.370.220.27
HSL334.78º33.33%59.41%-
HSV(B)334.78º37.1%72.94%-
XYZ31.825.2430.39-
YUV140.94130.86160.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=41.43%
G=26.06%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611714600.370.220.27334.7833.3359.41
HexBA7592025161B14f213b
Octal27216522204526335174173
Binary1011101011101011001001001001011011011011101001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7592; }

 p { color: rgb(186,117,146); }

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

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

 a { background-color: rgb(186,117,146); }

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

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

 span { border-color: rgb(186,117,146); }

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