awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
B

briangonzalez/rgbaster.js

0
View on GitHub↗
0 stars·0 forks·7 views

Rgbaster.js

A dead simple, zero-dependency, promise-based javascript library for extracting the dominant color(s) from an image.

Features

  • Color Utilities - Extracts dominant colors from images.
  • 颜色(CSS Colors)/SVG/Canvas - Listed in the “颜色(CSS Colors)/SVG/Canvas” section of the Awesome Frontend awesome list.

Star history

Star history chart for briangonzalez/rgbaster.jsStar history chart for briangonzalez/rgbaster.js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does briangonzalez/rgbaster.js do?

A dead simple, zero-dependency, promise-based javascript library for extracting the dominant color(s) from an image.

What are the main features of briangonzalez/rgbaster.js?

The main features of briangonzalez/rgbaster.js are: Color Utilities, 颜色(CSS Colors)/SVG/Canvas.

Which projects share features with briangonzalez/rgbaster.js?

Projects with overlapping indexed features include: gka/chroma.js — chroma.js is a JavaScript library for color manipulation, space conversion, and the generation of data visualization… briangonzalez/jquery.adaptive-backgrounds.js — This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a… davidmerfield/randomcolor — randomColor is a programmatic utility for generating harmonious, aesthetically pleasing color strings for use in web… dirkgroenen/svgmagic. jquery/jquery-color — jQuery plugin for color manipulation and animation support. one-com/one-color — JavaScript color calculation toolkit for node.js and the browser.

Projects sharing features with Rgbaster.js

These projects share indexed features with Rgbaster.js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • gka/chroma.jsgka avatar

    gka/chroma.js

    10,569View on GitHub↗

    chroma.js is a JavaScript library for color manipulation, space conversion, and the generation of data visualization color scales. It provides a system for transforming colors between formats including RGB, HSL, Lab, LCH, OKLab, and CMYK, alongside tools for parsing and modifying colors across these spaces. The library specializes in data-driven color mapping, using algorithms such as Cubehelix, Bezier interpolation, and ColorBrewer palettes to translate numeric data into visual gradients. It includes a perceptual color difference calculator that utilizes CIE 2000 Delta E and Euclidean metric

    JavaScript
    View on GitHub↗10,569
  • briangonzalez/jquery.adaptive-backgrounds.jsbriangonzalez avatar

    briangonzalez/jquery.adaptive-backgrounds.js

    6,542View on GitHub↗

    This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a background color on a target element. It uses canvas-based pixel analysis with an RGB quantization algorithm to identify the most prominent color, then injects that color as an inline CSS background-color style. The plugin automatically normalizes text contrast by calculating the relative luminance of the extracted color and toggling between dark and light text to maintain readability. It includes an image preloading pipeline to ensure pixel data is available synchronously from t

    JavaScript
    View on GitHub↗6,542
  • davidmerfield/randomcolordavidmerfield avatar

    davidmerfield/randomColor

    6,126View on GitHub↗

    randomColor is a programmatic utility for generating harmonious, aesthetically pleasing color strings for use in web stylesheets and digital user interfaces. It functions as a random color generator that produces values in hexadecimal, RGB, and HSL formats. The library uses a logic-based system that calculates hues and luminosity in HSL space to ensure visual harmony. It allows for the application of specific constraints to brightness, transparency, and hue offsets to limit the generated color spectrum. The tool provides capabilities for programmatic color generation across multiple output f

    JavaScript
    View on GitHub↗6,126
  • dirkgroenen/svgmagicD

    dirkgroenen/SVGMagic

    0View on GitHub↗
    View on GitHub↗0
  • Compare all 8 related projects→