#BA6379

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

Shades of Tapestry #BA6379

Tints of Tapestry #BA6379

Color information

#BA6379 (or 0xBA6379) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 79. RGB value is (186,99,121). Sum of RGB (Red+Green+Blue) = 186+99+121=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6379 is #459C86. Grayscale: #7F7F7F. Windows color (decimal): -4562055 or 7955386. OLE color: 7955386.

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

Color convert

RGB18699121-
CMYK00.470.350.27
HSL344.83º38.67%55.88%-
HSV(B)344.83º46.77%72.94%-
XYZ28.1620.7420.61-
YUV127.52124.32169.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=45.81%
G=24.38%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912100.470.350.27344.8338.6755.88
HexBA637902F231B1592738
Octal27214317105743335314770
Binary1011101011000111111001010111110001111011101011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6379; }

 p { color: rgb(186,99,121); }

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

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

 a { background-color: rgb(186,99,121); }

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

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

 span { border-color: rgb(186,99,121); }

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