#BA737A

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

Shades of Tapestry #BA737A

Tints of Tapestry #BA737A

Color information

#BA737A (or 0xBA737A) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 7A. RGB value is (186,115,122). Sum of RGB (Red+Green+Blue) = 186+115+122=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA737A is #458C85. Grayscale: #898989. Windows color (decimal): -4557958 or 8025018. OLE color: 8025018.

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

Color convert

RGB186115122-
CMYK00.380.340.27
HSL354.08º33.97%59.02%-
HSV(B)354.08º38.17%72.94%-
XYZ29.8924.1121.49-
YUV137.03119.52162.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=43.97%
G=27.19%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611512200.380.340.27354.0833.9759.02
HexBA737A026221B162223b
Octal27216317204642335424273
Binary1011101011100111111010010011010001011011101100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA737A; }

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

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

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

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

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

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

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

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