crispedge.com

Color picker

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

#b7baaa hex color - Grey - Warm color - Information

#b7baaa hex color - Grey - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Grey

Hex #b7baaa Color code in RGB color code model is created after adding 71.76% red color, 72.94% green color and 66.67% blue color. Hex #b7baaa Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 9% yellow and 27% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeb7baaa#b7baaa
RGB Decimal183, 186, 170rgb(183, 186, 170)
RGB Percent72%, 73%, 67%rgb(72%, 73%, 67%)
CSS RGBa183, 186, 170,1rgba(183,186,170,1)
CMYK Modelcmyk(2%,0%,9%,27%)
HSL Color Space71,10% ,70%hsl(71,10% ,70%)
HSV Color Space71°, 9%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111011101010101010
Octal267272252
Decimal183186170
Hexb7baaa

Different shades of #b7baaa color code.

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

Light Shade of #b7baaa
#cfd1c6
Dark Shade of #b7baaa
#9fa38e
Saturated Shade of #b7baaa
#bcc2a2
Desaturated Shade of #b7baaa
#b2b2b2
Grey scale Shade of #b7baaa
#b2b2b2
Brighten Shade
#d0d3c3
Most Readable Shade
#000000

Shades of #b7baaa color code

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

#b7baaa
#a2a597
#8e9084
#7a7c71
#65675e
#51524b
#3d3e38
#282925
#141412
#000000

Similar Color like #b7baaa color

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

#b8bbab
#b9bcac
#babdad
#bbbeae
#bcbfaf
#bdc0b0
#bec1b1
#bfc2b2
#c0c3b3
#c1c4b4
#c2c5b5
#c3c6b6
#c4c7b7
#c5c8b8
#b6b9a9
#b5b8a8
#b4b7a7
#b3b6a6
#b2b5a5
#b1b4a4
#b0b3a3
#afb2a2
#aeb1a1
#adb0a0
#acaf9f
#abae9e
#aaad9d
#a9ac9c

Monochromatic Color with #b7baaa

#b7baaa
#e1e4d1
#10100f
#3a3a35
#63655c
#8d8f83

Tints of #b7baaa Color

#b7baaa
#bfc1b3
#c7c9bc
#cfd1c6
#d7d8cf
#dfe0d9
#e7e8e2
#efefec
#f7f7f5
#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

#b7baaa
#adaaba

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

Split Complementary

#b7baaa
#aaafba
#b5aaba

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

Analogous Color

#bab7aa
#babaaa
#b7baaa
#b4baaa
#b1baaa

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

#b7baaa
#aab7ba
#baaab7

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

#b7baaa
#aabab5
#adaaba
#baaaaf

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

#b7baaa
#adaaba
#b5aaba
#afbaaa

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

#b7baaa Color Code Preview on Black Background Color

This is how #b7baaa Color will look on black background color. Color contrast ratio is 10.62

#b7baaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7baaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7baaa

#b7baaa color code is use for CSS Background Color

Background color for the above div is #b7baaa

HTML with inline CSS

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

#b7baaa color code is use for CSS Border Color

CSS Border color for the above div is #b7baaa

HTML with inline CSS

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

CSS Border Left color for the above div is #b7baaa

HTML with inline CSS

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

CSS Border Right color for the above div is #b7baaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7baaa

HTML with inline CSS

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

CSS Border Top color for the above div is #b7baaa

HTML with inline CSS

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

#b7baaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7baaa Color code Preview on White Background

This is how #b7baaa Color code will look on white background color. Color contrast ratio is 1.98

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.