bby.json
BBy Brand Identity
A complete profile of BBy's visual system — colors, typography, components, and personality — extracted from http://www.bbymilk.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/bby
- Machine-readable JSON: https://characterquilt.com/branding/bby.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #DDAF9B |
| Accent | #0275D8 |
| Body Font | Filson Soft Medium |
| Heading Font | Filson Soft Thin |
Color Palette
- primary: #DDAF9B
- secondary: #E2B9A4
- accent: #0275D8
- background: #FFFFFF
- textPrimary: #606060
- link: #0275D8
Typography
- primary: Filson Soft Medium — https://fonts.google.com/specimen/Filson+Soft+Medium
- heading: Filson Soft Thin — https://fonts.google.com/specimen/Filson+Soft+Thin
Visual Assets
- Logo: https://bbyworld.com/wp-content/themes/bby_new/assets/images/bby/logo.svg
- Favicon: https://bbyworld.com/apple-touch-icon.png
- Social card (og:image): https://bbyworld.com/wp-content/uploads/2020/09/cropped-BBy-Logo-Print-copy-1.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: parents and healthcare professionals
BBy Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Best Buy Ads introduces Social+, an automated solution for social media campaigns - Best Buy Corporate News and Information
- Earnings Preview: Best Buy (BBY) expected to report lower earnings in Q4 2026 - Alphastreet
- BBY Social Media App by Koncepted on Dribbble
- Saw this on r/mildlyinteresting BBY ad from 1994 : r/imagesofthe1990s
- BBY Q4 2026 Earnings Report on 3/3/2026
- Page 20 | Bby minimalist Images - Free Download on Freepik
Working with these fonts
Not found on Google 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": "Filson Soft Medium",
"role": "body"
},
{
"family": "Filson Soft Thin",
"role": "heading"
}
],
"colors": {
"primary": "#DDAF9B",
"secondary": "#E2B9A4",
"accent": "#0275D8",
"background": "#FFFFFF",
"textPrimary": "#606060",
"link": "#0275D8"
},
"typography": {
"fontFamilies": {
"primary": "Filson Soft Medium",
"heading": "Filson Soft Thin"
},
"fontStacks": {
"heading": [
"FilsonSoftMedium"
],
"body": [
"FilsonSoftMedium"
],
"paragraph": [
"FilsonSoftMedium"
]
},
"fontSizes": {
"h1": "16px",
"h2": "32px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://bbyworld.com/wp-content/themes/bby_new/assets/images/bby/logo.svg",
"favicon": "https://bbyworld.com/apple-touch-icon.png",
"ogImage": "https://bbyworld.com/wp-content/uploads/2020/09/cropped-BBy-Logo-Print-copy-1.png",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, medium-sized, and links to the homepage, which strongly indicates it is the main brand logo.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "parents and healthcare 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": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, medium-sized, and links to the homepage, which strongly indicates it is the main brand logo.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}