Kershaw Ken Onion Baby Boa Folding Knife with Speed Safe
From Kershaw
List Price: $74.99
Price: $42.81 & eligible for FREE Super Saver Shipping on orders over $25. Details
When you are ready to purchase an item, please add the item to your Shopping Cart. You will be transferred directly to Amazon’s secure checkout area.
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com
11 new or used available from $42.81
Average customer review: ![]()
Product Description
Constructed of 440A stainless steel, Kershaw’s Ken Onion Baby Boa folding knife features a two-inch blade and a anodized aluminum handle. Kershaw’s assisted opening system, SpeedSafe, assists the user to smoothly open the knife with a manual push on the blade’s thumb stud or Index-Open system. SpeedSafe’s torsion bar helps keep the knife closed, preventing it from being opened by accident. In order to open the knife, the user must apply manual pressure to the thumb stud to overcome the resistance of the torsion bar. After the blade is out of the handle, the torsion bar moves along its track and takes over. The blade opens smoothly and locks into position, ready for use. Measuring 2-3/4 inches long when closed and weighing just 1.7 ounces, this versatile knife includes a limited lifetime warranty.
About Kershaw Knives
Since the company’s founding in 1974, Kershaw Knives has been dedicated to quality that has led to a worldwide reputation for performance and innovation in tools and knives. From state-of-the-art manufacturing to advanced materials, customers rely on Kershaw for products that provide “technology with an edge.” Today, Kershaw is a wholly owned subsidiary of Kai Corporation–for over 90 years. Japan’s premier blade producer. Kai’s innovative approach to product development has resulted in over 10,000 superior products.
addHandlers();
function addHandlers() { if (goVariationSet == null || AJSEventHandler == null || VariationSetEvent == null) { return; }
goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER, new AJSEventHandler(null, notAvailableHover_handle)); goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED, new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle)); goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, new AJSEventHandler(updatePrice_init, updatePrice_handle)); goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, new AJSEventHandler(updateAvail_init, updateAvail_handle)); goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, new AJSEventHandler(null, updateOfferId_handle)); goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle)); goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED, new AJSEventHandler(updateImage_init, updateImage_handle));
var buybtn = document.getElementById('buybutton'); var form = document.buybox;
if (buybtn != null && form != null) { if (document.body.addEventListener) { buybtn.addEventListener('mouseover', buyButtonMouseover, false); buybtn.addEventListener('mouseout', buyButtonMouseout, false); form.addEventListener('submit', cartSubmit, false); } else { buybtn.attachEvent('onmouseover', buyButtonMouseover); buybtn.attachEvent('onmouseout', buyButtonMouseout); form.attachEvent('onsubmit', cartSubmit); } }
}
function updateDimensionText_init() { var spans = document.getElementsByTagName("span"); for (var i = 0; i < spans.length; i++) { if (spans[i].className == “dimensionSelectorLabel”) { spans[i].innerHTML = AJSStrings.get(”choose one”); } } }
function updateDimensionText_handle(event) { if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;
var dn = event.dimensionName; var element = document.getElementById(’dimensionSelectorLabel_’ + dn); if (element) { var value = event.dimensionValue; if (value == null) { value = AJSStrings.get(”choose one”); } element.innerHTML = value; } }
function notAvailableHover_handle(event) { if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER || goVariationSet == null) return;
var div = document.getElementById(’variationNotAvailable’); if (div == null) return;
var dn = event.dimensionName; var dv = event.dimensionValue;
if (dn == null && dv == null) { div.style.display = ‘none’; } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) { var dims = goVariationSet.getAllConstraints(); dims[dn] = dv; var out = AJSStrings.get(”Not available in”) + ‘<br\/>’; for (var d in dims) { out += AJSStrings.getFallback(d) + ‘: <span class=”notAvailHighlight”>’ + dims[d] + “<\/span><br\/>”; } var img = document.getElementById(’detailProductImage’); var width = (img == null) ? 180 : img.width + 10;
div.style.width = width; div.innerHTML = out; div.style.display = ‘block’; } }
function updatePrice_init() { var offerPrice = document.getElementById(’detailOfferPrice’); var listPrice = document.getElementById(’detailListPrice’); if (offerPrice == null) return;
this.defaultPrice = offerPrice.innerHTML; if (listPrice != null) { this.defaultListPrice = listPrice.innerHTML; } }
function updatePrice_handle(event) { if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
var offerPrice = document.getElementById(’detailOfferPrice’); var listPrice = document.getElementById(’detailListPrice’); if (offerPrice == null) return;
var variation = event.variation; if (variation != null) { if (variation.attrs.Price) { offerPrice.innerHTML = variation.attrs.Price; } if (listPrice != null && variation.attrs.ListPrice && (variation.attrs.ListPriceAmount > variation.attrs.PriceAmount)) { listPrice.innerHTML = variation.attrs.ListPrice; } } else { offerPrice.innerHTML = this.defaultPrice; if (listPrice != null) { listPrice.innerHTML = this.defaultListPrice; } } }
function updateAvail_init() { var element = document.getElementById(’dimSelectAvailability’); if (element == null) return;
this.defaultAvailability = element.innerHTML; }
function updateAvail_handle(event) { if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
var element = document.getElementById(’dimSelectAvailability’); if (element == null) return;
var variation = event.variation; if (variation != null) { var text = “”; if (variation.attrs.Availability) { text = variation.attrs.Availability; } if (variation.attrs.MerchantName) { if (text != “” && !text.match(/\.\s*$/)) { text += ‘.’; } text += ” ” + AJSStrings.get(’Ships from sold by’) + ” ” + variation.attrs.MerchantName; } element.innerHTML = text; } else if (this.defaultAvailability != null) { element.innerHTML = this.defaultAvailability; } }
function updateOfferId_handle(event) { if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;
var form = document.buybox; if (form == null || form.dynASIN == null || form.dynOfferId == null) return;
var variation = event.variation; if (variation != null && variation.attrs.OfferListingId != null && variation.attrs.Asin != null) { form.dynASIN.value = variation.attrs.Asin; form.dynOfferId.value = variation.attrs.OfferListingId; } else { form.dynASIN.value = ”; form.dynOfferId.value = ”; } }
function updateBuyButton_init() { var element = document.getElementById(’buybutton’); if (element == null) return; element.style.cursor = “not-allowed”; }
function updateBuyButton_handle(event) { if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return; var element = document.getElementById(’buybutton’); if (element == null) return;
if (event.variation == null) { element.style.cursor = “not-allowed”; } else { element.style.cursor = “pointer”; } }
function buyButtonMouseover(event) { if (goVariationSet == null) return;
if (goVariationSet.selectedVariation == null) { var div = document.getElementById(’chooseVariationBFCartAdd’); if (div != null) { div.style.display = ‘block’; } } }
function buyButtonMouseout(event) { var target = (event.target) ? event.target : event.srcElement; var div = document.getElementById(’chooseVariationBFCartAdd’); if (div != null) { div.style.display = ‘none’; } }
function cartSubmit(event) { if (goVariationSet == null || goVariationSet.selectedVariation != null) { return true; } else { if (event.preventDefault) { event.preventDefault(); } return false; } }
function updateImage_init() { var img = document.getElementById(’detailProductImage’); if (img) { this.defaultImage = img.src; }
var link = document.getElementById(’imageViewerLink’); if (link) { this.defaultHref = link.href; // replace current asin with a generic url for subsitutions this.baseHref = link.href.replace(/\/images\/\w{10}/, “/images/%ASIN%”); } }
function updateImage_handle(event) { if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return; var img = document.getElementById(’detailProductImage’); var link = document.getElementById(’imageViewerLink’); var variation = event.variation;
var imgsrc, href;
if (variation && variation.attrs.ImageURL) { imgsrc = variation.attrs.ImageURL; href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin); } else { imgsrc = this.defaultImage; href = this.defaultHref; }
if (img) img.src = imgsrc; if (link) link.href = href; }
Product Details
- Amazon Sales Rank: #15853 in Sports & Outdoors
- Color: N/A
- Brand: Kershaw
- Model: 1585BR
- Dimensions: .20 pounds
Features
- Measures 2-3/4 inches when closed; weighs 1.7 ounces
- Features Kershaw’s speed safe design
- Two-inch 440A stainless steel blade with anodized aluminum handle
- Limited lifetime warranty
Customer Reviews
Great compact knife. ![]()
This knife is awesome. It is small enough to go everywhere with you (except planes of course) but it does the job like any other bigger knife. The assisted opening feature is really convenient when working with one hand and it is easy to open and operate. Some say that it seems too small that it would be hard to work with but I do not agree. It is a quality knife that is well made. It also holds an edge better than a lot of knives.
Artwork that works![]()
The Baby Boa looks like a designer’s masterpiece, closed. It looks like a masterpiece open. The curve of the blade’s edge is a thing of beauty. The tiny handle fits my first 3 fingers as if somebody took a casting of my hand and then patterned the handle to fit perfectly. Best of all? The “Baby” will fit in the watch pocket of your jeans. Totally unobtrusive yet always at the ready. Do I like this little knife? Nope. I love it.
Sweet Little Pocket Knife![]()
This is a great little pocket knife. I have been a knife fanatic ever since I can remember, but felt it was time to go smaller for ease of carry with slacks on in a business environment. I initially purchased a SOG “Blink” having had good experience with SOG knives before, but during my shopping I was taken with the looks and assisted opening of the Blink so much that I purchased one. This was my first Kershaw knife and I was so impressed that I recently bought a higher end model. The Blink arrived shaving sharp and is very convenient to use with striking looks. The 440 blade doesn’t keep an edge well, but rapidly becomes razor sharp again with just a few passes on a stone. The unmistakable “click” as you easily open it one-handed turns the head and then looks catch the eye. My grandson was so take with it that I eventually gave it to him and it is the very first knife that he hasn’t lost is just a few weeks. An outstanding product by Kershaw.

![[del.icio.us]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/digg.png)
![[Google]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/google.png)
![[StumbleUpon]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Windows Live]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.4buyshop.com/wp-content/plugins/bookmarkify/email.png)

