crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc9d15 hex color - Yellow - Warm color - Information

#bc9d15 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #bc9d15 color code is between #bb9911 web safe hex color code and #ccaa22 web safe hex color code. #bb9911 is the nearest web safe color code. You can see here many more shades of #bc9d15 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc9d15#bc9d15
RGB Decimal188, 157, 21rgb(188, 157, 21)
RGB Percent74%, 62%, 8%rgb(74%, 62%, 8%)
CSS RGBa188, 157, 21,1rgba(188,157,21,1)
CMYK Modelcmyk(0%,16%,89%,26%)
HSL Color Space49,80% ,41%hsl(49,80% ,41%)
HSV Color Space49°, 89%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001110100010101
Octal27423525
Decimal18815721
Hexbc9d15

Different shades of #bc9d15 color code.

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

Light Shade of #bc9d15
#e6c11e
Dark Shade of #bc9d15
#8e7710
Saturated Shade of #bc9d15
#c6a40b
Desaturated Shade of #bc9d15
#b2961f
Grey scale Shade of #bc9d15
#686868
Brighten Shade
#d5b62e
Most Readable Shade
#000000

Shades of #bc9d15 color code

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

#bc9d15
#a78b12
#927a10
#7d680e
#68570b
#534509
#3e3407
#292204
#141102
#000000

Similar Color like #bc9d15 color

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

#bd9e16
#be9f17
#bfa018
#c0a119
#c1a21a
#c2a31b
#c3a41c
#c4a51d
#c5a61e
#c6a71f
#c7a820
#c8a921
#c9aa22
#caab23
#bb9c14
#ba9b13
#b99a12
#b89911
#b79810
#b6970f
#b5960e
#b4950d
#b3940c
#b2930b
#b1920a
#b09109
#af9008
#ae8f07

Monochromatic Color with #bc9d15

#bc9d15
#e6c01a
#120f02
#3c3307
#67560c
#917910

Tints of #bc9d15 Color

#bc9d15
#c3a72f
#cab249
#d2bd63
#d9c87d
#e1d397
#e8deb1
#f0e9cb
#f7f4e5
#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

#bc9d15
#1534bc

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

Split Complementary

#bc9d15
#1588bc
#4915bc

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

Analogous Color

#bc5a15
#bc7c15
#bc9d15
#babc15
#98bc15

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

#bc9d15
#15bc9d
#9d15bc

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

#bc9d15
#15bc4a
#1534bc
#bc1587

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

#bc9d15
#1534bc
#4915bc
#88bc15

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

#bc9d15 Color Code Preview on Black Background Color

This is how #bc9d15 Color will look on black background color. Color contrast ratio is 7.97

#bc9d15 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9d15

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9d15

#bc9d15 color code is use for CSS Background Color

Background color for the above div is #bc9d15

HTML with inline CSS

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

#bc9d15 color code is use for CSS Border Color

CSS Border color for the above div is #bc9d15

HTML with inline CSS

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

CSS Border Left color for the above div is #bc9d15

HTML with inline CSS

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

CSS Border Right color for the above div is #bc9d15

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc9d15

HTML with inline CSS

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

CSS Border Top color for the above div is #bc9d15

HTML with inline CSS

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

#bc9d15 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc9d15 Color code Preview on White Background

This is how #bc9d15 Color code will look on white background color. Color contrast ratio is 2.63

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.