ADD ANYTHING HERE OR JUST REMOVE IT…
Insideast Europe
Login / Register
Sign inCreate an Account

Lost your password?

Search
Wishlist
0 items €0.00
Menu
Insideast Europe
0 items €0.00
  • Home
  • Shop All
  • Lighting
  • Sinks
  • Faucets
  • Hardware
  • Showers
  • Blog
  • Contact
Click to enlarge
Home Towel Holders Unlacquered Brass Engraved Towel Hanger, Bathroom Wall Mounted Towel Ring
Unlacquered Brass Arched Bridge Faucet, 2-Hole Kitchen Faucet, Gooseneck Sink Faucet
Unlacquered Brass Arched Bridge Faucet, 2-Hole Kitchen Faucet, Gooseneck Sink Faucet €364.58
Back to products
Solid Brass 2-Outlet Shower System,  Ceiling Rainfall Shower With Tub Filler
Solid Brass 2-Outlet Shower System, Ceiling Rainfall Shower With Tub Filler €539.11

Unlacquered Brass Engraved Towel Hanger, Bathroom Wall Mounted Towel Ring

€61.33

Add to wishlist
SKU: EU-IA-041-03-018-00-23 Category: Towel Holders
Share:
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

:root {
–font-display: “Instrument Sans”, Helvetica, Arial, sans-serif;
–font-body: Helvetica, Arial, sans-serif;
–brass: #C8922A;
–brass-light: #F5E6C8;
–brass-dark: #9A6E1C;
–stone: #F7F4EF;
–stone-dark: #EDE8E0;
–text-primary: #1C1A17;
–text-muted: #6B6560;
–text-light: #9A948D;
–border-light: rgba(0,0,0,0.08);
–white: #FFFFFF;
–space-xs: 8px;
–space-sm: 16px;
–space-md: 24px;
–space-lg: 40px;
–space-xl: 64px;
–max-width: 900px;
–radius-sm: 4px;
–radius-md: 8px;
–radius-pill: 100px;
}

.ie-page { max-width: var(–max-width); margin: 0 auto; padding: 0 var(–space-sm); }
.ie-section { padding: var(–space-xl) 0; border-bottom: 1px solid var(–border-light); }
.ie-section:last-child { border-bottom: none; }

.ie-eyebrow {
font-family: var(–font-body);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(–brass);
}
.ie-h2 {
font-family: var(–font-display);
font-size: clamp(24px, 4vw, 36px);
font-weight: 700;
line-height: 1.2;
color: var(–text-primary);
margin: 0 0 var(–space-sm);
}
.ie-h3 {
font-family: var(–font-display);
font-size: clamp(18px, 2.5vw, 22px);
font-weight: 600;
color: var(–text-primary);
margin: 0 0 var(–space-xs);
}
.ie-body { font-family: var(–font-body); font-size: 15px; line-height: 1.75; color: var(–text-muted); }

@keyframes ie-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.ie-section { animation: ie-fade-up 0.6s ease both; }

.ie-hero-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(–radius-md); display: block; }
.ie-badges { display: flex; flex-wrap: wrap; gap: var(–space-sm); justify-content: center; margin: var(–space-md) 0; }
.ie-badge {
font-family: var(–font-body);
font-size: 12px;
font-weight: 500;
color: var(–text-muted);
padding: 6px 14px;
border: 1px solid var(–border-light);
border-radius: var(–radius-pill);
background: var(–white);
}

.ie-btn {
display: inline-block;
background: var(–brass);
color: var(–white);
font-family: var(–font-body);
font-size: 15px;
font-weight: 600;
padding: 14px 32px;
border-radius: var(–radius-md);
text-decoration: none;
border: none;
transition: background-color 0.18s ease, transform 0.12s ease;
}
.ie-btn:hover { background-color: var(–brass-dark); transform: translateY(-1px); }
.ie-btn-full { width: 100%; text-align: center; display: block; box-sizing: border-box; }

.ie-split { display: grid; grid-template-columns: 5fr 7fr; gap: var(–space-lg); align-items: center; }
.ie-split img { width: 100%; border-radius: var(–radius-md); display: block; }
@media (max-width: 768px) { .ie-split { grid-template-columns: 1fr; } }

