# BusinessOnBot Brand Identity A complete profile of **BusinessOnBot**'s visual system — colors, typography, components, and personality — extracted from https://www.businessonbot.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/businessonbot - Machine-readable JSON: https://characterquilt.com/branding/businessonbot.json - Per-page llms.txt: https://characterquilt.com/branding/businessonbot/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #00FFB2 | | Accent | #00FFB2 | | Body Font | Inter | | Heading Font | Outfit | ## Color Palette - primary: #00FFB2 - accent: #00FFB2 - background: #121212 - textPrimary: #121212 - link: #74FFC0 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Outfit — https://fonts.google.com/specimen/Outfit ## Visual Assets - Logo: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/64732f8cf753275fb1ea33ea_final-logo-2.webp - Favicon: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/647765909c08582651b3055d_bob-4.png ## UI Components - buttonPrimary: background=#00FFB2, textColor=#FFFFFF, borderColor=#74FFC0, borderRadius=40px, shadow=rgb(0, 255, 178) 1px 0px 15px 0px - buttonSecondary: background=#181818, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=40px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: businesses looking for AI solutions ## BusinessOnBot Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **BusinessOnBot Enterprise | AI-Powered Omnichannel Platform** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68b182e7a1e557dca9b724fc_Frame%2035%20(1).png - Source: https://www.businessonbot.com/enterprise - **BusinessOnBot | AI powered Omnichannel Support, Marketing & Engagement** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68c018cb07df170480a86d7f_Container%20(8).png - Source: https://www.businessonbot.com/ - **BusinessOnBot Enterprise | AI-Powered Omnichannel Platform** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68ac41f150478d4752a0de4e_Frame%2035%20(4).png - Source: https://www.businessonbot.com/enterprise - **BusinessOnBot Enterprise | AI-Powered Omnichannel Platform** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68ac2d7cfd5b3a44bba1570a_Frame%2014%20(7).png - Source: https://www.businessonbot.com/enterprise - **BusinessOnBot Enterprise | AI-Powered Omnichannel Platform** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68ac2d5fafbdaf35c4b483d1_Frame%2014%20(6).png - Source: https://www.businessonbot.com/enterprise - **BusinessOnBot Enterprise | AI-Powered Omnichannel Platform** - Image: https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/68ac2d34c13083ffd87f8a85_Frame%2014%20(4).png - Source: https://www.businessonbot.com/enterprise ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "dark", "fonts": [ { "family": "Inter", "role": "body" }, { "family": "Outfit", "role": "heading" }, { "family": "IBM Plex Sans Hebrew", "role": "unknown" }, { "family": "Open Sans", "role": "unknown" }, { "family": "DM Sans", "role": "unknown" } ], "colors": { "primary": "#00FFB2", "accent": "#00FFB2", "background": "#121212", "textPrimary": "#121212", "link": "#74FFC0" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Outfit" }, "fontStacks": { "heading": [ "Outfit", "sans-serif" ], "body": [ "Outfit", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "45px", "h2": "45px", "body": "20px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#00FFB2", "textColor": "#FFFFFF", "borderColor": "#74FFC0", "borderRadius": "40px", "borderRadiusCorners": { "topLeft": "40px", "topRight": "40px", "bottomRight": "40px", "bottomLeft": "40px" }, "shadow": "rgb(0, 255, 178) 1px 0px 15px 0px" }, "buttonSecondary": { "background": "#181818", "textColor": "#FFFFFF", "borderColor": "#FFFFFF", "borderRadius": "40px", "borderRadiusCorners": { "topLeft": "40px", "topRight": "40px", "bottomRight": "40px", "bottomLeft": "40px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/64732f8cf753275fb1ea33ea_final-logo-2.webp", "favicon": "https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/647765909c08582651b3055d_bob-4.png", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'BusinessOnBot'.", "confidence": 0.95, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a Demo", "reasoning": "Button #0 with text 'Book a Demo' uses the vibrant brand color #00FFB2, making it the most prominent CTA." }, "secondary": { "index": 2, "text": "Learn More", "reasoning": "Button #2 with text 'Learn More' has a different background color (#181818) and serves as a secondary action." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "businesses looking for AI solutions" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 1, "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'BusinessOnBot'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```