Skip to main content Skip to docs navigation

#bfbb6e hex color | Download Dark Yellow BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Golden Cartridge and its hex is #BDB76B Nearest Color Name

Color Hue/Base color: Yellow

Hex #bfbb6e Color code in RGB color code model is created after adding 74.9% red color, 73.33% green color and 43.14% blue color. Hex #bfbb6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 42% yellow and 25.1% black.

Hex #bfbb6e color code is between #bbaa66 web safe hex color code and #cccc77 web safe hex color code. #bbaa66 is the nearest web safe color code. You can see here many more shades of #bfbb6e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bfbb6e #bfbb6e
RGB Decimal 191, 187, 110 191, 187, 110
RGB Percent 75%, 73%, 43% rgb(75%, 73%, 43%)
CSS RGBa 191, 187, 110,1 rgba(191,187,110,1)
CMYK Model cmyk(0%,2%,42%,25.1%)
HSL Color Space 57,39% ,59% hsl(57,39% ,59%)
HSV Color Space 57°, 42%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 10111011 01101110
Octal 277 273 156
Decimal 191 187 110
Hex bf bb 6e

Different shades of #bfbb6e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bfbb6e
#67642d
Darker of #bfbb6e
#8a863d
Dark of #bfbb6e
#ada94d
Base of #bfbb6e
#bfbb6e
Light of #bfbb6e
#cfcc91
Lighter
#dedcb5
Lightest
#eeedd8

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bfbb6e
#6e72bf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bfbb6e
#6e9abf
#936ebf

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bf8c6e
#bf996e
#bfbb6e
#a8bf6e
#86bf6e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bfbb6e
#bb6ebf
#6ebfbb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bfbb6e
#6ebfbb
#6e72bf
#bf6e72

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bfbb6e
#6ebf93
#6e72bf
#bf6e9a

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bfbb6e

#43411e
#67642d
#8a863d
#ada94d
#bfbb6e
#cfcc91
#dedcb5
#eeedd8
#fdfdfc

Tints of #bfbb6e Color

#bfbb6e
#c6c27e
#cdca8e
#d4d19e
#dbd9ae
#e2e0be
#e9e8ce
#f0efde
#f7f7ee
#ffffff

Shades of #bfbb6e color code

Generate more color scales with scales (color stack) generator.

#bfbb6e
#a9a661
#949155
#7f7c49
#6a673d
#545330
#3f3e24
#2a2918
#15140c
#000000

Tones

#bfbb6e
#aaa883
#979797
#979797
#979797

Tones

Similar Color like #bfbb6e color

Find visually similar hex color codes nearing to #bfbb6e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c0bc6f
#c1bd70
#c2be71
#c3bf72
#c4c073
#c5c174
#c6c275
#c7c376
#c8c477
#c9c578
#cac679
#cbc77a
#ccc87b
#cdc97c
#beba6d
#bdb96c
#bcb86b
#bbb76a
#bab669
#b9b568
#b8b467
#b7b366
#b6b265
#b5b164
#b4b063
#b3af62
#b2ae61
#b1ad60

Download this Dark Yellow

Hex #bfbb6e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bfbb6e Color Code Preview on Black Background Color

This is how #bfbb6e Color will look on black background color. Color contrast ratio is 10.55

#bfbb6e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bfbb6e">Your Example Paragraph content text in with font color #bfbb6e </p>

Your Example Paragraph content text in with font color #bfbb6e

HTML with inline CSS

<div style="color:#bfbb6e">Your Paragraph text in with font color #bfbb6e </div>

Your Example Paragraph content text in with font color #bfbb6e

#bfbb6e color code is use for CSS Background Color

Background color for the above div is #bfbb6e

HTML with inline CSS

<div style="background-color:#bfbb6e;"></div>

#bfbb6e color code is use for CSS Border Color

CSS Border color for the above div is #bfbb6e

HTML with inline CSS

<div style="border:5px solid #bfbb6e;"></div>

CSS Border Left color for the above div is #bfbb6e

HTML with inline CSS

<div style="border-left:5px solid #bfbb6e;"></div>

CSS Border Right color for the above div is #bfbb6e

HTML with inline CSS

<div style="border-right:5px solid #bfbb6e;"></div>

CSS Border Bottom color for the above div is #bfbb6e

HTML with inline CSS

<div style="border-bottom:5px solid #bfbb6e;"></div>

CSS Border Top color for the above div is #bfbb6e

HTML with inline CSS

<div style="border-top:5px solid #bfbb6e;"></div>

#bfbb6e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bfbb6e; } .examplecolorclass {color:#bfbb6e; } .examplebordercolor {border:3px solid #bfbb6e; }

#bfbb6e Color code Preview on White Background

This is how #bfbb6e Color code will look on white background color. Color contrast ratio is 1.99

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bfbb6e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bfbb6e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(191,187,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,114,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,187,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }