#BA6D90

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

Shades of Tapestry #BA6D90

Tints of Tapestry #BA6D90

Color information

#BA6D90 (or 0xBA6D90) is unknown color: approx Tapestry. HEX triplet: BA, 6D and 90. RGB value is (186,109,144). Sum of RGB (Red+Green+Blue) = 186+109+144=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D90 is #45926F. Grayscale: #878787. Windows color (decimal): -4559472 or 9465274. OLE color: 9465274.

HSL color Cylindrical-coordinate representation of color #BA6D90: hue angle of 332.73º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D90 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186109144-
CMYK00.410.230.27
HSL332.73º35.81%57.84%-
HSV(B)332.73º41.4%72.94%-
XYZ30.7523.3929.28-
YUV136.01132.51163.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=42.37%
G=24.83%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610914400.410.230.27332.7335.8157.84
HexBA6D90029171B14d243a
Octal27215522005127335154472
Binary1011101011011011001000001010011011111011101001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D90; }

 p { color: rgb(186,109,144); }

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

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

 a { background-color: rgb(186,109,144); }

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

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

 span { border-color: rgb(186,109,144); }

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