{"product_id":"gsi-creos-mr-brush-starliner-round-no-2-bh01","title":"GSI Creos Mr. Brush Starliner Round No.2 Model Paint Brush BH01","description":"\u003cstyle\u003e\n  .mh-bh01 {\n    --mh-text: #1f2937;\n    --mh-muted: #4b5563;\n    --mh-border: #d1d5db;\n    --mh-soft: #f7f8fa;\n    --mh-heading: #111827;\n    --mh-link: #0076bd;\n    --mh-hover: #f37021;\n    --mh-note-bg: #fff7ed;\n    --mh-note-border: #f37021;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--mh-text);\n    line-height: 1.65;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .mh-bh01,\n  .mh-bh01 * {\n    box-sizing: border-box;\n  }\n\n  .mh-bh01 h2,\n  .mh-bh01 h3 {\n    color: var(--mh-heading);\n    line-height: 1.3;\n    margin-top: 0;\n  }\n\n  .mh-bh01 h2 {\n    font-size: clamp(25px, 4vw, 36px);\n    margin-bottom: 15px;\n  }\n\n  .mh-bh01 h3 {\n    font-size: clamp(20px, 3vw, 25px);\n    margin-bottom: 14px;\n  }\n\n  .mh-bh01 p {\n    margin: 0 0 16px;\n  }\n\n  .mh-bh01 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .mh-bh01 li {\n    margin-bottom: 9px;\n  }\n\n  .mh-bh01 a {\n    color: var(--mh-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition: color 0.2s ease, text-decoration-color 0.2s ease;\n  }\n\n  .mh-bh01 a:hover,\n  .mh-bh01 a:focus-visible {\n    color: var(--mh-hover) !important;\n    text-decoration-color: var(--mh-hover) !important;\n  }\n\n  .mh-bh01 a:focus-visible {\n    outline: 2px solid var(--mh-hover);\n    outline-offset: 3px;\n    border-radius: 2px;\n  }\n\n  .mh-bh01 .mh-hero {\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--mh-border);\n    border-radius: 12px;\n    padding: clamp(22px, 5vw, 38px);\n    margin-bottom: 24px;\n  }\n\n  .mh-bh01 .mh-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: #b42318;\n  }\n\n  .mh-bh01 .mh-intro {\n    font-size: 17px;\n    color: var(--mh-muted);\n    max-width: 900px;\n  }\n\n  .mh-bh01 .mh-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .mh-bh01 .mh-card {\n    border: 1px solid var(--mh-border);\n    border-radius: 10px;\n    padding: 22px;\n    background: #ffffff;\n  }\n\n  .mh-bh01 .mh-section {\n    border: 1px solid var(--mh-border);\n    border-radius: 10px;\n    padding: 24px;\n    margin-bottom: 24px;\n    background: #ffffff;\n  }\n\n  .mh-bh01 .mh-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .mh-bh01 .mh-specs th,\n  .mh-bh01 .mh-specs td {\n    text-align: left;\n    vertical-align: top;\n    padding: 11px 10px;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .mh-bh01 .mh-specs th {\n    width: 42%;\n    color: var(--mh-heading);\n    font-weight: 700;\n  }\n\n  .mh-bh01 .mh-specs tr:last-child th,\n  .mh-bh01 .mh-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mh-bh01 .mh-note {\n    padding: 17px 19px;\n    margin-bottom: 24px;\n    background: var(--mh-note-bg);\n    border: 1px solid var(--mh-note-border);\n    border-left: 4px solid var(--mh-note-border);\n    border-radius: 8px;\n  }\n\n  .mh-bh01 .mh-note p {\n    margin: 0;\n  }\n\n  .mh-bh01 .mh-faq details {\n    border: 1px solid var(--mh-border);\n    border-radius: 8px;\n    margin-bottom: 11px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .mh-bh01 .mh-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    cursor: pointer;\n    font-weight: 700;\n    color: var(--mh-heading);\n    list-style: none;\n  }\n\n  .mh-bh01 .mh-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mh-bh01 .mh-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 24px;\n    font-weight: 400;\n  }\n\n  .mh-bh01 .mh-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mh-bh01 .mh-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--mh-muted);\n  }\n\n  @media (max-width: 700px) {\n    .mh-bh01 .mh-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mh-bh01 .mh-card,\n    .mh-bh01 .mh-section {\n      padding: 19px;\n    }\n\n    .mh-bh01 .mh-specs th,\n    .mh-bh01 .mh-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .mh-bh01 .mh-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .mh-bh01 .mh-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mh-bh01\"\u003e\n\n  \u003csection class=\"mh-hero\"\u003e\n    \u003cspan class=\"mh-label\"\u003eMr. Hobby Precision Model Brush\u003c\/span\u003e\n\n    \u003ch2\u003eGSI Creos Mr. Brush Starliner Round No.2 Model Paint Brush BH01\u003c\/h2\u003e\n\n    \u003cp class=\"mh-intro\"\u003e\n      Apply controlled lines, small details, highlights, and smooth strokes with\n      the GSI Creos Mr. Brush Starliner Round No.2 BH01. Its premium synthetic\n      PBT fibers are designed to hold paint effectively while releasing it\n      cleanly from the tip, making this precision round brush well suited to\n      miniature painting, scale models, figures, and detailed hobby work.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mh-grid\"\u003e\n    \u003csection class=\"mh-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eRound No.2 brush tip\u003c\/strong\u003e provides a practical balance\n          between fine detail control and small-area paint coverage.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eSynthetic PBT fibers\u003c\/strong\u003e offer good paint retention,\n          controlled release, resilience, and dependable shape retention.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eDesigned for water-based hobby paints\u003c\/strong\u003e used in model,\n          figure, and miniature painting.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eBalanced firmness and flexibility\u003c\/strong\u003e help the painter\n          guide the tip accurately across small parts.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eNatural wooden handle\u003c\/strong\u003e provides a comfortable,\n          traditional grip during longer painting sessions.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eBrass ferrule\u003c\/strong\u003e securely connects the brush fibers to\n          the wooden shaft.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mh-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"mh-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eGSI Creos Mr. Hobby\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Line\u003c\/th\u003e\n            \u003ctd\u003eMr. Brush Starliner\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrush Shape\u003c\/th\u003e\n            \u003ctd\u003eRound\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrush Size\u003c\/th\u003e\n            \u003ctd\u003eNo.2\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003eBH01\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBristle Material\u003c\/th\u003e\n            \u003ctd\u003eSynthetic PBT fiber\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHandle Material\u003c\/th\u003e\n            \u003ctd\u003eWood\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFerrule Material\u003c\/th\u003e\n            \u003ctd\u003eBrass\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eOverall Length\u003c\/th\u003e\n            \u003ctd\u003e161 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBristle Length\u003c\/th\u003e\n            \u003ctd\u003e14 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eJAN Barcode\u003c\/th\u003e\n            \u003ctd\u003e4973028503043\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eControlled Paint Retention and Release\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The Starliner brush uses specially selected synthetic fibers designed to\n      retain a useful amount of paint while delivering it smoothly from the\n      brush tip. This helps painters produce longer, more continuous strokes\n      without returning to the palette as frequently.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Controlled paint release is especially helpful when painting armor\n      panels, clothing folds, equipment, faces, trim, and other small model\n      details where consistency is important.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eRound No.2 Tip for Detailed Hobby Painting\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The Round No.2 profile provides enough capacity for small-area painting\n      while maintaining a pointed shape for accurate placement. It can be used\n      for controlled base colors, edge work, highlights, detail painting, and\n      other precision applications.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its balance of rebound and firmness helps the tip respond predictably\n      while working on miniatures, figures, scale-model components, and other\n      compact surfaces.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eDesigned for Water-Based Model Paints\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The synthetic PBT fibers are well suited to water-based hobby paints.\n      They provide a durable alternative to natural hair while supporting\n      controlled application and smooth paint flow during detailed brushwork.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      For best performance, thin and prepare the paint according to the paint\n      manufacturer's instructions and avoid allowing paint to dry inside the\n      bristles or ferrule.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eComfortable Natural Wood Handle\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The wooden shaft provides a comfortable and traditional feel in the hand.\n      Its lightweight construction helps maintain control and reduce fatigue\n      during longer painting sessions.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A brass ferrule supports the brush head and helps provide a stable\n      connection between the bristles and handle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mh-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eBrush Care:\u003c\/strong\u003e Clean the brush promptly after use with a\n      cleaner suitable for the paint type. Reshape the tip gently and allow the\n      brush to dry without resting its weight on the bristles. Avoid soaking the\n      wooden handle or allowing dried paint to collect inside the ferrule.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eRecommended For\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eMiniature and tabletop figure painting\u003c\/li\u003e\n      \u003cli\u003eScale-model detail painting\u003c\/li\u003e\n      \u003cli\u003eGunpla and plastic model kits\u003c\/li\u003e\n      \u003cli\u003eControlled highlights and small base-color areas\u003c\/li\u003e\n      \u003cli\u003ePainting faces, armor, accessories, weapons, and trim\u003c\/li\u003e\n      \u003cli\u003eWater-based model and hobby paints\u003c\/li\u003e\n      \u003cli\u003eBeginner, intermediate, and experienced hobby painters\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mh-section mh-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat size is the Mr. Brush Starliner BH01?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        The BH01 is a Round No.2 model-painting brush. It has an overall length\n        of 161 mm and a bristle length of 14 mm.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat are the brush fibers made from?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        The Starliner BH01 uses synthetic PBT fibers designed for good paint\n        retention, controlled release, resilience, and detailed application.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat type of paint can be used with this brush?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        It is especially well suited to water-based model and miniature paints.\n        Always clean the brush using a method compatible with the paint being\n        used.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the BH01 suitable for miniature painting?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        Yes. The Round No.2 tip is designed for controlled work on miniatures,\n        figures, small-scale models, armor panels, accessories, and other\n        detailed areas.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the brush be used for fine details?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        Yes. Its pointed round profile supports detailed application, although\n        extremely small eyes, lines, or micro-details may benefit from a\n        smaller fine-liner brush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should the brush be cleaned after painting?\u003c\/summary\u003e\n      \u003cdiv class=\"mh-faq-answer\"\u003e\n        Rinse or clean the brush promptly using a cleaner suitable for the\n        paint. Gently reshape the tip and allow it to dry without placing\n        pressure on the bristles.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mh-section\"\u003e\n    \u003ch3\u003eExplore More Model Painting Brushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Browse more products in our\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/gsi-creos-paint-brushes\"\u003eGSI Creos paint brush collection\u003c\/a\u003e,\n      compare additional tools in our\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/model-brush\"\u003emodel brush collection\u003c\/a\u003e,\n      explore the full\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/paint-brush\"\u003epaint brush collection\u003c\/a\u003e,\n      or discover more supplies from\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/gsi-creos-mr-hobby\"\u003eGSI Creos Mr. Hobby\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"GSI Creos Mr. Hobby","offers":[{"title":"Default Title","offer_id":47445453439138,"sku":"BH01","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/5eefbf86-39ee-417f-b33b-1b697cd4c60a.webp?v=1784617541","url":"https:\/\/spraygunner.com\/products\/gsi-creos-mr-brush-starliner-round-no-2-bh01","provider":"SprayGunner","version":"1.0","type":"link"}