#BA637F

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

Shades of Tapestry #BA637F

Tints of Tapestry #BA637F

Color information

#BA637F (or 0xBA637F) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 7F. RGB value is (186,99,127). Sum of RGB (Red+Green+Blue) = 186+99+127=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637F is #459C80. Grayscale: #808080. Windows color (decimal): -4562049 or 8348602. OLE color: 8348602.

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

Color convert

RGB18699127-
CMYK00.470.320.27
HSL340.69º38.67%55.88%-
HSV(B)340.69º46.77%72.94%-
XYZ28.5420.922.61-
YUV128.21127.32169.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 127 (50% from 255) = 30.83%
R=45.15%
G=24.03%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912700.470.320.27340.6938.6755.88
HexBA637F02F201B1552738
Octal27214317705740335254770
Binary1011101011000111111111010111110000011011101010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA637F; }

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

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

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

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

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

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

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

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