.ie-feature-list { list-style: none; margin: var(–space-sm) 0 0; padding: 0; }
.ie-feature-list li { padding: 6px 0; font-size: 14px; color: var(–text-primary); }
.ie-feature-list li::before { content: “✔”; color: var(–brass); font-weight: 700; margin-right: 8px; }

.ie-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(–space-lg); align-items: start; }
.ie-specs-grid img { width: 100%; border-radius: var(–radius-md); display: block; border: 1px solid var(–border-light); }
@media (max-width: 768px) { .ie-specs-grid { grid-template-columns: 1fr; } }

.ie-specs-table { width: 100%; border-collapse: collapse; }
.ie-specs-table tr { border-bottom: 1px solid var(–border-light); }
.ie-specs-table td { padding: 12px 0; font-size: 14px; }
.ie-specs-table td:first-child { width: 42%; color: var(–text-muted); font-weight: 500; padding-right: var(–space-sm); }

.ie-faq-item summary { cursor: pointer; list-style: none; padding: var(–space-sm) 0; font-size: 15px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.ie-faq-item summary::after { content: ‘+’; color: var(–brass); font-size: 20px; }
.ie-faq-item[open] summary::after { content: ‘2212’; }
.ie-faq-answer p { font-size: 14px; line-height: 1.75; color: var(–text-muted); padding-bottom: var(–space-sm); }

.ie-final-cta { background: var(–stone); text-align: center; border-radius: var(–radius-md); }

Solid Brass • Handcrafted in Morocco

The Towel Ring That Only Gets Better With Age

Hand engraved solid brass, finished with a living unlacquered patina. Handcrafted to order • Free delivery

Unlacquered solid brass hand engraved towel ring, wall mounted bathroom hardware

Handcrafted to Order
5-Year Warranty
Free Shipping
30-Day Returns
Add to Cart →


Close up of hand engraved solid brass towel ring detail

Solid Brass, Hand Engraved

This towel ring arrives in unlacquered brass, polished at first and naturally developing a unique patina over time, a living finish that grows more beautiful with use. We use high-quality brass, never cheap recycled brass with high levels of toxic materials, because what’s in your bathroom matters. Every ring is hand finished by our team of over 30 skilled craftsmen and workers, who bring the same attention to detail to every piece that leaves the workshop.

  • 100% solid brass construction
  • Unlacquered living finish, develops natural patina
  • Hand engraved detail
  • High-quality, health-conscious brass, no cheap recycled material
  • Handcrafted by our team of 30+ skilled artisans

Unlacquered brass hand engraved towel ring installed in bathroom

Engineered to Last Generations

Material Solid Brass
Finish Unlacquered Brass
Physical Finish Engraved
Installation Type Wall-Mounted
Ring Outer Diameter 6.90″
Ring Opening Diameter 6.11″
Wall Plate Width 2.00″
Projection from Wall 1.97″
Overall Height 2.41″
Package Includes 2 anchors, 1 towel ring, 2 mounting screws
Return Policy 30-Day Return
Size & Installation Guide View Guide →

Technical specification sheet, unlacquered brass engraved towel ring dimensions

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

Yes. Cheaper towel rings are usually brass plated zinc, or made with recycled brass that can carry high levels of toxic materials. This is high-quality solid brass, hand engraved and hand finished, so the finish is the material itself, not a coating that can wear off.

How does the unlacquered brass patina develop?

Over weeks and months of normal handling and air exposure, the surface will gradually darken and develop warm tones. It’s a natural process, not a flaw.

What size opening does the ring have?

The ring has a 6.11″ inner opening and a 6.90″ outer diameter. Full dimensions and installation details are in the size and installation guide above.

What’s included in the package?

The ring ships with 2 wall anchors and 2 mounting screws, carefully packed and shipped via express delivery.

What if I’m not satisfied?

You have 30 days to return it for a refund if it’s not right for you, as long as it’s unused and in its original packaging.

Ready to Upgrade Your Wall Hardware?

Join homeowners who chose solid brass that lasts.

Add to Cart →

Handcrafted to Order
5-Year Warranty
30-Day Returns

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Unlacquered Brass Engraved Towel Hanger, Bathroom Wall Mounted Towel Ring” Cancel reply

Your email address will not be published. Required fields are marked *

Your review is being submitted. Please wait a moment

Good quality.The product is firmly packed.Good service.Very well worth the money.Very fast delivery.

Shipping & Delivery

Related products

Compare

Brass Towel Holder, Towel Hanger, Wall Mount Towel Hook, Unlacquered Brass

Towel Holders
€82.09
:root { –font-display: “Instrument Sans”, Helvetica, Arial, sans-serif; –font-body: Helvetica, Arial, sans-serif; –brass: #C8922A; –brass-light: #F5E6C8; –brass-dark: #9A6E1C; –stone: #F7F4EF;
Add to cart
Quick view
Compare

Brass Towel Ring – Bathroom Towel Holder

Towel Holders
€60.19
Unlacquered brass finish. The initial appearance of brass will mature over time to develop a patina for the lovers of
Add to cart
Quick view
Compare

Unfinished Brass Towel Bar Holder | Bathroom Towel Hanger

Towel Holders
€152.12
Solid Cast Brass Construction → Expertly handcrafted from solid brass with a heavy, robust feel. Unlike standard hollow tubing, this
Add to cart
Quick view
Compare

Unlacquered Brass Bathroom Towel Holder, Wall Mount Brass Towel Holder, Hand Etched Towel Ring

Towel Holders
€71.33
Solid Brass Construction → Crafted from high-quality, unlacquered solid brass, an enduring material that adds both strength and elegance to
Add to cart
Quick view
Compare

Unlacquered Brass Towel Holder, Wall-Mounted Bathroom Towel Ring

Towel Holders
€112.45
100% Solid Brass Construction → Made from durable, high-quality solid brass, an elegant and lasting investment for your home. Natural
Select options
Quick view
Compare

Unlacquered Brass Towel Organizer | Towel Rail

Towel Holders
€589.43
Solid Brass Construction → Handcrafted from high-quality solid brass, ensuring robust durability and longevity. Unlike plated alternatives, this heavy-duty solid
Add to cart
Quick view
Compare

Unlacquered Brass Wall-Mounted Towel Ring Holder, Face Towel Hanger

Towel Holders
€85.10
Solid Brass Construction → Made from high-quality, non-recycled brass for long-lasting durability and a premium feel. Unlacquered Brass Finish →
Add to cart
Quick view
Compare

Vintage Brass Towel Holder, Towel Ring Hanger, Wall Mount Bathroom Ring Holder, Hand Engraved Ring For Towels

Towel Holders
€74.69
  Keep your towels neatly organized with this Vintage Brass Wall-Mounted Towel Ring, thoughtfully designed for both durability and timeless appeal.
Add to cart
Quick view
    Insideast Europe

    Moroccan handcrafted brass & copper for the modern European home. Each piece made by master artisans.

    ✉ hello@insideast.com
    🆕 Ships to all EU countries

    Based on WoodMart theme 2026 WooCommerce Themes.
    payments
    • Menu
    • Categories
    Set your categories menu in Header builder -> Mobile -> Mobile menu element -> Show/Hide -> Choose menu
    • Home
    • Shop All
    • Lighting
    • Sinks
    • Faucets
    • Hardware
    • Showers
    • Blog
    • Contact
    • Wishlist
    • Login / Register
    Shopping cart
    Close
    Start typing to see posts you are looking for.
    en_USEnglish
    en_USEnglish
    5
    Rated 5 out of 5
    0%
    4
    Rated 4 out of 5
    0%
    3
    Rated 3 out of 5
    0%
    2
    Rated 2 out of 5
    0%
    1
    Rated 1 out of 5
    0%
    With images (0) Verified (0)
    4 stars (0)
    • All stars (0)
    • 5 stars(0)
    • 4 stars(0)
    • 3 stars(0)
    • 2 stars(0)
    • 1 star(0)
    Shop
    Wishlist
    0 items Cart
    My account