crispedge.com

Color picker

Loading...

#bfa387 hex color - Candied Ginger - Grey - Warm color - Information

#bfa387 hex color - Candied Ginger - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #bfa387 Color Code is also known as Candied Ginger color.

Hex #bfa387 Color code in RGB color code model is created after adding 74.9% red color, 63.92% green color and 52.94% blue color. Hex #bfa387 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 29% yellow and 25% black.

Hex #bfa387 color code is between #bbaa88 web safe hex color code and #cc9977 web safe hex color code. #bbaa88 is the nearest web safe color code. You can see here many more shades of #bfa387 color code.

0 Likes 0 Comments | 53 Views

RGB Chart

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

Color Table

Hex Color Codebfa387#bfa387
RGB Decimal191, 163, 135rgb(191, 163, 135)
RGB Percent75%, 64%, 53%rgb(75%, 64%, 53%)
CSS RGBa191, 163, 135,1rgba(191,163,135,1)
CMYK Modelcmyk(0%,15%,29%,25%)
HSL Color Space30,30% ,64%hsl(30,30% ,64%)
HSV Color Space30°, 29%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111010001110000111
Octal277243207
Decimal191163135
Hexbfa387

Different shades of #bfa387 color code.

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

Light Shade of #bfa387
#d1bca8
Dark Shade of #bfa387
#ad8966
Saturated Shade of #bfa387
#c8a37e
Desaturated Shade of #bfa387
#b6a390
Grey scale Shade of #bfa387
#a3a3a3
Brighten Shade
#d8bca0
Most Readable Shade
#000000

Shades of #bfa387 color code

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

#bfa387
#a99078
#947e69
#7f6c5a
#6a5a4b
#54483c
#3f362d
#2a241e
#15120f
#000000

Similar Color like #bfa387 color

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

#c0a488
#c1a589
#c2a68a
#c3a78b
#c4a88c
#c5a98d
#c6aa8e
#c7ab8f
#c8ac90
#c9ad91
#caae92
#cbaf93
#ccb094
#cdb195
#bea286
#bda185
#bca084
#bb9f83
#ba9e82
#b99d81
#b89c80
#b79b7f
#b69a7e
#b5997d
#b4987c
#b3977b
#b2967a
#b19579

Monochromatic Color with #bfa387

#bfa387
#e9c7a5
#15120f
#3f362d
#6a5a4b
#947f69

Tints of #bfa387 Color

#bfa387
#c6ad94
#cdb7a1
#d4c1af
#dbcbbc
#e2d6c9
#e9e0d7
#f0eae4
#f7f4f1
#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

#bfa387
#87a3bf

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

Split Complementary

#bfa387
#87bfbf
#8787bf

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

Analogous Color

#bf8d87
#bf9887
#bfa387
#bfae87
#bfb987

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

#bfa387
#87bfa3
#a387bf

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

#bfa387
#87bf87
#87a3bf
#bf87bf

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

#bfa387
#87a3bf
#8787bf
#bfbf87

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

#bfa387 Color Code Preview on Black Background Color

This is how #bfa387 Color will look on black background color. Color contrast ratio is 8.80

#bfa387 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa387

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa387

#bfa387 color code is use for CSS Background Color

Background color for the above div is #bfa387

HTML with inline CSS

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

#bfa387 color code is use for CSS Border Color

CSS Border color for the above div is #bfa387

HTML with inline CSS

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

CSS Border Left color for the above div is #bfa387

HTML with inline CSS

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

CSS Border Right color for the above div is #bfa387

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfa387

HTML with inline CSS

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

CSS Border Top color for the above div is #bfa387

HTML with inline CSS

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

#bfa387 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfa387 Color code Preview on White Background

This is how #bfa387 Color code will look on white background color. Color contrast ratio is 2.39

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

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

0 Likes 0 Comments | 53 Views

Post your comment:-

By submitting comment you agree to our privacy policy.