#BA7283

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

Shades of Tapestry #BA7283

Tints of Tapestry #BA7283

Color information

#BA7283 (or 0xBA7283) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 83. RGB value is (186,114,131). Sum of RGB (Red+Green+Blue) = 186+114+131=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7283 is #458D7C. Grayscale: #898989. Windows color (decimal): -4558205 or 8614586. OLE color: 8614586.

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

Color convert

RGB186114131-
CMYK00.390.300.27
HSL345.83º34.29%58.82%-
HSV(B)345.83º38.71%72.94%-
XYZ30.3624.1124.53-
YUV137.47124.35162.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=43.16%
G=26.45%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611413100.390.300.27345.8334.2958.82
HexBA72830271E1B15a223b
Octal27216220304736335324273
Binary1011101011100101000001101001111111011011101011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7283; }

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

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

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

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

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

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

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

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