Skip to main content Skip to docs navigation

#bf882f 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 Gothic Gold and its hex is #BB852F Nearest Color Name

Color Hue/Base color: Yellow

Hex #bf882f Color code in RGB color code model is created after adding 74.9% red color, 53.33% green color and 18.43% blue color. Hex #bf882f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 75% yellow and 25.1% black.

Hex #bf882f color code is between #bb7733 web safe hex color code and #cc9922 web safe hex color code. #bb7733 is the nearest web safe color code. You can see here many more shades of #bf882f color code.

RGB Chart

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

Color Table

Hex Color Code bf882f #bf882f
RGB Decimal 191, 136, 47 191, 136, 47
RGB Percent 75%, 53%, 18% rgb(75%, 53%, 18%)
CSS RGBa 191, 136, 47,1 rgba(191,136,47,1)
CMYK Model cmyk(0%,29%,75%,25.1%)
HSL Color Space 37,61% ,47% hsl(37,61% ,47%)
HSV Color Space 37°, 75%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 10001000 00101111
Octal 277 210 57
Decimal 191 136 47
Hex bf 88 2f

Different shades of #bf882f color code.

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

Darkest of #bf882f
#443111
Darker of #bf882f
#6d4e1b
Dark of #bf882f
#966b25
Base of #bf882f
#bf882f
Light of #bf882f
#d3a04e
Lighter
#ddb677
Lightest
#e8cca0

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

#bf882f
#2f66bf

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

Split Complementary

#bf882f
#2faebf
#402fbf

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

Analogous Color

#bf342f
#bf4c2f
#bf882f
#bfb82f
#8abf2f

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

#bf882f
#882fbf
#2fbf88

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

#bf882f
#2fbf88
#2f66bf
#bf2f66

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

#bf882f
#2fbf40
#2f66bf
#bf2fae

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 #bf882f

#1b1307
#443111
#6d4e1b
#966b25
#bf882f
#d3a04e
#ddb677
#e8cca0
#f2e2c8

Tints of #bf882f Color

#bf882f
#c69546
#cda25d
#d4af74
#dbbc8b
#e2caa2
#e9d7b9
#f0e4d0
#f7f1e7
#ffffff

Shades of #bf882f color code

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

#bf882f
#a97829
#946924
#7f5a1f
#6a4b1a
#543c14
#3f2d0f
#2a1e0a
#150f05
#000000

Tones

#bf882f
#a78247
#8f7d5f
#787776
#777777

Tones

Similar Color like #bf882f color

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

#c08930
#c18a31
#c28b32
#c38c33
#c48d34
#c58e35
#c68f36
#c79037
#c89138
#c99239
#ca933a
#cb943b
#cc953c
#cd963d
#be872e
#bd862d
#bc852c
#bb842b
#ba832a
#b98229
#b88128
#b78027
#b67f26
#b57e25
#b47d24
#b37c23
#b27b22
#b17a21

Download this Dark Yellow

Hex #bf882f 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.

#bf882f Color Code Preview on Black Background Color

This is how #bf882f Color will look on black background color. Color contrast ratio is 6.78

#bf882f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf882f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf882f

#bf882f color code is use for CSS Background Color

Background color for the above div is #bf882f

HTML with inline CSS

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

#bf882f color code is use for CSS Border Color

CSS Border color for the above div is #bf882f

HTML with inline CSS

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

CSS Border Left color for the above div is #bf882f

HTML with inline CSS

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

CSS Border Right color for the above div is #bf882f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf882f

HTML with inline CSS

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

CSS Border Top color for the above div is #bf882f

HTML with inline CSS

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

#bf882f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf882f Color code Preview on White Background

This is how #bf882f Color code will look on white background color. Color contrast ratio is 3.10

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 #bf882f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bf882f; }

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,136,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,102,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,136,47,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }