crispedge.com

Color picker

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

#bb9d80 hex color - Grey - Warm color - Information

#bb9d80 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #bb9d80 Color code in RGB color code model is created after adding 73.33% red color, 61.57% green color and 50.2% blue color. Hex #bb9d80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 32% yellow and 27% black.

Hex #bb9d80 color code is between #aa9988 web safe hex color code and #ccaa77 web safe hex color code. #aa9988 is the nearest web safe color code. You can see here many more shades of #bb9d80 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codebb9d80#bb9d80
RGB Decimal187, 157, 128rgb(187, 157, 128)
RGB Percent73%, 62%, 50%rgb(73%, 62%, 50%)
CSS RGBa187, 157, 128,1rgba(187,157,128,1)
CMYK Modelcmyk(0%,16%,32%,27%)
HSL Color Space29,30% ,62%hsl(29,30% ,62%)
HSV Color Space29°, 32%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111001110110000000
Octal273235200
Decimal187157128
Hexbb9d80

Different shades of #bb9d80 color code.

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

Light Shade of #bb9d80
#cdb7a1
Dark Shade of #bb9d80
#a9835f
Saturated Shade of #bb9d80
#c59d76
Desaturated Shade of #bb9d80
#b19d8a
Grey scale Shade of #bb9d80
#9d9d9d
Brighten Shade
#d4b699
Most Readable Shade
#000000

Shades of #bb9d80 color code

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

#bb9d80
#a68b71
#917a63
#7c6855
#675747
#534538
#3e342a
#29221c
#14110e
#000000

Similar Color like #bb9d80 color

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

#bc9e81
#bd9f82
#bea083
#bfa184
#c0a285
#c1a386
#c2a487
#c3a588
#c4a689
#c5a78a
#c6a88b
#c7a98c
#c8aa8d
#c9ab8e
#ba9c7f
#b99b7e
#b89a7d
#b7997c
#b6987b
#b5977a
#b49679
#b39578
#b29477
#b19376
#b09275
#af9174
#ae9073
#ad8f72

Monochromatic Color with #bb9d80

#bb9d80
#e5c19d
#110e0c
#3b3229
#665646
#907963

Tints of #bb9d80 Color

#bb9d80
#c2a78e
#cab29c
#d1bdaa
#d9c8b8
#e0d3c6
#e8ded4
#efe9e2
#f7f4f0
#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

#bb9d80
#809ebb

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

Split Complementary

#bb9d80
#80bbbb
#8081bb

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

Analogous Color

#bb8580
#bb9180
#bb9d80
#bba980
#bbb580

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

#bb9d80
#80bb9d
#9d80bb

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

#bb9d80
#80bb80
#809ebb
#ba80bb

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

#bb9d80
#809ebb
#8081bb
#bbbb80

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

#bb9d80 Color Code Preview on Black Background Color

This is how #bb9d80 Color will look on black background color. Color contrast ratio is 8.25

#bb9d80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9d80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9d80

#bb9d80 color code is use for CSS Background Color

Background color for the above div is #bb9d80

HTML with inline CSS

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

#bb9d80 color code is use for CSS Border Color

CSS Border color for the above div is #bb9d80

HTML with inline CSS

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

CSS Border Left color for the above div is #bb9d80

HTML with inline CSS

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

CSS Border Right color for the above div is #bb9d80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb9d80

HTML with inline CSS

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

CSS Border Top color for the above div is #bb9d80

HTML with inline CSS

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

#bb9d80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb9d80 Color code Preview on White Background

This is how #bb9d80 Color code will look on white background color. Color contrast ratio is 2.55

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.