> For the complete documentation index, see [llms.txt](https://trmenu.minelatino.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trmenu.minelatino.com/opciones/rgb.md).

# RGB

Desde que salió Minecraft 1.16 se pueden utilizar colores RGB en formato HEX dentro de Minecraft, a diferencia de los típicos colores de `&`, el RGB requiere de una configuración más compleja.

### Entendimiento básico del RGB

Bien se sabe que al usar los típicos colores los plugins cambian el carácter `&` por el carácter que usa Minecraft por defecto el cual es `§`.

Mientras tanto los colores RGB en formato HEX tienen un método más complicado, por ejemplo el color `#77F023` es cambiado por `§x§7§7§F§0§2§3` el cual es el formato por defecto de Minecraft para los colores RGB.

### Uso correcto del RGB

En TrMenu existen distintas formas de usar RGB dentro de los menús, tomando como base el código de color en formato HEX #RRGGBB se puede colocar dentro de los menús como:

* <#RRGGBB>
* {#RRGGBB}
* \&#RRGGBB
* \#RRGGBB

### Degradado

TrMenu trae la opción de crear un patrón de color degradado, desde un color hacia otro.

* \<gradient:#RRGGBB:#RRGGBB>
* \<g:#RRGGBB:#RRGGBB>

### Arcoíris

En TrMenu se puede crear un patrón de arcoíris.

* \<rainbow>
* \<r>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trmenu.minelatino.com/opciones/rgb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
