crispedge.com

Color picker

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

#bd97a0 hex color - Brown - Warm color - Information

#bd97a0 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bd97a0 Color code in RGB color code model is created after adding 74.12% red color, 59.22% green color and 62.75% blue color. Hex #bd97a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 15% yellow and 26% black.

Hex #bd97a0 color code is between #bb9999 web safe hex color code and #cc88aa web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #bd97a0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebd97a0#bd97a0
RGB Decimal189, 151, 160rgb(189, 151, 160)
RGB Percent74%, 59%, 63%rgb(74%, 59%, 63%)
CSS RGBa189, 151, 160,1rgba(189,151,160,1)
CMYK Modelcmyk(0%,20%,15%,26%)
HSL Color Space346,22% ,67%hsl(346,22% ,67%)
HSV Color Space346°, 20%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001011110100000
Octal275227240
Decimal189151160
Hexbd97a0

Different shades of #bd97a0 color code.

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

Light Shade of #bd97a0
#d1b6bc
Dark Shade of #bd97a0
#a97883
Saturated Shade of #bd97a0
#c58e9c
Desaturated Shade of #bd97a0
#b49fa4
Grey scale Shade of #bd97a0
#aaaaaa
Brighten Shade
#d6b0b9
Most Readable Shade
#000000

Shades of #bd97a0 color code

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

#bd97a0
#a8868e
#93757c
#7e646a
#695358
#544347
#3f3235
#2a2123
#151011
#000000

Similar Color like #bd97a0 color

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

#be98a1
#bf99a2
#c09aa3
#c19ba4
#c29ca5
#c39da6
#c49ea7
#c59fa8
#c6a0a9
#c7a1aa
#c8a2ab
#c9a3ac
#caa4ad
#cba5ae
#bc969f
#bb959e
#ba949d
#b9939c
#b8929b
#b7919a
#b69099
#b58f98
#b48e97
#b38d96
#b28c95
#b18b94
#b08a93
#af8992

Monochromatic Color with #bd97a0

#bd97a0
#e7b9c4
#130f10
#3d3134
#685358
#92757c

Tints of #bd97a0 Color

#bd97a0
#c4a2aa
#cbaeb5
#d3b9bf
#dac5ca
#e1d0d4
#e9dcdf
#f0e7e9
#f7f3f4
#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

#bd97a0
#97bdb4

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

Split Complementary

#bd97a0
#97bda1
#97b3bd

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

Analogous Color

#bd97af
#bd97a8
#bd97a0
#bd9798
#bd9d97

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

#bd97a0
#a0bd97
#97a0bd

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

#bd97a0
#b3bd97
#97bdb4
#a197bd

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

#bd97a0
#97bdb4
#97b3bd
#bda197

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

#bd97a0 Color Code Preview on Black Background Color

This is how #bd97a0 Color will look on black background color. Color contrast ratio is 8.10

#bd97a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd97a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd97a0

#bd97a0 color code is use for CSS Background Color

Background color for the above div is #bd97a0

HTML with inline CSS

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

#bd97a0 color code is use for CSS Border Color

CSS Border color for the above div is #bd97a0

HTML with inline CSS

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

CSS Border Left color for the above div is #bd97a0

HTML with inline CSS

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

CSS Border Right color for the above div is #bd97a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd97a0

HTML with inline CSS

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

CSS Border Top color for the above div is #bd97a0

HTML with inline CSS

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

#bd97a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd97a0 Color code Preview on White Background

This is how #bd97a0 Color code will look on white background color. Color contrast ratio is 2.59

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

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.