Color #BB797A

HEX

#BB797A

RGB

(187, 121, 122)

Quick Actions

Color Values

Color Space Values
RGB
R: 187, G: 121, B: 122 (73%, 47%, 48%)
CMYK C: 0%, M: 35%, Y: 35%, K: 27%
HSL H: 359°, S: 33%, L: 60%
HSV H: 359°, S: 35%, V: 73%
CIE-LAB L: 57.69, a: 25.94, b: 10.16
CIE-LCH L: 57.69, C: 27.86, H: 21.39
Hunter-Lab L: 50.64, a: 17.97, b: 5.39
Web Safe
#cc6666
Complementary
#79bbb9

#BB797A is a color with RGB values of 187 red, 121 green, and 122 blue (73%, 47%, 48% respectively). In the CMYK color space, it consists of 0% cyan, 35% magenta, 35% yellow, and 27% black. The color has a hue angle of 359°, 33% saturation, and 60% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc6666. The complementary color is #79bbb9, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #BB797A

Explore different variations of #BB797A including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #BB797A. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #BB797A

Explore different color combinations and harmonies that work well with #BB797A.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BB797A

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #BB797A

Text with #BB797A

This text has a font color of #BB797A.

<span style="color:#BB797A;">Text here</span>
.text { color: #BB797A; }

#BB797A background color

This paragraph has a background color of #BB797A.

<p style="background-color:#BB797A;">Content here</p>
.background { background-color: #BB797A; }

#BB797A border color

This element has a border color of #BB797A.
<div style="border:1px solid #BB797A;">Content here</div>
.border { border: 1px solid #BB797A; }

#BB797A box shadow

This element has a box shadow using #BB797A.
<div style="box-shadow: 0 4px 6px -1px #BB797A80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #BB797A80; }
Copied to clipboard!