#BA6078

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

Shades of Tapestry #BA6078

Tints of Tapestry #BA6078

Color information

#BA6078 (or 0xBA6078) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 78. RGB value is (186,96,120). Sum of RGB (Red+Green+Blue) = 186+96+120=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6078 is #459F87. Grayscale: #7D7D7D. Windows color (decimal): -4562824 or 7889082. OLE color: 7889082.

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

Color convert

RGB18696120-
CMYK00.480.350.27
HSL344º39.47%55.29%-
HSV(B)344º48.39%72.94%-
XYZ27.8220.1620.19-
YUV125.65124.82171.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=46.27%
G=23.88%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869612000.480.350.2734439.4755.29
HexBA6078030231B1582737
Octal27214017006043335304767
Binary1011101011000001111000011000010001111011101011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6078; }

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

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

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

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

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

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

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

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