#BA648A

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

Shades of Tapestry #BA648A

Tints of Tapestry #BA648A

Color information

#BA648A (or 0xBA648A) is unknown color: approx Tapestry. HEX triplet: BA, 64 and 8A. RGB value is (186,100,138). Sum of RGB (Red+Green+Blue) = 186+100+138=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648A is #459B75. Grayscale: #818181. Windows color (decimal): -4561782 or 9069754. OLE color: 9069754.

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

Color convert

RGB186100138-
CMYK00.460.260.27
HSL333.49º38.39%56.08%-
HSV(B)333.49º46.24%72.94%-
XYZ29.3921.3926.62-
YUV130.05132.49167.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=43.87%
G=23.58%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610013800.460.260.27333.4938.3956.08
HexBA648A02E1A1B14d2638
Octal27214421205632335154670
Binary1011101011001001000101001011101101011011101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA648A; }

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

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

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

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

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

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

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

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