crispedge.com

Color picker

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

#b5a070 hex color - Grey - Warm color - Information

#b5a070 hex color - Grey - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeb5a070#b5a070
RGB Decimal181, 160, 112rgb(181, 160, 112)
RGB Percent71%, 63%, 44%rgb(71%, 63%, 44%)
CSS RGBa181, 160, 112,1rgba(181,160,112,1)
CMYK Modelcmyk(0%,12%,38%,29%)
HSL Color Space42,32% ,57%hsl(42,32% ,57%)
HSV Color Space42°, 38%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011010000001110000
Octal265240160
Decimal181160112
Hexb5a070

Different shades of #b5a070 color code.

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

Light Shade of #b5a070
#c6b692
Dark Shade of #b5a070
#9f8853
Saturated Shade of #b5a070
#c0a465
Desaturated Shade of #b5a070
#aa9c7b
Grey scale Shade of #b5a070
#929292
Brighten Shade
#ceb989
Most Readable Shade
#000000

Shades of #b5a070 color code

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

#b5a070
#a08e63
#8c7c57
#786a4a
#64583e
#504731
#3c3525
#282318
#14110c
#000000

Similar Color like #b5a070 color

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

#b6a171
#b7a272
#b8a373
#b9a474
#baa575
#bba676
#bca777
#bda878
#bea979
#bfaa7a
#c0ab7b
#c1ac7c
#c2ad7d
#c3ae7e
#b49f6f
#b39e6e
#b29d6d
#b19c6c
#b09b6b
#af9a6a
#ae9969
#ad9868
#ac9767
#ab9666
#aa9565
#a99464
#a89363
#a79262

Monochromatic Color with #b5a070

#b5a070
#dfc68a
#0b0a07
#352f21
#60553b
#8a7a56

Tints of #b5a070 Color

#b5a070
#bdaa7f
#c5b58f
#cdbf9f
#d5caaf
#ded4bf
#e6dfcf
#eee9df
#f6f4ef
#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

#b5a070
#7085b5

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

Split Complementary

#b5a070
#70a8b5
#7d70b5

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

Analogous Color

#b58470
#b59270
#b5a070
#b5ae70
#aeb570

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

#b5a070
#70b5a0
#a070b5

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

#b5a070
#70b57e
#7085b5
#b570a7

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

#b5a070
#7085b5
#7d70b5
#a8b570

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

#b5a070 Color Code Preview on Black Background Color

This is how #b5a070 Color will look on black background color. Color contrast ratio is 8.23

#b5a070 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5a070

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5a070

#b5a070 color code is use for CSS Background Color

Background color for the above div is #b5a070

HTML with inline CSS

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

#b5a070 color code is use for CSS Border Color

CSS Border color for the above div is #b5a070

HTML with inline CSS

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

CSS Border Left color for the above div is #b5a070

HTML with inline CSS

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

CSS Border Right color for the above div is #b5a070

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5a070

HTML with inline CSS

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

CSS Border Top color for the above div is #b5a070

HTML with inline CSS

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

#b5a070 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5a070 Color code Preview on White Background

This is how #b5a070 Color code will look on white background color. Color contrast ratio is 2.55

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.