#BA6077

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

Shades of Tapestry #BA6077

Tints of Tapestry #BA6077

Color information

#BA6077 (or 0xBA6077) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 77. RGB value is (186,96,119). Sum of RGB (Red+Green+Blue) = 186+96+119=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6077 is #459F88. Grayscale: #7D7D7D. Windows color (decimal): -4562825 or 7823546. OLE color: 7823546.

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

Color convert

RGB18696119-
CMYK00.480.360.27
HSL344.67º39.47%55.29%-
HSV(B)344.67º48.39%72.94%-
XYZ27.7620.1419.88-
YUV125.53124.32171.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=46.38%
G=23.94%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869611900.480.360.27344.6739.4755.29
HexBA6077030241B1592737
Octal27214016706044335314767
Binary1011101011000001110111011000010010011011101011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6077; }

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

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

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

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

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

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

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

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