crispedge.com

Color picker

Loading...

#bfa73c hex color - Yellow - Warm color - Information

#bfa73c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #bfa73c Color code in RGB color code model is created after adding 74.9% red color, 65.49% green color and 23.53% blue color. Hex #bfa73c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 69% yellow and 25% black.

Hex #bfa73c color code is between #bbaa44 web safe hex color code and #cc9933 web safe hex color code. #bbaa44 is the nearest web safe color code. You can see here many more shades of #bfa73c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfa73c#bfa73c
RGB Decimal191, 167, 60rgb(191, 167, 60)
RGB Percent75%, 65%, 24%rgb(75%, 65%, 24%)
CSS RGBa191, 167, 60,1rgba(191,167,60,1)
CMYK Modelcmyk(0%,13%,69%,25%)
HSL Color Space49,52% ,49%hsl(49,52% ,49%)
HSV Color Space49°, 69%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111010011100111100
Octal27724774
Decimal19116760
Hexbfa73c

Different shades of #bfa73c color code.

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

Light Shade of #bfa73c
#cdb961
Dark Shade of #bfa73c
#988530
Saturated Shade of #bfa73c
#ccaf2f
Desaturated Shade of #bfa73c
#b29f49
Grey scale Shade of #bfa73c
#7d7d7d
Brighten Shade
#d8c055
Most Readable Shade
#000000

Shades of #bfa73c color code

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

#bfa73c
#a99435
#94812e
#7f6f28
#6a5c21
#544a1a
#3f3714
#2a250d
#151206
#000000

Similar Color like #bfa73c color

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

#c0a83d
#c1a93e
#c2aa3f
#c3ab40
#c4ac41
#c5ad42
#c6ae43
#c7af44
#c8b045
#c9b146
#cab247
#cbb348
#ccb449
#cdb54a
#bea63b
#bda53a
#bca439
#bba338
#baa237
#b9a136
#b8a035
#b79f34
#b69e33
#b59d32
#b49c31
#b39b30
#b29a2f
#b1992e

Monochromatic Color with #bfa73c

#bfa73c
#e9cc49
#151207
#3f3814
#6a5d21
#94822f

Tints of #bfa73c Color

#bfa73c
#c6b051
#cdba67
#d4c47d
#dbce92
#e2d7a8
#e9e1be
#f0ebd3
#f7f5e9
#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

#bfa73c
#3c54bf

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

Split Complementary

#bfa73c
#3c95bf
#653cbf

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

Analogous Color

#bf733c
#bf8d3c
#bfa73c
#bdbf3c
#a3bf3c

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

#bfa73c
#3cbfa7
#a73cbf

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

#bfa73c
#3cbf65
#3c54bf
#bf3c95

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

#bfa73c
#3c54bf
#653cbf
#96bf3c

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 #bfa73c 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.

#bfa73c Color Code Preview on Black Background Color

This is how #bfa73c Color will look on black background color. Color contrast ratio is 8.81

#bfa73c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa73c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa73c

#bfa73c color code is use for CSS Background Color

Background color for the above div is #bfa73c

HTML with inline CSS

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

#bfa73c color code is use for CSS Border Color

CSS Border color for the above div is #bfa73c

HTML with inline CSS

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

CSS Border Left color for the above div is #bfa73c

HTML with inline CSS

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

CSS Border Right color for the above div is #bfa73c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfa73c

HTML with inline CSS

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

CSS Border Top color for the above div is #bfa73c

HTML with inline CSS

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

#bfa73c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfa73c Color code Preview on White Background

This is how #bfa73c Color code will look on white background color. Color contrast ratio is 2.38

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

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(191,167,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,84,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,167,60,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.