Rosy Brown color: hex #bc8f8f, RGB and HSL
Rosy Brown is the CSS keyword rosybrown, hex #bc8f8f, rgb(188, 143, 143), hsl(0, 25%, 65%). It is a medium, soft red in the browns family. Below: the colors that go with it, its tints and shades, how it reads as text, and a complete interface palette built from it.
- CSS name
- rosybrown
- Hex
- #bc8f8f
- RGB
- rgb(188, 143, 143)
- HSL
- hsl(0, 25%, 65%)
- On white
- 2.81:1 — fails AA; use as a fill, not text
- On black
- 7.46:1 — passes AA for body text
.example {
color: rosybrown; /* keyword */
color: #bc8f8f; /* hex */
color: rgb(188, 143, 143); /* rgb */
color: hsl(0, 25%, 65%); /* hsl */
}What colors go with rosy brown
Each match keeps rosy brown's saturation and lightness and rotates only the hue, so the relationship is the wheel's and nothing else. Any of these can be an accent beside rosy brown as the primary; the harmony guides explain which rule suits which interface.
Complementary
The opposite hue, 180° away — the strongest contrast, best kept to one accent per screen.
Split-complementary
The two neighbors of the complement, at 150° and 210° — most of the contrast with less tension, and two accents instead of one.
Triadic
Two hues at 120° and 240° — three evenly spaced signals, the scheme charts and category colors want.
Analogous
The neighbors at −30° and +30° — calm and cohesive, with emphasis coming from weight and size rather than hue.
Tints and shades of rosy brown
Tints add lightness toward white; shades remove it toward black. The hue and saturation stay fixed, so every step still reads as rosy brown — these are the hover, pressed, disabled and surface variants a single brand color needs.
Tints (lighter)
Shades (darker)
A UI color palette built from rosy brown
The eight semantic roles an interface actually uses, derived from rosy brown as the primary with the split-complementary rule: secondary and accent rotate around the wheel, and the five neutrals take the hue at lightness steps tuned for light and dark mode. This is the same derivation the palette generator runs — open it there to change the rule, drag the anchors, or export the set as CSS variables.
- primary
- #bc8f8f
- secondary
- #8fbca6
- accent
- #8fa6bc
- background
- #fdfcfc
- surface
- #f6f4f4
- text
- #1d1616
- muted
- #7e6767
- border
- #e8e3e3
- primary
- #bc8f8f
- secondary
- #8fbca6
- accent
- #8fa6bc
- background
- #171212
- surface
- #221b1b
- text
- #f6f4f4
- muted
- #ac9f9f
- border
- #3f3131
Using rosy brown in an interface
Browns are muted oranges, and they behave like neutrals with warmth: the light ones make paper-like page backgrounds, the mid tones make borders and muted text, and the dark ones can carry body text. Brands that want to feel crafted or organic lean on this family. Whichever role rosy brown takes, define it once as a token rather than repeating the keyword: the semantic palette guide covers the eight roles, and the guides to complementary, triadic and the other color schemes explain how to weight the matches above.
- What is the hex code for Rosy Brown?
- Rosy Brown is #bc8f8f. In CSS the keyword rosybrown, the hex #bc8f8f, rgb(188, 143, 143) and hsl(0, 25%, 65%) all paint the same color.
- What colors go with Rosy Brown?
- Its complement is #8fbcbc, the split-complementary pair is #8fbca6 and #8fa6bc, the triadic partners are #8fbc8f and #8f8fbc, and the analogous neighbors are #bc8fa6 and #bca68f. In an interface, use Rosy Brown for most colored elements and one of these for a single accent, at roughly an 80/20 split.
- What is the opposite of Rosy Brown on the color wheel?
- The opposite (complementary) color is #8fbcbc, the same saturation and lightness rotated 180° around the HSL wheel. Complementary pairs give the strongest contrast, which is why the complement should be used sparingly rather than at equal weight.
- Can I use Rosy Brown for text?
- Rosy Brown as text on white has a contrast ratio of 2.81:1, which fails WCAG AA for body text (4.5:1) and for large text (3:1). On black it is 7.46:1, which passes for body text. Use it as text on dark surfaces, or as a fill with dark text on top.