crispedge.com

Color picker

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

#b7b796 hex color - Yellow - Warm color - Information

#b7b796 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #b7b796 Color code in RGB color code model is created after adding 71.76% red color, 71.76% green color and 58.82% blue color. Hex #b7b796 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 18% yellow and 28% black.

Hex #b7b796 color code is between #bbbb99 web safe hex color code and #aaaa88 web safe hex color code. #bbbb99 is the nearest web safe color code. You can see here many more shades of #b7b796 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeb7b796#b7b796
RGB Decimal183, 183, 150rgb(183, 183, 150)
RGB Percent72%, 72%, 59%rgb(72%, 72%, 59%)
CSS RGBa183, 183, 150,1rgba(183,183,150,1)
CMYK Modelcmyk(0%,0%,18%,28%)
HSL Color Space60,19% ,65%hsl(60,19% ,65%)
HSV Color Space60°, 18%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111011011110010110
Octal267267226
Decimal183183150
Hexb7b796

Different shades of #b7b796 color code.

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

Light Shade of #b7b796
#ccccb4
Dark Shade of #b7b796
#a2a278
Saturated Shade of #b7b796
#c0c08d
Desaturated Shade of #b7b796
#aeae9f
Grey scale Shade of #b7b796
#a6a6a6
Brighten Shade
#d0d0af
Most Readable Shade
#000000

Shades of #b7b796 color code

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

#b7b796
#a2a285
#8e8e74
#7a7a64
#656553
#515142
#3d3d32
#282821
#141410
#000000

Similar Color like #b7b796 color

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

#b8b897
#b9b998
#baba99
#bbbb9a
#bcbc9b
#bdbd9c
#bebe9d
#bfbf9e
#c0c09f
#c1c1a0
#c2c2a1
#c3c3a2
#c4c4a3
#c5c5a4
#b6b695
#b5b594
#b4b493
#b3b392
#b2b291
#b1b190
#b0b08f
#afaf8e
#aeae8d
#adad8c
#acac8b
#abab8a
#aaaa89
#a9a988

Monochromatic Color with #b7b796

#b7b796
#e1e1b9
#0d0d0b
#37372d
#626250
#8c8c73

Tints of #b7b796 Color

#b7b796
#bfbfa1
#c7c7ad
#cfcfb9
#d7d7c4
#dfdfd0
#e7e7dc
#efefe7
#f7f7f3
#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

#b7b796
#9696b7

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

Split Complementary

#b7b796
#96a7b7
#a796b7

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

Analogous Color

#b7aa96
#b7b096
#b7b796
#b0b796
#aab796

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

#b7b796
#96b7b7
#b796b7

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

#b7b796
#96b7a6
#9696b7
#b796a6

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

#b7b796
#9696b7
#a796b7
#a7b796

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

#b7b796 Color Code Preview on Black Background Color

This is how #b7b796 Color will look on black background color. Color contrast ratio is 10.23

#b7b796 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7b796

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7b796

#b7b796 color code is use for CSS Background Color

Background color for the above div is #b7b796

HTML with inline CSS

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

#b7b796 color code is use for CSS Border Color

CSS Border color for the above div is #b7b796

HTML with inline CSS

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

CSS Border Left color for the above div is #b7b796

HTML with inline CSS

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

CSS Border Right color for the above div is #b7b796

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7b796

HTML with inline CSS

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

CSS Border Top color for the above div is #b7b796

HTML with inline CSS

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

#b7b796 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7b796 Color code Preview on White Background

This is how #b7b796 Color code will look on white background color. Color contrast ratio is 2.05

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

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.