Rose Gold (#B76E79)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.80:1 — vs black: 5.52:1

Color values

  • HEX #B76E79
  • RGB rgb(183, 110, 121)
  • HSL hsl(351, 33%, 57%)
  • CMYK cmyk( 0, 40, 34, 28 )
  • Websafe #CC6666

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #B76E79 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rose Gold
#B76E79 Base
#6EB7AC
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rose Gold
#B76E79 Base
#B76E9E
#B7886E
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rose Gold
#B76E79 Base
#79B76E
#6E79B7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rose Gold
#B76E79 Base
#6EB788
#6E9EB7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rose Gold
#B76E79 Base
#9EB76E
#6EB7AC
#886EB7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rose Gold
#B76E79 Base
#5E2E36
#914853
#A95460
#C58992
#D0A1A8
#EAD4D7
Shades & Tints

Darker shades and lighter tints of Rose Gold, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#11080A
#351A1E
#592C33
#7C3E47
#A04F5C
Rose Gold #B76E79 Base
#C48891
#D0A1A8
#DDBBC0
#EAD4D8
#F7EEEF
CSS & SCSS Snippets

Ready-to-use code snippets for #B76E79. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #B76E79;
}

/* Text */
.element {
    color: #B76E79;
}

/* Border */
.element {
    border: 1px solid #B76E79;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #B76E79,
        #6EB7AC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #B76E79,
        #6EB7AC
    );
}
SCSS Variable
// SCSS variable
$rose-gold: #B76E79;

// With RGB channels (useful for rgba() usage)
$rose-gold-r: 183;
$rose-gold-g: 110;
$rose-gold-b: 121;

// Usage
.element {
    background-color: $rose-gold;
    color: rgba($rose-gold-r, $rose-gold-g, $rose-gold-b, 0.8);
}
Color Blindness Simulation

How Rose Gold appears to people with different types of color vision deficiency.

Normal Vision #B76E79 How the color appears with full color vision.
Deuteranopia #888877 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #797979 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B66F6F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #838383 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rose Gold ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rose Gold #B76E79 Base
Turkish Rose #B57281 ΔE 2.41
Old Rose #C08081 ΔE 6.21
Deep Puce #A95C68 ΔE 6.33
Copper Penny #AD6F69 ΔE 6.65

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.