crispedge.com

Color picker

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

#bdb6ad hex color - Brown - Warm color - Information

#bdb6ad hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bdb6ad Color code in RGB color code model is created after adding 74.12% red color, 71.37% green color and 67.84% blue color. Hex #bdb6ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 8% yellow and 26% black.

Hex #bdb6ad color code is between #bbbbaa web safe hex color code and #ccaabb web safe hex color code. #bbbbaa is the nearest web safe color code. You can see here many more shades of #bdb6ad color code.

0 Likes 0 Comments | 24 Views

Color Table

Hex Color Codebdb6ad#bdb6ad
RGB Decimal189, 182, 173rgb(189, 182, 173)
RGB Percent74%, 71%, 68%rgb(74%, 71%, 68%)
CSS RGBa189, 182, 173,1rgba(189,182,173,1)
CMYK Modelcmyk(0%,4%,8%,26%)
HSL Color Space34,11% ,71%hsl(34,11% ,71%)
HSV Color Space34°, 8%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011011011010101101
Octal275266255
Decimal189182173
Hexbdb6ad

Different shades of #bdb6ad color code.

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

Light Shade of #bdb6ad
#d4cfc9
Dark Shade of #bdb6ad
#a69d91
Saturated Shade of #bdb6ad
#c4b7a6
Desaturated Shade of #bdb6ad
#b6b5b4
Grey scale Shade of #bdb6ad
#b5b5b5
Brighten Shade
#d6cfc6
Most Readable Shade
#000000

Shades of #bdb6ad color code

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

#bdb6ad
#a8a199
#938d86
#7e7973
#696560
#54504c
#3f3c39
#2a2826
#151413
#000000

Similar Color like #bdb6ad color

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

#beb7ae
#bfb8af
#c0b9b0
#c1bab1
#c2bbb2
#c3bcb3
#c4bdb4
#c5beb5
#c6bfb6
#c7c0b7
#c8c1b8
#c9c2b9
#cac3ba
#cbc4bb
#bcb5ac
#bbb4ab
#bab3aa
#b9b2a9
#b8b1a8
#b7b0a7
#b6afa6
#b5aea5
#b4ada4
#b3aca3
#b2aba2
#b1aaa1
#b0a9a0
#afa89f

Monochromatic Color with #bdb6ad

#bdb6ad
#e7dfd4
#131211
#3d3b38
#68645f
#928d86

Tints of #bdb6ad Color

#bdb6ad
#c4beb6
#cbc6bf
#d3cec8
#dad6d1
#e1deda
#e9e6e3
#f0eeec
#f7f6f5
#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

#bdb6ad
#adb4bd

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

Split Complementary

#bdb6ad
#adbcbd
#aeadbd

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

Analogous Color

#bdb0ad
#bdb3ad
#bdb6ad
#bdb9ad
#bdbcad

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

#bdb6ad
#adbdb6
#b6adbd

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

#bdb6ad
#adbdae
#adb4bd
#bdadbc

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

#bdb6ad
#adb4bd
#aeadbd
#bcbdad

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

#bdb6ad Color Code Preview on Black Background Color

This is how #bdb6ad Color will look on black background color. Color contrast ratio is 10.46

#bdb6ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdb6ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdb6ad

#bdb6ad color code is use for CSS Background Color

Background color for the above div is #bdb6ad

HTML with inline CSS

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

#bdb6ad color code is use for CSS Border Color

CSS Border color for the above div is #bdb6ad

HTML with inline CSS

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

CSS Border Left color for the above div is #bdb6ad

HTML with inline CSS

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

CSS Border Right color for the above div is #bdb6ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdb6ad

HTML with inline CSS

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

CSS Border Top color for the above div is #bdb6ad

HTML with inline CSS

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

#bdb6ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdb6ad Color code Preview on White Background

This is how #bdb6ad Color code will look on white background color. Color contrast ratio is 2.01

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

Related Gradients

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

0 Likes 0 Comments | 24 Views

Post your comment:-

By submitting comment you agree to our privacy policy.