crispedge.com

Color picker

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

#bd9b79 hex color - Grey - Warm color - Information

#bd9b79 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #bd9b79 Color code in RGB color code model is created after adding 74.12% red color, 60.78% green color and 47.45% blue color. Hex #bd9b79 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 36% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebd9b79#bd9b79
RGB Decimal189, 155, 121rgb(189, 155, 121)
RGB Percent74%, 61%, 47%rgb(74%, 61%, 47%)
CSS RGBa189, 155, 121,1rgba(189,155,121,1)
CMYK Modelcmyk(0%,18%,36%,26%)
HSL Color Space30,34% ,61%hsl(30,34% ,61%)
HSV Color Space30°, 36%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001101101111001
Octal275233171
Decimal189155121
Hexbd9b79

Different shades of #bd9b79 color code.

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

Light Shade of #bd9b79
#ceb49b
Dark Shade of #bd9b79
#ac8157
Saturated Shade of #bd9b79
#c79b6f
Desaturated Shade of #bd9b79
#b39b83
Grey scale Shade of #bd9b79
#9b9b9b
Brighten Shade
#d6b492
Most Readable Shade
#000000

Shades of #bd9b79 color code

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

#bd9b79
#a8896b
#93785e
#7e6750
#695643
#544435
#3f3328
#2a221a
#15110d
#000000

Similar Color like #bd9b79 color

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

#be9c7a
#bf9d7b
#c09e7c
#c19f7d
#c2a07e
#c3a17f
#c4a280
#c5a381
#c6a482
#c7a583
#c8a684
#c9a785
#caa886
#cba987
#bc9a78
#bb9977
#ba9876
#b99775
#b89674
#b79573
#b69472
#b59371
#b49270
#b3916f
#b2906e
#b18f6d
#b08e6c
#af8d6b

Monochromatic Color with #bd9b79

#bd9b79
#e7be94
#13100c
#3d3227
#685543
#92785e

Tints of #bd9b79 Color

#bd9b79
#c4a687
#cbb196
#d3bca5
#dac7b4
#e1d2c3
#e9ddd2
#f0e8e1
#f7f3f0
#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

#bd9b79
#799bbd

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

Split Complementary

#bd9b79
#79bdbd
#7979bd

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

Analogous Color

#bd8079
#bd8d79
#bd9b79
#bda979
#bdb679

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

#bd9b79
#79bd9b
#9b79bd

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

#bd9b79
#79bd79
#799bbd
#bd79bd

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

#bd9b79
#799bbd
#7979bd
#bdbd79

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

#bd9b79 Color Code Preview on Black Background Color

This is how #bd9b79 Color will look on black background color. Color contrast ratio is 8.13

#bd9b79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9b79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9b79

#bd9b79 color code is use for CSS Background Color

Background color for the above div is #bd9b79

HTML with inline CSS

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

#bd9b79 color code is use for CSS Border Color

CSS Border color for the above div is #bd9b79

HTML with inline CSS

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

CSS Border Left color for the above div is #bd9b79

HTML with inline CSS

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

CSS Border Right color for the above div is #bd9b79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd9b79

HTML with inline CSS

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

CSS Border Top color for the above div is #bd9b79

HTML with inline CSS

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

#bd9b79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd9b79 Color code Preview on White Background

This is how #bd9b79 Color code will look on white background color. Color contrast ratio is 2.58

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

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.