# Biocogniv Brand Identity

A complete profile of **Biocogniv**'s visual system — colors, typography, components, and personality — extracted from [http://biocogniv.com](http://biocogniv.com/). Built for designers, agents, and AI tools.

## Primary

#FFB607

## Accent

#FFB607

## Body Font

Barlow

## Heading

Barlow

## Color Palette

Brand palette extracted from http://biocogniv.com.

| Color | Hex      | RGB                |
|-------|----------|--------------------|
| primary   | #FFB607 | rgb(255, 182, 7)    |
| secondary | #132433 | rgb(19, 36, 51)     |
| accent    | #FFB607 | rgb(255, 182, 7)    |
| background | #FFFFFF | rgb(255, 255, 255)  |
| textPrimary | #0A1B2B | rgb(10, 27, 43)     |
| link      | #0A1B2B | rgb(10, 27, 43)     |

## Typography

Each font links to its Google Fonts page where available.

| Role      | Font    |
|-----------|---------|
| primary   | Barlow  |
| heading    | Barlow  |

## Visual Assets

Logo

Favicon

Social Card

## UI Components

| Component       | Style         |
|-----------------|---------------|
| Button Primary   | background #FFB607,<br>textColor #001632,<br>borderRadius 100px,<br>shadow none |

## Brand Personality

**Tone:** professional  **Energy:** medium  **Audience:** hospitals and healthcare professionals

## Biocogniv Brand in the Wild

Image Source: [biocogniv.com](https://www.biocogniv.com/post/biocogniv-publishes-large-study-on-sepsis-aimarker-tm)

Image Source: [biocogniv.com](https://www.biocogniv.com/about-us)

Image Source: [biocogniv.com](https://www.biocogniv.com/contact)

Image Source: [biocogniv.com](https://www.biocogniv.com/post/biocogniv-receives-fda-breakthrough-designation-for-sepsis-aimarker-tm)

Image Source: [biocogniv.com](https://www.biocogniv.com/post/biocogniv-develops-ai-based-covid-19-diagnostic-tool)

## Frequently Asked Questions

**What is Biocogniv's primary brand color?**  
Biocogniv's primary brand color is #FFB607. It anchors the visual identity across their website, product UI, and marketing materials.

**What font does Biocogniv use?**  
Biocogniv uses Barlow as the primary typeface across body and headings.

**Does Biocogniv use a light or dark theme?**  
Biocogniv's primary site uses a light color scheme, with a background of #FFFFFF.

**Where can I find Biocogniv's logo?**  
Biocogniv's logo is available directly on their site (http://biocogniv.com). The current logo URL is included in the machine-readable JSON profile linked above.

**How was this brand profile generated?**  
This profile was extracted from http://biocogniv.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Biocogniv.

## Methodology

Brand data on this page was extracted from [http://biocogniv.com](http://biocogniv.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by **CharacterQuilt** and is not affiliated with or endorsed by Biocogniv.

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    { 
      "family": "Barlow",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFB607",
    "secondary": "#132433",
    "accent": "#FFB607",
    "background": "#FFFFFF",
    "textPrimary": "#0A1B2B",
    "link": "#0A1B2B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Barlow",
      "heading": "Barlow"
    },
    "fontStacks": {
      "heading": [
        "Barlow",
        "sans-serif"
      ],
      "body": [
        "Barlow",
        "sans-serif"
      ],
      "paragraph": [
        "Barlow",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "55px",
      "h2": "44px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "50px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFB607",
      "textColor": "#001632",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6063dd32263478400ee6030e/608189775f766b6e4644cd59_rectangle%20white%20font%20-%20transparent%20bg.png",
    "favicon": "https://cdn.prod.website-files.com/6063dd32263478400ee6030e/608189035b7b290a41f416c5_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/6063dd32263478400ee6030e/614c7d880ed4d25f2fc84289_shot.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, which is a strong indicator of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "More News",
      "reasoning": "The button with the text 'More News' uses the vibrant brand color #FFB607, which is a strong indicator of a primary call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "hospitals and healthcare professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, which is a strong indicator of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```

## Related Brand Profiles

[List of Related Brands]
