#BA637D

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

Shades of Tapestry #BA637D

Tints of Tapestry #BA637D

Color information

#BA637D (or 0xBA637D) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 7D. RGB value is (186,99,125). Sum of RGB (Red+Green+Blue) = 186+99+125=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637D is #459C82. Grayscale: #7F7F7F. Windows color (decimal): -4562051 or 8217530. OLE color: 8217530.

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

Color convert

RGB18699125-
CMYK00.470.330.27
HSL342.07º38.67%55.88%-
HSV(B)342.07º46.77%72.94%-
XYZ28.4120.8421.93-
YUV127.98126.32169.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=45.37%
G=24.15%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912500.470.330.27342.0738.6755.88
HexBA637D02F211B1562738
Octal27214317505741335264770
Binary1011101011000111111101010111110000111011101010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA637D; }

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

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

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

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

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

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

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

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