Skip to main content Skip to docs navigation

#b57504 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 Philippine Gold and its hex is #B17304 Nearest Color Name

Color Hue/Base color: Yellow

Hex #b57504 Color code in RGB color code model is created after adding 70.98% red color, 45.88% green color and 1.57% blue color. Hex #b57504 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 98% yellow and 29.02% black.

Hex #b57504 color code is between #bb7700 web safe hex color code and #aa6600 web safe hex color code. #bb7700 is the nearest web safe color code. You can see here many more shades of #b57504 color code.

RGB Chart

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

Color Table

Hex Color Code b57504 #b57504
RGB Decimal 181, 117, 4 181, 117, 4
RGB Percent 71%, 46%, 2% rgb(71%, 46%, 2%)
CSS RGBa 181, 117, 4,1 rgba(181,117,4,1)
CMYK Model cmyk(0%,35%,98%,29.02%)
HSL Color Space 38,96% ,36% hsl(38,96% ,36%)
HSV Color Space 38°, 98%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110101 01110101 00000100
Octal 265 165 4
Decimal 181 117 4
Hex b5 75 04

Different shades of #b57504 color code.

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

Darkest of #b57504
#1f1401
Darker of #b57504
#513402
Dark of #b57504
#835503
Base of #b57504
#b57504
Light of #b57504
#e79505
Lighter
#faad25
Lightest
#fbc057

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

#b57504
#0444b5

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

Split Complementary

#b57504
#049cb5
#1d04b5

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

Analogous Color

#b50e04
#b52b04
#b57504
#b5b004
#70b504

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

#b57504
#7504b5
#04b575

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

#b57504
#04b575
#0444b5
#b50444

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

#b57504
#04b51d
#0444b5
#b5049c

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

#000000
#1f1401
#513402
#835503
#b57504
#e79505
#faad25
#fbc057
#fcd389

Tints of #b57504 Color

#b57504
#bd841f
#c5933b
#cda357
#d5b273
#dec18f
#e6d1ab
#eee0c7
#f6efe3
#ffffff

Shades of #b57504 color code

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

#b57504
#a06803
#8c5b03
#784e02
#644102
#503401
#3c2701
#281a00
#140d00
#000000

Tones

#b57504
#a27016
#906b29
#7d663b
#6b614e

Tones

Similar Color like #b57504 color

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

#b67605
#b77706
#b87807
#b97908
#ba7a09
#bb7b0a
#bc7c0b
#bd7d0c
#be7e0d
#bf7f0e
#c0800f
#c18110
#c28211
#c38312
#b47403
#b37302
#b27201
#b17100
#b07000
#af6f00
#ae6e00
#ad6d00
#ac6c00
#ab6b00
#aa6a00
#a96900
#a86800
#a76700

Download this Dark Yellow

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

#b57504 Color Code Preview on Black Background Color

This is how #b57504 Color will look on black background color. Color contrast ratio is 5.51

#b57504 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b57504

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b57504

#b57504 color code is use for CSS Background Color

Background color for the above div is #b57504

HTML with inline CSS

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

#b57504 color code is use for CSS Border Color

CSS Border color for the above div is #b57504

HTML with inline CSS

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

CSS Border Left color for the above div is #b57504

HTML with inline CSS

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

CSS Border Right color for the above div is #b57504

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b57504

HTML with inline CSS

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

CSS Border Top color for the above div is #b57504

HTML with inline CSS

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

#b57504 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b57504 Color code Preview on White Background

This is how #b57504 Color code will look on white background color. Color contrast ratio is 3.81

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

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(181,117,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,68,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,117,4,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }