crispedge.com

Color picker

Loading...

#bfad96 hex color - Yellow - Warm color - Information

#bfad96 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebfad96#bfad96
RGB Decimal191, 173, 150rgb(191, 173, 150)
RGB Percent75%, 68%, 59%rgb(75%, 68%, 59%)
CSS RGBa191, 173, 150,1rgba(191,173,150,1)
CMYK Modelcmyk(0%,9%,21%,25%)
HSL Color Space34,24% ,67%hsl(34,24% ,67%)
HSV Color Space34°, 21%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111010110110010110
Octal277255226
Decimal191173150
Hexbfad96

Different shades of #bfad96 color code.

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

Light Shade of #bfad96
#d2c6b6
Dark Shade of #bfad96
#ac9476
Saturated Shade of #bfad96
#c7ae8e
Desaturated Shade of #bfad96
#b7ac9e
Grey scale Shade of #bfad96
#aaaaaa
Brighten Shade
#d8c6af
Most Readable Shade
#000000

Shades of #bfad96 color code

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

#bfad96
#a99985
#948674
#7f7364
#6a6053
#544c42
#3f3932
#2a2621
#151310
#000000

Similar Color like #bfad96 color

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

#c0ae97
#c1af98
#c2b099
#c3b19a
#c4b29b
#c5b39c
#c6b49d
#c7b59e
#c8b69f
#c9b7a0
#cab8a1
#cbb9a2
#ccbaa3
#cdbba4
#beac95
#bdab94
#bcaa93
#bba992
#baa891
#b9a790
#b8a68f
#b7a58e
#b6a48d
#b5a38c
#b4a28b
#b3a18a
#b2a089
#b19f88

Monochromatic Color with #bfad96

#bfad96
#e9d3b7
#151310
#3f3a32
#6a6053
#948675

Tints of #bfad96 Color

#bfad96
#c6b6a1
#cdbfad
#d4c8b9
#dbd1c4
#e2dad0
#e9e3dc
#f0ece7
#f7f5f3
#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

#bfad96
#96a8bf

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

Split Complementary

#bfad96
#96bdbf
#9996bf

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

Analogous Color

#bf9d96
#bfa596
#bfad96
#bfb596
#bfbd96

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

#bfad96
#96bfad
#ad96bf

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

#bfad96
#96bf98
#96a8bf
#bf96bc

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

#bfad96
#96a8bf
#9996bf
#bdbf96

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

#bfad96 Color Code Preview on Black Background Color

This is how #bfad96 Color will look on black background color. Color contrast ratio is 9.63

#bfad96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfad96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfad96

#bfad96 color code is use for CSS Background Color

Background color for the above div is #bfad96

HTML with inline CSS

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

#bfad96 color code is use for CSS Border Color

CSS Border color for the above div is #bfad96

HTML with inline CSS

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

CSS Border Left color for the above div is #bfad96

HTML with inline CSS

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

CSS Border Right color for the above div is #bfad96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfad96

HTML with inline CSS

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

CSS Border Top color for the above div is #bfad96

HTML with inline CSS

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

#bfad96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfad96 Color code Preview on White Background

This is how #bfad96 Color code will look on white background color. Color contrast ratio is 2.18

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.