#BA6278

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

Shades of Tapestry #BA6278

Tints of Tapestry #BA6278

Color information

#BA6278 (or 0xBA6278) is unknown color: approx Tapestry. HEX triplet: BA, 62 and 78. RGB value is (186,98,120). Sum of RGB (Red+Green+Blue) = 186+98+120=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6278 is #459D87. Grayscale: #7E7E7E. Windows color (decimal): -4562312 or 7889594. OLE color: 7889594.

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

Color convert

RGB18698120-
CMYK00.470.350.27
HSL345º38.94%55.69%-
HSV(B)345º47.31%72.94%-
XYZ28.0120.5320.26-
YUV126.82124.15170.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=46.04%
G=24.26%
B=29.70%

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
Decimal1869812000.470.350.2734538.9455.69
HexBA627802F231B1592738
Octal27214217005743335314770
Binary1011101011000101111000010111110001111011101011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6278; }

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

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

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

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

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

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

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

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