#BA637A

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

Shades of Tapestry #BA637A

Tints of Tapestry #BA637A

Color information

#BA637A (or 0xBA637A) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 7A. RGB value is (186,99,122). Sum of RGB (Red+Green+Blue) = 186+99+122=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637A is #459C85. Grayscale: #7F7F7F. Windows color (decimal): -4562054 or 8020922. OLE color: 8020922.

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

Color convert

RGB18699122-
CMYK00.470.340.27
HSL344.14º38.67%55.88%-
HSV(B)344.14º46.77%72.94%-
XYZ28.2220.7720.93-
YUV127.64124.82169.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=45.70%
G=24.32%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912200.470.340.27344.1438.6755.88
HexBA637A02F221B1582738
Octal27214317205742335304770
Binary1011101011000111111010010111110001011011101011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA637A; }

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

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

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

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

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

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

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

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