#BA7A85

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

Shades of Tapestry #BA7A85

Tints of Tapestry #BA7A85

Color information

#BA7A85 (or 0xBA7A85) is unknown color: approx Tapestry. HEX triplet: BA, 7A and 85. RGB value is (186,122,133). Sum of RGB (Red+Green+Blue) = 186+122+133=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A85 is #45857A. Grayscale: #8E8E8E. Windows color (decimal): -4556155 or 8747706. OLE color: 8747706.

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

Color convert

RGB186122133-
CMYK00.340.280.27
HSL349.69º31.68%60.39%-
HSV(B)349.69º34.41%72.94%-
XYZ31.4426.0525.56-
YUV142.39122.7159.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=42.18%
G=27.66%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612213300.340.280.27349.6931.6860.39
HexBA7A850221C1B15e203c
Octal27217220504234335364074
Binary1011101011110101000010101000101110011011101011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A85; }

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

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

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

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

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

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

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

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