#BA767D

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

Shades of Tapestry #BA767D

Tints of Tapestry #BA767D

Color information

#BA767D (or 0xBA767D) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 7D. RGB value is (186,118,125). Sum of RGB (Red+Green+Blue) = 186+118+125=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA767D is #458982. Grayscale: #8B8B8B. Windows color (decimal): -4557187 or 8222394. OLE color: 8222394.

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

Color convert

RGB186118125-
CMYK00.370.330.27
HSL353.82º33.01%59.61%-
HSV(B)353.82º36.56%72.94%-
XYZ30.4324.8822.6-
YUV139.13120.03161.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=43.36%
G=27.51%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611812500.370.330.27353.8233.0159.61
HexBA767D025211B162213c
Octal27216617504541335424174
Binary1011101011101101111101010010110000111011101100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA767D; }

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

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

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

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

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

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

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

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