crispedge.com

Color picker

Loading...

#bcbc6e hex color - Yellow - Warm color - Information

#bcbc6e hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcbc6e#bcbc6e
RGB Decimal188, 188, 110rgb(188, 188, 110)
RGB Percent74%, 74%, 43%rgb(74%, 74%, 43%)
CSS RGBa188, 188, 110,1rgba(188,188,110,1)
CMYK Modelcmyk(0%,0%,41%,26%)
HSL Color Space60,37% ,58%hsl(60,37% ,58%)
HSV Color Space60°, 41%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001011110001101110
Octal274274156
Decimal188188110
Hexbcbc6e

Different shades of #bcbc6e color code.

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

Light Shade of #bcbc6e
#cccc91
Dark Shade of #bcbc6e
#a9a94e
Saturated Shade of #bcbc6e
#c7c763
Desaturated Shade of #bcbc6e
#b1b179
Grey scale Shade of #bcbc6e
#959595
Brighten Shade
#d5d587
Most Readable Shade
#000000

Shades of #bcbc6e color code

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

#bcbc6e
#a7a761
#929255
#7d7d49
#68683d
#535330
#3e3e24
#292918
#14140c
#000000

Similar Color like #bcbc6e color

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

#bdbd6f
#bebe70
#bfbf71
#c0c072
#c1c173
#c2c274
#c3c375
#c4c476
#c5c577
#c6c678
#c7c779
#c8c87a
#c9c97b
#caca7c
#bbbb6d
#baba6c
#b9b96b
#b8b86a
#b7b769
#b6b668
#b5b567
#b4b466
#b3b365
#b2b264
#b1b163
#b0b062
#afaf61
#aeae60

Monochromatic Color with #bcbc6e

#bcbc6e
#e6e687
#12120b
#3c3c23
#67673c
#919155

Tints of #bcbc6e Color

#bcbc6e
#c3c37e
#caca8e
#d2d29e
#d9d9ae
#e1e1be
#e8e8ce
#f0f0de
#f7f7ee
#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

#bcbc6e
#6e6ebc

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

Split Complementary

#bcbc6e
#6e95bc
#956ebc

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

Analogous Color

#bc9d6e
#bcac6e
#bcbc6e
#acbc6e
#9dbc6e

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

#bcbc6e
#6ebcbc
#bc6ebc

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

#bcbc6e
#6ebc95
#6e6ebc
#bc6e95

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

#bcbc6e
#6e6ebc
#956ebc
#95bc6e

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

#bcbc6e Color Code Preview on Black Background Color

This is how #bcbc6e Color will look on black background color. Color contrast ratio is 10.56

#bcbc6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbc6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbc6e

#bcbc6e color code is use for CSS Background Color

Background color for the above div is #bcbc6e

HTML with inline CSS

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

#bcbc6e color code is use for CSS Border Color

CSS Border color for the above div is #bcbc6e

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbc6e

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbc6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbc6e

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbc6e

HTML with inline CSS

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

#bcbc6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbc6e Color code Preview on White Background

This is how #bcbc6e Color code will look on white background color. Color contrast ratio is 1.99

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

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