thanks for the help all... so far, this is what I am using since I was failing to get the correct name from previous:
Code:
Dim fromTextFile As String = Data(7)
Dim color As String = fromTextFile.Split(New Char() {"[", "]"})(1)
The issue with this code is that I have to turn OFF Option Strict due to the error from brackets [ ]

@bmwpete: When I tested yours, I get a return of "Color [empty]".