> For the complete documentation index, see [llms.txt](https://bases.agency19.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bases.agency19.net/teoria-del-color.md).

# Teoría del color

Esta teoría te puede ayudar en diferentes ocasiones, cómo escoger tonos para un diseño o mezclar perfectamente lo que te vas poner. Al aprender un poco sobre ella empezarás a ver el color de una forma distinta.

**Ver video:**

{% embed url="<https://www.youtube.com/watch?v=cGglJKvpCEs>" %}

### El círculo cromático&#x20;

Empecemos por lo más básico. Los colores primarios son el azul, el rojo y el amarillo; los colores secundarios , el anaranjado, el verde y el morado.

La mezcla del rojo y el amarillo crea el naranja; la del amarillo y el azul, verde; o la de azul y el rojo, morado.

Si mezclamos estos colores, obtenemos aún más tonos, como el rojo anaranjado y el verde lima.

En conjunto, todos los colores de los que hablamos anteriormente conforman el **círculo cromático** o **rueda del color**.&#x20;

![Círculo Cromático ](/files/-Llc4S7Pwh7NVaoRDKh3)

#### Elementos del color.

* **Tonalidad**: es la más fácil entre todas. Básicamente, es sinónimo de color.
* **Saturación**: se refiere a la intensidad, es decir, si el color es más sutil o más fuerte.
* **Brillo**: te indica si el color es oscuro o claro, en un rango de negro a blanco. Esto te da muchas opciones, por ejemplo, puedes pasar de un rojizo opaco profundo a un rosado pastel.

![Los 3 elementos del color](/files/-Llc4svQrRLNR3OVreWx)


---

# 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, and the optional `goal` query parameter:

```
GET https://bases.agency19.net/teoria-del-color.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
