#BA658B

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

Shades of Tapestry #BA658B

Tints of Tapestry #BA658B

Color information

#BA658B (or 0xBA658B) is unknown color: approx Tapestry. HEX triplet: BA, 65 and 8B. RGB value is (186,101,139). Sum of RGB (Red+Green+Blue) = 186+101+139=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA658B is #459A74. Grayscale: #828282. Windows color (decimal): -4561525 or 9135546. OLE color: 9135546.

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

Color convert

RGB186101139-
CMYK00.460.250.27
HSL333.18º38.12%56.27%-
HSV(B)333.18º45.7%72.94%-
XYZ29.5621.6127.04-
YUV130.75132.66167.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=43.66%
G=23.71%
B=32.63%

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
Decimal18610113900.460.250.27333.1838.1256.27
HexBA658B02E191B14d2638
Octal27214521305631335154670
Binary1011101011001011000101101011101100111011101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA658B; }

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

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

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

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

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

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

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

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