crispedge.com

Color picker

Loading...

#bfb677 hex color - Brown - Warm color - Information

#bfb677 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bfb677 Color code in RGB color code model is created after adding 74.9% red color, 71.37% green color and 46.67% blue color. Hex #bfb677 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 38% yellow and 25% black.

Hex #bfb677 color code is between #bbbb66 web safe hex color code and #ccaa88 web safe hex color code. #bbbb66 is the nearest web safe color code. You can see here many more shades of #bfb677 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfb677#bfb677
RGB Decimal191, 182, 119rgb(191, 182, 119)
RGB Percent75%, 71%, 47%rgb(75%, 71%, 47%)
CSS RGBa191, 182, 119,1rgba(191,182,119,1)
CMYK Modelcmyk(0%,5%,38%,25%)
HSL Color Space53,36% ,61%hsl(53,36% ,61%)
HSV Color Space53°, 38%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111011011001110111
Octal277266167
Decimal191182119
Hexbfb677

Different shades of #bfb677 color code.

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

Light Shade of #bfb677
#cfc99a
Dark Shade of #bfb677
#afa354
Saturated Shade of #bfb677
#c9bd6d
Desaturated Shade of #bfb677
#b5ae81
Grey scale Shade of #bfb677
#9b9b9b
Brighten Shade
#d8cf90
Most Readable Shade
#000000

Shades of #bfb677 color code

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

#bfb677
#a9a169
#948d5c
#7f794f
#6a6542
#545034
#3f3c27
#2a281a
#15140d
#000000

Similar Color like #bfb677 color

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

#c0b778
#c1b879
#c2b97a
#c3ba7b
#c4bb7c
#c5bc7d
#c6bd7e
#c7be7f
#c8bf80
#c9c081
#cac182
#cbc283
#ccc384
#cdc485
#beb576
#bdb475
#bcb374
#bbb273
#bab172
#b9b071
#b8af70
#b7ae6f
#b6ad6e
#b5ac6d
#b4ab6c
#b3aa6b
#b2a96a
#b1a869

Monochromatic Color with #bfb677

#bfb677
#e9de91
#15140d
#3f3d28
#6a6542
#948d5d

Tints of #bfb677 Color

#bfb677
#c6be86
#cdc695
#d4cea4
#dbd6b3
#e2dec2
#e9e6d1
#f0eee0
#f7f6ef
#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

#bfb677
#7780bf

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

Split Complementary

#bfb677
#77a4bf
#9277bf

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

Analogous Color

#bf9977
#bfa877
#bfb677
#babf77
#abbf77

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

#bfb677
#77bfb6
#b677bf

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

#bfb677
#77bf92
#7780bf
#bf77a4

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

#bfb677
#7780bf
#9277bf
#a4bf77

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

#bfb677 Color Code Preview on Black Background Color

This is how #bfb677 Color will look on black background color. Color contrast ratio is 10.17

#bfb677 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfb677

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfb677

#bfb677 color code is use for CSS Background Color

Background color for the above div is #bfb677

HTML with inline CSS

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

#bfb677 color code is use for CSS Border Color

CSS Border color for the above div is #bfb677

HTML with inline CSS

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

CSS Border Left color for the above div is #bfb677

HTML with inline CSS

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

CSS Border Right color for the above div is #bfb677

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfb677

HTML with inline CSS

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

CSS Border Top color for the above div is #bfb677

HTML with inline CSS

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

#bfb677 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfb677 Color code Preview on White Background

This is how #bfb677 Color code will look on white background color. Color contrast ratio is 2.06

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

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,182,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,128,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,182,119,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.