#BA648B

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

Shades of Tapestry #BA648B

Tints of Tapestry #BA648B

Color information

#BA648B (or 0xBA648B) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 8B. RGB value is (186,100,139). Sum of RGB (Red+Green+Blue) = 186+100+139=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648B is #459B74. Grayscale: #828282. Windows color (decimal): -4561781 or 9135290. OLE color: 9135290.

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

Color convert

RGB186100139-
CMYK00.460.250.27
HSL332.79º38.39%56.08%-
HSV(B)332.79º46.24%72.94%-
XYZ29.4721.4227.01-
YUV130.16132.99167.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=43.76%
G=23.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610013900.460.250.27332.7938.3956.08
HexBA648B02E191B14d2638
Octal27214421305631335154670
Binary1011101011001001000101101011101100111011101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA648B; }

 p { color: rgb(186,100,139); }

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

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

 a { background-color: rgb(186,100,139); }

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

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

 span { border-color: rgb(186,100,139); }

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