crispedge.com

Color picker

Loading...

#bcbc6d hex color - Yellow - Warm color - Information

#bcbc6d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary101111001011110001101101
Octal274274155
Decimal188188109
Hexbcbc6d

Different shades of #bcbc6d color code.

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

Light Shade of #bcbc6d
#cccc90
Dark Shade of #bcbc6d
#a9a94d
Saturated Shade of #bcbc6d
#c7c762
Desaturated Shade of #bcbc6d
#b1b178
Grey scale Shade of #bcbc6d
#949494
Brighten Shade
#d5d586
Most Readable Shade
#000000

Shades of #bcbc6d color code

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

#bcbc6d
#a7a760
#929254
#7d7d48
#68683c
#535330
#3e3e24
#292918
#14140c
#000000

Similar Color like #bcbc6d color

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

#bdbd6e
#bebe6f
#bfbf70
#c0c071
#c1c172
#c2c273
#c3c374
#c4c475
#c5c576
#c6c677
#c7c778
#c8c879
#c9c97a
#caca7b
#bbbb6c
#baba6b
#b9b96a
#b8b869
#b7b768
#b6b667
#b5b566
#b4b465
#b3b364
#b2b263
#b1b162
#b0b061
#afaf60
#aeae5f

Monochromatic Color with #bcbc6d

#bcbc6d
#e6e686
#12120a
#3c3c23
#67673c
#919154

Tints of #bcbc6d Color

#bcbc6d
#c3c37d
#caca8d
#d2d29d
#d9d9ad
#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

#bcbc6d
#6d6dbc

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

Split Complementary

#bcbc6d
#6d95bc
#956dbc

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

Analogous Color

#bc9c6d
#bcac6d
#bcbc6d
#acbc6d
#9cbc6d

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

#bcbc6d
#6dbcbc
#bc6dbc

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

#bcbc6d
#6dbc94
#6d6dbc
#bc6d94

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

#bcbc6d
#6d6dbc
#956dbc
#95bc6d

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

#bcbc6d Color Code Preview on Black Background Color

This is how #bcbc6d Color will look on black background color. Color contrast ratio is 10.55

#bcbc6d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbc6d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbc6d

#bcbc6d color code is use for CSS Background Color

Background color for the above div is #bcbc6d

HTML with inline CSS

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

#bcbc6d color code is use for CSS Border Color

CSS Border color for the above div is #bcbc6d

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbc6d

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbc6d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbc6d

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbc6d

HTML with inline CSS

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

#bcbc6d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbc6d Color code Preview on White Background

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

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