#BA717A

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

Shades of Tapestry #BA717A

Tints of Tapestry #BA717A

Color information

#BA717A (or 0xBA717A) is unknown color: approx Tapestry. HEX triplet: BA, 71 and 7A. RGB value is (186,113,122). Sum of RGB (Red+Green+Blue) = 186+113+122=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA717A is #458E85. Grayscale: #878787. Windows color (decimal): -4558470 or 8024506. OLE color: 8024506.

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

Color convert

RGB186113122-
CMYK00.390.340.27
HSL352.6º34.6%58.63%-
HSV(B)352.6º39.25%72.94%-
XYZ29.6723.6521.41-
YUV135.85120.18163.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=44.18%
G=26.84%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611312200.390.340.27352.634.658.63
HexBA717A027221B161233b
Octal27216117204742335414373
Binary1011101011100011111010010011110001011011101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA717A; }

 p { color: rgb(186,113,122); }

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

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

 a { background-color: rgb(186,113,122); }

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

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

 span { border-color: rgb(186,113,122); }

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