crispedge.com

Color picker

Loading...

#b8a036 hex color - Yellow - Warm color - Information

#b8a036 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #b8a036 Color code in RGB color code model is created after adding 72.16% red color, 62.75% green color and 21.18% blue color. Hex #b8a036 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 71% yellow and 28% black.

Hex #b8a036 color code is between #bb9933 web safe hex color code and #aaaa44 web safe hex color code. #bb9933 is the nearest web safe color code. You can see here many more shades of #b8a036 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb8a036#b8a036
RGB Decimal184, 160, 54rgb(184, 160, 54)
RGB Percent72%, 63%, 21%rgb(72%, 63%, 21%)
CSS RGBa184, 160, 54,1rgba(184,160,54,1)
CMYK Modelcmyk(0%,13%,71%,28%)
HSL Color Space49,55% ,47%hsl(49,55% ,47%)
HSV Color Space49°, 71%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001010000000110110
Octal27024066
Decimal18416054
Hexb8a036

Different shades of #b8a036 color code.

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

Light Shade of #b8a036
#cdb754
Dark Shade of #b8a036
#917e2a
Saturated Shade of #b8a036
#c4a72a
Desaturated Shade of #b8a036
#ac9842
Grey scale Shade of #b8a036
#777777
Brighten Shade
#d1b94f
Most Readable Shade
#000000

Shades of #b8a036 color code

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

#b8a036
#a38e30
#8f7c2a
#7a6a24
#66581e
#514718
#3d3512
#28230c
#141106
#000000

Similar Color like #b8a036 color

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

#b9a137
#baa238
#bba339
#bca43a
#bda53b
#bea63c
#bfa73d
#c0a83e
#c1a93f
#c2aa40
#c3ab41
#c4ac42
#c5ad43
#c6ae44
#b79f35
#b69e34
#b59d33
#b49c32
#b39b31
#b29a30
#b1992f
#b0982e
#af972d
#ae962c
#ad952b
#ac942a
#ab9329
#aa9228

Monochromatic Color with #b8a036

#b8a036
#e2c542
#0e0c04
#383111
#63561d
#8d7b2a

Tints of #b8a036 Color

#b8a036
#bfaa4c
#c7b562
#cfbf79
#d7ca8f
#dfd4a5
#e7dfbc
#efe9d2
#f7f4e8
#ffffff

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

#b8a036
#364eb8

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

Split Complementary

#b8a036
#368fb8
#5f36b8

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

Analogous Color

#b86c36
#b88636
#b8a036
#b6b836
#9cb836

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

#b8a036
#36b8a0
#a036b8

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

#b8a036
#36b85f
#364eb8
#b8368f

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

Double Complementary Color

#b8a036
#364eb8
#5f36b8
#8fb836

Double Complementary 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).

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

#b8a036 Color Code Preview on Black Background Color

This is how #b8a036 Color will look on black background color. Color contrast ratio is 8.12

#b8a036 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8a036

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8a036

#b8a036 color code is use for CSS Background Color

Background color for the above div is #b8a036

HTML with inline CSS

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

#b8a036 color code is use for CSS Border Color

CSS Border color for the above div is #b8a036

HTML with inline CSS

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

CSS Border Left color for the above div is #b8a036

HTML with inline CSS

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

CSS Border Right color for the above div is #b8a036

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8a036

HTML with inline CSS

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

CSS Border Top color for the above div is #b8a036

HTML with inline CSS

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

#b8a036 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8a036 Color code Preview on White Background

This is how #b8a036 Color code will look on white background color. Color contrast ratio is 2.59

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(184,160,54,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(54,78,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,160,54,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.