crispedge.com

Color picker

Loading...

#bc9f59 hex color - Yellow - Warm color - Information

#bc9f59 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #bc9f59 Color code in RGB color code model is created after adding 73.73% red color, 62.35% green color and 34.9% blue color. Hex #bc9f59 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 53% yellow and 26% black.

Hex #bc9f59 color code is between #bb9955 web safe hex color code and #ccaa66 web safe hex color code. #bb9955 is the nearest web safe color code. You can see here many more shades of #bc9f59 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc9f59#bc9f59
RGB Decimal188, 159, 89rgb(188, 159, 89)
RGB Percent74%, 62%, 35%rgb(74%, 62%, 35%)
CSS RGBa188, 159, 89,1rgba(188,159,89,1)
CMYK Modelcmyk(0%,15%,53%,26%)
HSL Color Space42,42% ,54%hsl(42,42% ,54%)
HSV Color Space42°, 53%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001111101011001
Octal274237131
Decimal18815989
Hexbc9f59

Different shades of #bc9f59 color code.

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

Light Shade of #bc9f59
#cbb47d
Dark Shade of #bc9f59
#a18541
Saturated Shade of #bc9f59
#c8a44d
Desaturated Shade of #bc9f59
#b09a65
Grey scale Shade of #bc9f59
#8a8a8a
Brighten Shade
#d5b872
Most Readable Shade
#000000

Shades of #bc9f59 color code

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

#bc9f59
#a78d4f
#927b45
#7d6a3b
#685831
#534627
#3e351d
#292313
#141109
#000000

Similar Color like #bc9f59 color

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

#bda05a
#bea15b
#bfa25c
#c0a35d
#c1a45e
#c2a55f
#c3a660
#c4a761
#c5a862
#c6a963
#c7aa64
#c8ab65
#c9ac66
#caad67
#bb9e58
#ba9d57
#b99c56
#b89b55
#b79a54
#b69953
#b59852
#b49751
#b39650
#b2954f
#b1944e
#b0934d
#af924c
#ae914b

Monochromatic Color with #bc9f59

#bc9f59
#e6c36d
#120f09
#3c331d
#675731
#917b45

Tints of #bc9f59 Color

#bc9f59
#c3a96b
#cab47d
#d2bf90
#d9c9a2
#e1d4b5
#e8dfc7
#f0e9da
#f7f4ec
#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

#bc9f59
#5976bc

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

Split Complementary

#bc9f59
#59a8bc
#6d59bc

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

Analogous Color

#bc7759
#bc8b59
#bc9f59
#bcb359
#b1bc59

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

#bc9f59
#59bc9f
#9f59bc

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

#bc9f59
#59bc6d
#5976bc
#bc59a7

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

#bc9f59
#5976bc
#6d59bc
#a8bc59

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

#bc9f59 Color Code Preview on Black Background Color

This is how #bc9f59 Color will look on black background color. Color contrast ratio is 8.24

#bc9f59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9f59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9f59

#bc9f59 color code is use for CSS Background Color

Background color for the above div is #bc9f59

HTML with inline CSS

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

#bc9f59 color code is use for CSS Border Color

CSS Border color for the above div is #bc9f59

HTML with inline CSS

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

CSS Border Left color for the above div is #bc9f59

HTML with inline CSS

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

CSS Border Right color for the above div is #bc9f59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc9f59

HTML with inline CSS

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

CSS Border Top color for the above div is #bc9f59

HTML with inline CSS

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

#bc9f59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc9f59 Color code Preview on White Background

This is how #bc9f59 Color code will look on white background color. Color contrast ratio is 2.55

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

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,159,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,118,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,159,89,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.