#BA767F

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

Shades of Tapestry #BA767F

Tints of Tapestry #BA767F

Color information

#BA767F (or 0xBA767F) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 7F. RGB value is (186,118,127). Sum of RGB (Red+Green+Blue) = 186+118+127=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA767F is #458980. Grayscale: #8B8B8B. Windows color (decimal): -4557185 or 8353466. OLE color: 8353466.

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

Color convert

RGB186118127-
CMYK00.370.320.27
HSL352.06º33.01%59.61%-
HSV(B)352.06º36.56%72.94%-
XYZ30.5624.9323.28-
YUV139.36121.03161.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 127 (50% from 255) = 29.47%
R=43.16%
G=27.38%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611812700.370.320.27352.0633.0159.61
HexBA767F025201B160213c
Octal27216617704540335404174
Binary1011101011101101111111010010110000011011101100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA767F; }

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

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

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

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

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

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

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

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