Makala Baritone Ukulele

Model: MK-B SKU: MKB2105

$125

The Makala Classic line is simply the best entry-level ukulele on the market. Sound and playability usually suffer when offered at these affordable prices, but not with the Makala. With a fantastic sound and vintage look, the Makala Classic line won’t break the bank.

Bag and Case Information

Fits ALL Kala BARITONE bags and cases

Specs
Size: Baritone
Top: Mahogany
Back & Sides: Mahogany
Binding: N/A
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Plastic
Truss Rod: Yes
Strings: Aquila Super Nylgut®
Electronics: N/A
Strap Button: Black x1
Measurements

Scale Length: 20.0625 inches, Overall Instrument Length: 30.25 inches, Body Length: 13.875 inches, Number of Frets: 18, Width at Upper Bout: 7.6875 inches, Width at Lower Bout: 10.1875 inches, Width at Waist: 6.5625 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.5 inches, Fingerboard width at neck/body joint: 1.875 inches

See More From This Collection
4.9
Rated 4.9 out of 5 stars
Based on 32 reviews
Total 5 star reviews: 29 Total 4 star reviews: 3 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
32 reviews
  • AR Profile picture for Anna R.
    Anna R.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    8 months ago
    Love My Baritone Ukulele!

    Rich, glorious sound, comfortable in the hands, relatively as light as a feather in my arms.

    Looking forward to my next Kala acquisition-probably a tenor ukulele.

  • CC Profile picture for Charles C.google logo
    Charles C.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    New To Playing a Ukulele

    I bought my Makala last Sept 2022, and I have enjoyed every minute of learning how to play. I bought the Baratone because the deep mellow sound. Highly recommended!

  • JY Profile picture for Jule Y.google logo
    Jule Y.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Response to review

    I love it

  • TR
    Tod R.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    Excellent quality!

    This baritone ukulele is amazing! I own several Makala ukuleles and they are all exceptional. The attached picture is a baritone and a tenor. Kala customer service is also outstanding. I give my highest recommendations for this product and the company.

  • BR
    Benton R O.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 month ago
    Fantastic bare bones uke.

    Nothing fancy. Just a great sounding instrument. Perfect for someone wanting to try a baritone uke for the first time or for a guitarist who wants a smaller instrument to play around with.

    Intonation is good and tone and resonance are excellent.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();