crispedge.com

Color picker

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

#bda99f hex color - Brown - Warm color - Information

#bda99f hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #bda99f Color code in RGB color code model is created after adding 74.12% red color, 66.27% green color and 62.35% blue color. Hex #bda99f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 16% yellow and 26% black.

Hex #bda99f color code is between #bbaa99 web safe hex color code and #cc99aa web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #bda99f color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codebda99f#bda99f
RGB Decimal189, 169, 159rgb(189, 169, 159)
RGB Percent74%, 66%, 62%rgb(74%, 66%, 62%)
CSS RGBa189, 169, 159,1rgba(189,169,159,1)
CMYK Modelcmyk(0%,11%,16%,26%)
HSL Color Space20,19% ,68%hsl(20,19% ,68%)
HSV Color Space20°, 16%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011010100110011111
Octal275251237
Decimal189169159
Hexbda99f

Different shades of #bda99f color code.

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

Light Shade of #bda99f
#d2c4bd
Dark Shade of #bda99f
#a88e81
Saturated Shade of #bda99f
#c5a697
Desaturated Shade of #bda99f
#b5aca7
Grey scale Shade of #bda99f
#aeaeae
Brighten Shade
#d6c2b8
Most Readable Shade
#000000

Shades of #bda99f color code

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

#bda99f
#a8968d
#93837b
#7e706a
#695d58
#544b46
#3f3835
#2a2523
#151211
#000000

Similar Color like #bda99f color

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

#beaaa0
#bfaba1
#c0aca2
#c1ada3
#c2aea4
#c3afa5
#c4b0a6
#c5b1a7
#c6b2a8
#c7b3a9
#c8b4aa
#c9b5ab
#cab6ac
#cbb7ad
#bca89e
#bba79d
#baa69c
#b9a59b
#b8a49a
#b7a399
#b6a298
#b5a197
#b4a096
#b39f95
#b29e94
#b19d93
#b09c92
#af9b91

Monochromatic Color with #bda99f

#bda99f
#e7cfc3
#131110
#3d3734
#685d57
#92837b

Tints of #bda99f Color

#bda99f
#c4b2a9
#cbbcb4
#d3c5bf
#dacfc9
#e1d8d4
#e9e2df
#f0ebe9
#f7f5f4
#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

#bda99f
#9fb3bd

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

Split Complementary

#bda99f
#9fbdb8
#9fa4bd

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

Analogous Color

#bd9fa1
#bda39f
#bda99f
#bdaf9f
#bdb59f

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

#bda99f
#9fbda9
#a99fbd

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

#bda99f
#a4bd9f
#9fb3bd
#b89fbd

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

#bda99f
#9fb3bd
#9fa4bd
#bdb89f

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

#bda99f Color Code Preview on Black Background Color

This is how #bda99f Color will look on black background color. Color contrast ratio is 9.34

#bda99f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bda99f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bda99f

#bda99f color code is use for CSS Background Color

Background color for the above div is #bda99f

HTML with inline CSS

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

#bda99f color code is use for CSS Border Color

CSS Border color for the above div is #bda99f

HTML with inline CSS

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

CSS Border Left color for the above div is #bda99f

HTML with inline CSS

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

CSS Border Right color for the above div is #bda99f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bda99f

HTML with inline CSS

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

CSS Border Top color for the above div is #bda99f

HTML with inline CSS

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

#bda99f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bda99f Color code Preview on White Background

This is how #bda99f Color code will look on white background color. Color contrast ratio is 2.25

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

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.