#BA6177

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

Shades of Tapestry #BA6177

Tints of Tapestry #BA6177

Color information

#BA6177 (or 0xBA6177) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 77. RGB value is (186,97,119). Sum of RGB (Red+Green+Blue) = 186+97+119=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6177 is #459E88. Grayscale: #7E7E7E. Windows color (decimal): -4562569 or 7823802. OLE color: 7823802.

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

Color convert

RGB18697119-
CMYK00.480.360.27
HSL345.17º39.21%55.49%-
HSV(B)345.17º47.85%72.94%-
XYZ27.8520.3219.91-
YUV126.12123.99170.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=46.27%
G=24.13%
B=29.60%

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
Decimal1869711900.480.360.27345.1739.2155.49
HexBA6177030241B1592737
Octal27214116706044335314767
Binary1011101011000011110111011000010010011011101011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6177; }

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

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

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

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

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

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

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

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