brainhi.json
BrainHi Brand Identity
A complete profile of BrainHi's visual system — colors, typography, components, and personality — extracted from https://www.brainhi.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/brainhi
- Machine-readable JSON: https://characterquilt.com/branding/brainhi.json
- Per-page llms.txt: https://characterquilt.com/branding/brainhi/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #364153 |
| Accent | #00C950 |
| Body Font | Montserrat |
| Heading Font | Montserrat |
Color Palette
- primary: #364153
- secondary: #14DF89
- accent: #00C950
- background: #FFFFFF
- textPrimary: #3D5D98
- link: #3D5D98
Typography
- primary: Montserrat — https://fonts.google.com/specimen/Montserrat
- heading: Montserrat — https://fonts.google.com/specimen/Montserrat
Visual Assets
- Logo: https://brainhi.com/_assets/v11/0e1e6b201c546346f915b21a989a189093e4999e.png
- Favicon: https://brainhi.com/_assets/v11/2c08f9b1fa12dd06545761847c920d0434a9f6c6.png
- Social card (og:image): https://brainhi.com/og-image.jpg
UI Components
- buttonPrimary: background=#00C950, textColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonSecondary: background=#3D5D98, textColor=#FFFFFF, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
Brand Personality
Tone: professional · Energy: medium · Audience: Healthcare professionals and organizations
BrainHi Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- About BrainHi - Healthcare AI Innovation
- Government Solutions - BrainHi AI Platform
- Settings
- Settings
- BrainHi
- BrainHi - AI Healthcare Platform | Reduce No-Shows 38%
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.