crispedge.com

Color picker

Loading...

#bfad78 hex color - Brown - Warm color - Information

#bfad78 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #bfad78 Color code in RGB color code model is created after adding 74.9% red color, 67.84% green color and 47.06% blue color. Hex #bfad78 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 37% yellow and 25% black.

Hex #bfad78 color code is between #bbaa77 web safe hex color code and #ccbb88 web safe hex color code. #bbaa77 is the nearest web safe color code. You can see here many more shades of #bfad78 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfad78#bfad78
RGB Decimal191, 173, 120rgb(191, 173, 120)
RGB Percent75%, 68%, 47%rgb(75%, 68%, 47%)
CSS RGBa191, 173, 120,1rgba(191,173,120,1)
CMYK Modelcmyk(0%,9%,37%,25%)
HSL Color Space45,36% ,61%hsl(45,36% ,61%)
HSV Color Space45°, 37%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111010110101111000
Octal277255170
Decimal191173120
Hexbfad78

Different shades of #bfad78 color code.

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

Light Shade of #bfad78
#cfc29b
Dark Shade of #bfad78
#af9855
Saturated Shade of #bfad78
#c9b26e
Desaturated Shade of #bfad78
#b5a882
Grey scale Shade of #bfad78
#9b9b9b
Brighten Shade
#d8c691
Most Readable Shade
#000000

Shades of #bfad78 color code

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

#bfad78
#a9996a
#94865d
#7f7350
#6a6042
#544c35
#3f3928
#2a261a
#15130d
#000000

Similar Color like #bfad78 color

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

#c0ae79
#c1af7a
#c2b07b
#c3b17c
#c4b27d
#c5b37e
#c6b47f
#c7b580
#c8b681
#c9b782
#cab883
#cbb984
#ccba85
#cdbb86
#beac77
#bdab76
#bcaa75
#bba974
#baa873
#b9a772
#b8a671
#b7a570
#b6a46f
#b5a36e
#b4a26d
#b3a16c
#b2a06b
#b19f6a

Monochromatic Color with #bfad78

#bfad78
#e9d393
#15130d
#3f3a28
#6a6043
#94865d

Tints of #bfad78 Color

#bfad78
#c6b687
#cdbf96
#d4c8a5
#dbd1b4
#e2dac3
#e9e3d2
#f0ece1
#f7f5f0
#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

#bfad78
#788abf

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

Split Complementary

#bfad78
#78adbf
#8a78bf

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

Analogous Color

#bf9178
#bf9f78
#bfad78
#bfbb78
#b5bf78

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

#bfad78
#78bfad
#ad78bf

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

#bfad78
#78bf8a
#788abf
#bf78ad

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

#bfad78
#788abf
#8a78bf
#adbf78

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

#bfad78 Color Code Preview on Black Background Color

This is how #bfad78 Color will look on black background color. Color contrast ratio is 9.46

#bfad78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfad78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfad78

#bfad78 color code is use for CSS Background Color

Background color for the above div is #bfad78

HTML with inline CSS

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

#bfad78 color code is use for CSS Border Color

CSS Border color for the above div is #bfad78

HTML with inline CSS

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

CSS Border Left color for the above div is #bfad78

HTML with inline CSS

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

CSS Border Right color for the above div is #bfad78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfad78

HTML with inline CSS

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

CSS Border Top color for the above div is #bfad78

HTML with inline CSS

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

#bfad78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfad78 Color code Preview on White Background

This is how #bfad78 Color code will look on white background color. Color contrast ratio is 2.22

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

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,173,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,138,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,173,120,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.