crispedge.com

Color picker

Loading...

#bb7c17 hex color - Yellow - Warm color - Information

#bb7c17 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #bb7c17 Color code in RGB color code model is created after adding 73.33% red color, 48.63% green color and 9.02% blue color. Hex #bb7c17 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 88% yellow and 27% black.

Hex #bb7c17 color code is between #aa7711 web safe hex color code and #cc8822 web safe hex color code. #aa7711 is the nearest web safe color code. You can see here many more shades of #bb7c17 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb7c17#bb7c17
RGB Decimal187, 124, 23rgb(187, 124, 23)
RGB Percent73%, 49%, 9%rgb(73%, 49%, 9%)
CSS RGBa187, 124, 23,1rgba(187,124,23,1)
CMYK Modelcmyk(0%,34%,88%,27%)
HSL Color Space37,78% ,41%hsl(37,78% ,41%)
HSV Color Space37°, 88%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110111110000010111
Octal27317427
Decimal18712423
Hexbb7c17

Different shades of #bb7c17 color code.

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

Light Shade of #bb7c17
#e49921
Dark Shade of #bb7c17
#8e5e11
Saturated Shade of #bb7c17
#c57e0d
Desaturated Shade of #bb7c17
#b07a22
Grey scale Shade of #bb7c17
#696969
Brighten Shade
#d49530
Most Readable Shade
#000000

Shades of #bb7c17 color code

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

#bb7c17
#a66e14
#916011
#7c520f
#67440c
#53370a
#3e2907
#291b05
#140d02
#000000

Similar Color like #bb7c17 color

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

#bc7d18
#bd7e19
#be7f1a
#bf801b
#c0811c
#c1821d
#c2831e
#c3841f
#c48520
#c58621
#c68722
#c78823
#c88924
#c98a25
#ba7b16
#b97a15
#b87914
#b77813
#b67712
#b57611
#b47510
#b3740f
#b2730e
#b1720d
#b0710c
#af700b
#ae6f0a
#ad6e09

Monochromatic Color with #bb7c17

#bb7c17
#e5981c
#110b02
#3b2707
#66440d
#906012

Tints of #bb7c17 Color

#bb7c17
#c28a30
#ca994a
#d1a764
#d9b67e
#e0c497
#e8d3b1
#efe1cb
#f7f0e5
#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

#bb7c17
#1756bb

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

Split Complementary

#bb7c17
#17a8bb
#2a17bb

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

Analogous Color

#bb3a17
#bb5b17
#bb7c17
#bb9d17
#b8bb17

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

#bb7c17
#17bb7c
#7c17bb

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

#bb7c17
#17bb2a
#1756bb
#bb17a8

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

#bb7c17
#1756bb
#2a17bb
#a8bb17

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

#bb7c17 Color Code Preview on Black Background Color

This is how #bb7c17 Color will look on black background color. Color contrast ratio is 6.01

#bb7c17 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7c17

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7c17

#bb7c17 color code is use for CSS Background Color

Background color for the above div is #bb7c17

HTML with inline CSS

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

#bb7c17 color code is use for CSS Border Color

CSS Border color for the above div is #bb7c17

HTML with inline CSS

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

CSS Border Left color for the above div is #bb7c17

HTML with inline CSS

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

CSS Border Right color for the above div is #bb7c17

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb7c17

HTML with inline CSS

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

CSS Border Top color for the above div is #bb7c17

HTML with inline CSS

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

#bb7c17 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb7c17 Color code Preview on White Background

This is how #bb7c17 Color code will look on white background color. Color contrast ratio is 3.50

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

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(187,124,23,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,86,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,124,23,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.