#BA737C

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

Shades of Tapestry #BA737C

Tints of Tapestry #BA737C

Color information

#BA737C (or 0xBA737C) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 7C. RGB value is (186,115,124). Sum of RGB (Red+Green+Blue) = 186+115+124=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA737C is #458C83. Grayscale: #898989. Windows color (decimal): -4557956 or 8156090. OLE color: 8156090.

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

Color convert

RGB186115124-
CMYK00.380.330.27
HSL352.39º33.97%59.02%-
HSV(B)352.39º38.17%72.94%-
XYZ30.0224.1622.15-
YUV137.26120.52162.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=43.76%
G=27.06%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611512400.380.330.27352.3933.9759.02
HexBA737C026211B160223b
Octal27216317404641335404273
Binary1011101011100111111100010011010000111011101100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA737C; }

 p { color: rgb(186,115,124); }

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

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

 a { background-color: rgb(186,115,124); }

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

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

 span { border-color: rgb(186,115,124); }

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