#BA7583

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

Shades of Tapestry #BA7583

Tints of Tapestry #BA7583

Color information

#BA7583 (or 0xBA7583) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 83. RGB value is (186,117,131). Sum of RGB (Red+Green+Blue) = 186+117+131=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7583 is #458A7C. Grayscale: #8B8B8B. Windows color (decimal): -4557437 or 8615354. OLE color: 8615354.

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

Color convert

RGB186117131-
CMYK00.370.300.27
HSL347.83º33.33%59.41%-
HSV(B)347.83º37.1%72.94%-
XYZ30.7124.824.64-
YUV139.23123.36161.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=42.86%
G=26.96%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713100.370.300.27347.8333.3359.41
HexBA75830251E1B15c213b
Octal27216520304536335344173
Binary1011101011101011000001101001011111011011101011100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7583; }

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

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

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

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

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

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

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

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