#BA748A

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

Shades of Tapestry #BA748A

Tints of Tapestry #BA748A

Color information

#BA748A (or 0xBA748A) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 8A. RGB value is (186,116,138). Sum of RGB (Red+Green+Blue) = 186+116+138=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748A is #458B75. Grayscale: #8B8B8B. Windows color (decimal): -4557686 or 9073850. OLE color: 9073850.

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

Color convert

RGB186116138-
CMYK00.380.260.27
HSL341.14º33.65%59.22%-
HSV(B)341.14º37.63%72.94%-
XYZ31.0824.7627.19-
YUV139.44127.19161.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=42.27%
G=26.36%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611613800.380.260.27341.1433.6559.22
HexBA748A0261A1B155223b
Octal27216421204632335254273
Binary1011101011101001000101001001101101011011101010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA748A; }

 p { color: rgb(186,116,138); }

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

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

 a { background-color: rgb(186,116,138); }

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

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

 span { border-color: rgb(186,116,138); }

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