#BA6176

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

Shades of Tapestry #BA6176

Tints of Tapestry #BA6176

Color information

#BA6176 (or 0xBA6176) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 76. RGB value is (186,97,118). Sum of RGB (Red+Green+Blue) = 186+97+118=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6176 is #459E89. Grayscale: #7E7E7E. Windows color (decimal): -4562570 or 7758266. OLE color: 7758266.

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

Color convert

RGB18697118-
CMYK00.480.370.27
HSL345.84º39.21%55.49%-
HSV(B)345.84º47.85%72.94%-
XYZ27.7920.319.59-
YUV126123.49170.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=46.38%
G=24.19%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869711800.480.370.27345.8439.2155.49
HexBA6176030251B15a2737
Octal27214116606045335324767
Binary1011101011000011110110011000010010111011101011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6176; }

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

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

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

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

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

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

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

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