#BA6378

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

Shades of Tapestry #BA6378

Tints of Tapestry #BA6378

Color information

#BA6378 (or 0xBA6378) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 78. RGB value is (186,99,120). Sum of RGB (Red+Green+Blue) = 186+99+120=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6378 is #459C87. Grayscale: #7F7F7F. Windows color (decimal): -4562056 or 7889850. OLE color: 7889850.

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

Color convert

RGB18699120-
CMYK00.470.350.27
HSL345.52º38.67%55.88%-
HSV(B)345.52º46.77%72.94%-
XYZ28.120.7220.29-
YUV127.41123.82169.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=45.93%
G=24.44%
B=29.63%

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
Decimal1869912000.470.350.27345.5238.6755.88
HexBA637802F231B15a2738
Octal27214317005743335324770
Binary1011101011000111111000010111110001111011101011010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6378; }

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

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

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

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

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

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

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

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