crispedge.com

Color picker

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

#b8996b hex color - Golden Granola - Yellow - Warm color - Information

#b8996b hex color - Golden Granola - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b8996b Color Code is also known as Golden Granola color.

Hex #b8996b Color code in RGB color code model is created after adding 72.16% red color, 60% green color and 41.96% blue color. Hex #b8996b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 42% yellow and 28% black.

Hex #b8996b color code is between #bb8866 web safe hex color code and #aaaa77 web safe hex color code. #bb8866 is the nearest web safe color code. You can see here many more shades of #b8996b color code.

0 Likes 0 Comments | 44 Views

Color Table

Hex Color Codeb8996b#b8996b
RGB Decimal184, 153, 107rgb(184, 153, 107)
RGB Percent72%, 60%, 42%rgb(72%, 60%, 42%)
CSS RGBa184, 153, 107,1rgba(184,153,107,1)
CMYK Modelcmyk(0%,17%,42%,28%)
HSL Color Space36,35% ,57%hsl(36,35% ,57%)
HSV Color Space36°, 42%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001001100101101011
Octal270231153
Decimal184153107
Hexb8996b

Different shades of #b8996b color code.

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

Light Shade of #b8996b
#c9b18d
Dark Shade of #b8996b
#a2804e
Saturated Shade of #b8996b
#c39b60
Desaturated Shade of #b8996b
#ad9776
Grey scale Shade of #b8996b
#919191
Brighten Shade
#d1b284
Most Readable Shade
#000000

Shades of #b8996b color code

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

#b8996b
#a3885f
#8f7753
#7a6647
#66553b
#51442f
#3d3323
#282217
#14110b
#000000

Similar Color like #b8996b color

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

#b99a6c
#ba9b6d
#bb9c6e
#bc9d6f
#bd9e70
#be9f71
#bfa072
#c0a173
#c1a274
#c2a375
#c3a476
#c4a577
#c5a678
#c6a779
#b7986a
#b69769
#b59668
#b49567
#b39466
#b29365
#b19264
#b09163
#af9062
#ae8f61
#ad8e60
#ac8d5f
#ab8c5e
#aa8b5d

Monochromatic Color with #b8996b

#b8996b
#e2bc84
#0e0c08
#382f21
#63523a
#8d7652

Tints of #b8996b Color

#b8996b
#bfa47b
#c7af8b
#cfbb9c
#d7c6ac
#dfd1bd
#e7ddcd
#efe8de
#f7f3ee
#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

#b8996b
#6b8ab8

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

Split Complementary

#b8996b
#6bb1b8
#736bb8

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

Analogous Color

#b87a6b
#b88a6b
#b8996b
#b8a86b
#b8b86b

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

#b8996b
#6bb899
#996bb8

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

#b8996b
#6bb872
#6b8ab8
#b86bb0

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

#b8996b
#6b8ab8
#736bb8
#b1b86b

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

#b8996b Color Code Preview on Black Background Color

This is how #b8996b Color will look on black background color. Color contrast ratio is 7.81

#b8996b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8996b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8996b

#b8996b color code is use for CSS Background Color

Background color for the above div is #b8996b

HTML with inline CSS

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

#b8996b color code is use for CSS Border Color

CSS Border color for the above div is #b8996b

HTML with inline CSS

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

CSS Border Left color for the above div is #b8996b

HTML with inline CSS

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

CSS Border Right color for the above div is #b8996b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8996b

HTML with inline CSS

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

CSS Border Top color for the above div is #b8996b

HTML with inline CSS

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

#b8996b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8996b Color code Preview on White Background

This is how #b8996b Color code will look on white background color. Color contrast ratio is 2.69

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

Related Gradients

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

0 Likes 0 Comments | 44 Views

Post your comment:-

By submitting comment you agree to our privacy policy.