crispedge.com

Color picker

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

#b6a572 hex color - Grey - Warm color - Information

#b6a572 hex color - Grey - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Grey

Hex #b6a572 Color code in RGB color code model is created after adding 71.37% red color, 64.71% green color and 44.71% blue color. Hex #b6a572 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 37% yellow and 29% black.

Hex #b6a572 color code is between #bbaa77 web safe hex color code and #aa9966 web safe hex color code. #bbaa77 is the nearest web safe color code. You can see here many more shades of #b6a572 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb6a572#b6a572
RGB Decimal182, 165, 114rgb(182, 165, 114)
RGB Percent71%, 65%, 45%rgb(71%, 65%, 45%)
CSS RGBa182, 165, 114,1rgba(182,165,114,1)
CMYK Modelcmyk(0%,9%,37%,29%)
HSL Color Space45,32% ,58%hsl(45,32% ,58%)
HSV Color Space45°, 37%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101010010101110010
Octal266245162
Decimal182165114
Hexb6a572

Different shades of #b6a572 color code.

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

Light Shade of #b6a572
#c7ba94
Dark Shade of #b6a572
#a18e54
Saturated Shade of #b6a572
#c1aa67
Desaturated Shade of #b6a572
#aba07d
Grey scale Shade of #b6a572
#949494
Brighten Shade
#cfbe8b
Most Readable Shade
#000000

Shades of #b6a572 color code

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

#b6a572
#a19265
#8d8058
#796e4c
#655b3f
#504932
#3c3726
#282419
#14120c
#000000

Similar Color like #b6a572 color

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

#b7a673
#b8a774
#b9a875
#baa976
#bbaa77
#bcab78
#bdac79
#bead7a
#bfae7b
#c0af7c
#c1b07d
#c2b17e
#c3b27f
#c4b380
#b5a471
#b4a370
#b3a26f
#b2a16e
#b1a06d
#b09f6c
#af9e6b
#ae9d6a
#ad9c69
#ac9b68
#ab9a67
#aa9966
#a99865
#a89764

Monochromatic Color with #b6a572

#b6a572
#e0cc8d
#0c0b08
#363122
#61583d
#8b7e57

Tints of #b6a572 Color

#b6a572
#beaf81
#c6b991
#cec3a1
#d6cdb0
#ded7c0
#e6e1d0
#eeebdf
#f6f5ef
#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

#b6a572
#7283b6

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

Split Complementary

#b6a572
#72a5b6
#8372b6

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

Analogous Color

#b68a72
#b69772
#b6a572
#b6b372
#acb672

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

#b6a572
#72b6a5
#a572b6

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

#b6a572
#72b683
#7283b6
#b672a5

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

#b6a572
#7283b6
#8372b6
#a5b672

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

#b6a572 Color Code Preview on Black Background Color

This is how #b6a572 Color will look on black background color. Color contrast ratio is 8.61

#b6a572 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6a572

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6a572

#b6a572 color code is use for CSS Background Color

Background color for the above div is #b6a572

HTML with inline CSS

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

#b6a572 color code is use for CSS Border Color

CSS Border color for the above div is #b6a572

HTML with inline CSS

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

CSS Border Left color for the above div is #b6a572

HTML with inline CSS

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

CSS Border Right color for the above div is #b6a572

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6a572

HTML with inline CSS

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

CSS Border Top color for the above div is #b6a572

HTML with inline CSS

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

#b6a572 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6a572 Color code Preview on White Background

This is how #b6a572 Color code will look on white background color. Color contrast ratio is 2.44

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

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.