crispedge.com

Color picker

Loading...

#bcaf7b hex color - Brown - Warm color - Information

#bcaf7b hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #bcaf7b Color code in RGB color code model is created after adding 73.73% red color, 68.63% green color and 48.24% blue color. Hex #bcaf7b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 35% yellow and 26% black.

Hex #bcaf7b 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 #bcaf7b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcaf7b#bcaf7b
RGB Decimal188, 175, 123rgb(188, 175, 123)
RGB Percent74%, 69%, 48%rgb(74%, 69%, 48%)
CSS RGBa188, 175, 123,1rgba(188,175,123,1)
CMYK Modelcmyk(0%,7%,35%,26%)
HSL Color Space48,33% ,61%hsl(48,33% ,61%)
HSV Color Space48°, 35%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001010111101111011
Octal274257173
Decimal188175123
Hexbcaf7b

Different shades of #bcaf7b color code.

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

Light Shade of #bcaf7b
#cdc49d
Dark Shade of #bcaf7b
#ab9a59
Saturated Shade of #bcaf7b
#c6b571
Desaturated Shade of #bcaf7b
#b2a985
Grey scale Shade of #bcaf7b
#9b9b9b
Brighten Shade
#d5c894
Most Readable Shade
#000000

Shades of #bcaf7b color code

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

#bcaf7b
#a79b6d
#92885f
#7d7452
#686144
#534d36
#3e3a29
#29261b
#14130d
#000000

Similar Color like #bcaf7b color

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

#bdb07c
#beb17d
#bfb27e
#c0b37f
#c1b480
#c2b581
#c3b682
#c4b783
#c5b884
#c6b985
#c7ba86
#c8bb87
#c9bc88
#cabd89
#bbae7a
#baad79
#b9ac78
#b8ab77
#b7aa76
#b6a975
#b5a874
#b4a773
#b3a672
#b2a571
#b1a470
#b0a36f
#afa26e
#aea16d

Monochromatic Color with #bcaf7b

#bcaf7b
#e6d797
#12110c
#3c3828
#676043
#91875f

Tints of #bcaf7b Color

#bcaf7b
#c3b789
#cac098
#d2c9a7
#d9d2b5
#e1dbc4
#e8e4d3
#f0ede1
#f7f6f0
#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

#bcaf7b
#7b88bc

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

Split Complementary

#bcaf7b
#7ba9bc
#8f7bbc

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

Analogous Color

#bc957b
#bca27b
#bcaf7b
#bcbc7b
#afbc7b

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

#bcaf7b
#7bbcaf
#af7bbc

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

#bcaf7b
#7bbc8f
#7b88bc
#bc7ba8

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

#bcaf7b
#7b88bc
#8f7bbc
#a9bc7b

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

#bcaf7b Color Code Preview on Black Background Color

This is how #bcaf7b Color will look on black background color. Color contrast ratio is 9.56

#bcaf7b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcaf7b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcaf7b

#bcaf7b color code is use for CSS Background Color

Background color for the above div is #bcaf7b

HTML with inline CSS

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

#bcaf7b color code is use for CSS Border Color

CSS Border color for the above div is #bcaf7b

HTML with inline CSS

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

CSS Border Left color for the above div is #bcaf7b

HTML with inline CSS

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

CSS Border Right color for the above div is #bcaf7b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcaf7b

HTML with inline CSS

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

CSS Border Top color for the above div is #bcaf7b

HTML with inline CSS

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

#bcaf7b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcaf7b Color code Preview on White Background

This is how #bcaf7b Color code will look on white background color. Color contrast ratio is 2.20

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

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(188,175,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,136,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,175,123,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.