crispedge.com

Color picker

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

#b5b370 hex color - Yellow - Warm color - Information

#b5b370 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #b5b370 Color code in RGB color code model is created after adding 70.98% red color, 70.2% green color and 43.92% blue color. Hex #b5b370 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 38% yellow and 29% black.

Hex #b5b370 color code is between #bbbb77 web safe hex color code and #aaaa66 web safe hex color code. #bbbb77 is the nearest web safe color code. You can see here many more shades of #b5b370 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb5b370#b5b370
RGB Decimal181, 179, 112rgb(181, 179, 112)
RGB Percent71%, 70%, 44%rgb(71%, 70%, 44%)
CSS RGBa181, 179, 112,1rgba(181,179,112,1)
CMYK Modelcmyk(0%,1%,38%,29%)
HSL Color Space58,32% ,57%hsl(58,32% ,57%)
HSV Color Space58°, 38%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011011001101110000
Octal265263160
Decimal181179112
Hexb5b370

Different shades of #b5b370 color code.

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

Light Shade of #b5b370
#c6c592
Dark Shade of #b5b370
#9f9d53
Saturated Shade of #b5b370
#c0bd65
Desaturated Shade of #b5b370
#aaa97b
Grey scale Shade of #b5b370
#929292
Brighten Shade
#cecc89
Most Readable Shade
#000000

Shades of #b5b370 color code

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

#b5b370
#a09f63
#8c8b57
#78774a
#64633e
#504f31
#3c3b25
#282718
#14130c
#000000

Similar Color like #b5b370 color

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

#b6b471
#b7b572
#b8b673
#b9b774
#bab875
#bbb976
#bcba77
#bdbb78
#bebc79
#bfbd7a
#c0be7b
#c1bf7c
#c2c07d
#c3c17e
#b4b26f
#b3b16e
#b2b06d
#b1af6c
#b0ae6b
#afad6a
#aeac69
#adab68
#acaa67
#aba966
#aaa865
#a9a764
#a8a663
#a7a562

Monochromatic Color with #b5b370

#b5b370
#dfdd8a
#0b0b07
#353521
#605f3b
#8a8956

Tints of #b5b370 Color

#b5b370
#bdbb7f
#c5c38f
#cdcc9f
#d5d4af
#deddbf
#e6e5cf
#eeeedf
#f6f6ef
#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

#b5b370
#7072b5

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

Split Complementary

#b5b370
#7095b5
#9170b5

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

Analogous Color

#b59770
#b5a570
#b5b370
#a9b570
#9bb570

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

#b5b370
#70b5b3
#b370b5

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

#b5b370
#70b590
#7072b5
#b57094

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

#b5b370
#7072b5
#9170b5
#95b570

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

#b5b370 Color Code Preview on Black Background Color

This is how #b5b370 Color will look on black background color. Color contrast ratio is 9.65

#b5b370 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5b370

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5b370

#b5b370 color code is use for CSS Background Color

Background color for the above div is #b5b370

HTML with inline CSS

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

#b5b370 color code is use for CSS Border Color

CSS Border color for the above div is #b5b370

HTML with inline CSS

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

CSS Border Left color for the above div is #b5b370

HTML with inline CSS

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

CSS Border Right color for the above div is #b5b370

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5b370

HTML with inline CSS

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

CSS Border Top color for the above div is #b5b370

HTML with inline CSS

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

#b5b370 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5b370 Color code Preview on White Background

This is how #b5b370 Color code will look on white background color. Color contrast ratio is 2.18

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

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.