crispedge.com

Color picker

Loading...

#bca96f hex color - Yellow - Warm color - Information

#bca96f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #bca96f Color code in RGB color code model is created after adding 73.73% red color, 66.27% green color and 43.53% blue color. Hex #bca96f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 41% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebca96f#bca96f
RGB Decimal188, 169, 111rgb(188, 169, 111)
RGB Percent74%, 66%, 44%rgb(74%, 66%, 44%)
CSS RGBa188, 169, 111,1rgba(188,169,111,1)
CMYK Modelcmyk(0%,10%,41%,26%)
HSL Color Space45,36% ,59%hsl(45,36% ,59%)
HSV Color Space45°, 41%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001010100101101111
Octal274251157
Decimal188169111
Hexbca96f

Different shades of #bca96f color code.

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

Light Shade of #bca96f
#ccbe92
Dark Shade of #bca96f
#a9934f
Saturated Shade of #bca96f
#c7ae64
Desaturated Shade of #bca96f
#b1a47a
Grey scale Shade of #bca96f
#959595
Brighten Shade
#d5c288
Most Readable Shade
#000000

Shades of #bca96f color code

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

#bca96f
#a79662
#928356
#7d704a
#685d3d
#534b31
#3e3825
#292518
#14120c
#000000

Similar Color like #bca96f color

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

#bdaa70
#beab71
#bfac72
#c0ad73
#c1ae74
#c2af75
#c3b076
#c4b177
#c5b278
#c6b379
#c7b47a
#c8b57b
#c9b67c
#cab77d
#bba86e
#baa76d
#b9a66c
#b8a56b
#b7a46a
#b6a369
#b5a268
#b4a167
#b3a066
#b29f65
#b19e64
#b09d63
#af9c62
#ae9b61

Monochromatic Color with #bca96f

#bca96f
#e6cf88
#12100b
#3c3624
#675d3d
#918356

Tints of #bca96f Color

#bca96f
#c3b27f
#cabc8f
#d2c59f
#d9cfaf
#e1d8bf
#e8e2cf
#f0ebdf
#f7f5ef
#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

#bca96f
#6f82bc

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

Split Complementary

#bca96f
#6fa9bc
#826fbc

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

Analogous Color

#bc8a6f
#bc9a6f
#bca96f
#bcb86f
#b0bc6f

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

#bca96f
#6fbca9
#a96fbc

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

#bca96f
#6fbc82
#6f82bc
#bc6fa8

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

#bca96f
#6f82bc
#826fbc
#a9bc6f

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

#bca96f Color Code Preview on Black Background Color

This is how #bca96f Color will look on black background color. Color contrast ratio is 9.04

#bca96f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bca96f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bca96f

#bca96f color code is use for CSS Background Color

Background color for the above div is #bca96f

HTML with inline CSS

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

#bca96f color code is use for CSS Border Color

CSS Border color for the above div is #bca96f

HTML with inline CSS

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

CSS Border Left color for the above div is #bca96f

HTML with inline CSS

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

CSS Border Right color for the above div is #bca96f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bca96f

HTML with inline CSS

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

CSS Border Top color for the above div is #bca96f

HTML with inline CSS

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

#bca96f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bca96f Color code Preview on White Background

This is how #bca96f Color code will look on white background color. Color contrast ratio is 2.32

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

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,169,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,130,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,169,111,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.