bear flag robotics.json
Bear Flag Robotics Brand Identity
A complete profile of Bear Flag Robotics's visual system — colors, typography, components, and personality — extracted from http://bearflagrobotics.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/bear-flag-robotics
- Machine-readable JSON: https://characterquilt.com/branding/bear-flag-robotics.json
- Per-page llms.txt: https://characterquilt.com/branding/bear-flag-robotics/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #007AFF |
| Accent | #007AFF |
| Body Font | Open Sans |
| Heading Font | Roboto |
Color Palette
- primary: #007AFF
- accent: #007AFF
- background: #D3D3D3
- textPrimary: #212121
- link: #007AFF
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Brand Personality
Tone: professional · Energy: medium · Audience: agricultural technology professionals
Bear Flag Robotics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Bear Flag Robotics Joins John Deere
- Image:
- Source: https://bearflagrobotics.com/
- John Deere Partners With Bear Flag Robotics - AGDealerTV
- Image:
- Source: https://www.youtube.com/watch?v=UgeWng4QhkY
- Design for Bear Flag Robotics – Qubstudio
- Image:
- Source: https://qubstudio.com/projects/bear-flag-robotics/
- John Deere To Acquire Bear Flag Robotics for $250 Million - AgWeb
- Bear Flag Robotics scores $7.9 million seed round extension
- Bear Flag Robotics Autonomous Tractors
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "light",
"fonts": [
{
"family": "Open Sans",
"role": "body"
},
{
"family": "Roboto",
"role": "heading"
}
],
"colors": {
"primary": "#007AFF",
"accent": "#007AFF",
"background": "#D3D3D3",
"textPrimary": "#212121",
"link": "#007AFF"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Open Sans",
"-apple-system",
"BlinkMacSystemFont",
"Roboto",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"body": [
"Open Sans",
"-apple-system",
"BlinkMacSystemFont",
"Roboto",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Open Sans",
"-apple-system",
"BlinkMacSystemFont",
"Roboto",
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "48px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "0px"
},
"components": {},
"images": {
"favicon": null,
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "The candidate logo is for John Deere, not Bear Flag Robotics. The page title and URL suggest Bear Flag Robotics as the brand, but the visible logo represents John Deere, indicating a partnership or acquisition. No suitable Bear Flag Robotics logo was found.",
"confidence": 0.6,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "agricultural technology professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "The candidate logo is for John Deere, not Bear Flag Robotics. The page title and URL suggest Bear Flag Robotics as the brand, but the visible logo represents John Deere, indicating a partnership or acquisition. No suitable Bear Flag Robotics logo was found.",
"confidence": 0.6
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}