crispedge.com

Color picker

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

#bbb3ad hex color - Brown - Warm color - Information

#bbb3ad hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bbb3ad Color code in RGB color code model is created after adding 73.33% red color, 70.2% green color and 67.84% blue color. Hex #bbb3ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 7% yellow and 27% black.

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

0 Likes 0 Comments | 15 Views

Color Table

Hex Color Codebbb3ad#bbb3ad
RGB Decimal187, 179, 173rgb(187, 179, 173)
RGB Percent73%, 70%, 68%rgb(73%, 70%, 68%)
CSS RGBa187, 179, 173,1rgba(187,179,173,1)
CMYK Modelcmyk(0%,4%,7%,27%)
HSL Color Space26,9% ,71%hsl(26,9% ,71%)
HSV Color Space26°, 7%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111011001110101101
Octal273263255
Decimal187179173
Hexbbb3ad

Different shades of #bbb3ad color code.

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

Light Shade of #bbb3ad
#d2cdc9
Dark Shade of #bbb3ad
#a49991
Saturated Shade of #bbb3ad
#c2b2a5
Desaturated Shade of #bbb3ad
#b4b4b4
Grey scale Shade of #bbb3ad
#b4b4b4
Brighten Shade
#d4ccc6
Most Readable Shade
#000000

Shades of #bbb3ad color code

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

#bbb3ad
#a69f99
#918b86
#7c7773
#676360
#534f4c
#3e3b39
#292726
#141313
#000000

Similar Color like #bbb3ad color

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

#bcb4ae
#bdb5af
#beb6b0
#bfb7b1
#c0b8b2
#c1b9b3
#c2bab4
#c3bbb5
#c4bcb6
#c5bdb7
#c6beb8
#c7bfb9
#c8c0ba
#c9c1bb
#bab2ac
#b9b1ab
#b8b0aa
#b7afa9
#b6aea8
#b5ada7
#b4aca6
#b3aba5
#b2aaa4
#b1a9a3
#b0a8a2
#afa7a1
#aea6a0
#ada59f

Monochromatic Color with #bbb3ad

#bbb3ad
#e5dcd4
#111010
#3b3937
#66625e
#908a86

Tints of #bbb3ad Color

#bbb3ad
#c2bbb6
#cac3bf
#d1ccc8
#d9d4d1
#e0ddda
#e8e5e3
#efeeec
#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

#bbb3ad
#adb5bb

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

Split Complementary

#bbb3ad
#adbbba
#adaebb

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

Analogous Color

#bbadad
#bbb0ad
#bbb3ad
#bbb6ad
#bbb9ad

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

#bbb3ad
#adbbb3
#b3adbb

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

#bbb3ad
#aebbad
#adb5bb
#baadbb

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

#bbb3ad
#adb5bb
#adaebb
#bbbaad

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

#bbb3ad Color Code Preview on Black Background Color

This is how #bbb3ad Color will look on black background color. Color contrast ratio is 10.16

#bbb3ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbb3ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbb3ad

#bbb3ad color code is use for CSS Background Color

Background color for the above div is #bbb3ad

HTML with inline CSS

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

#bbb3ad color code is use for CSS Border Color

CSS Border color for the above div is #bbb3ad

HTML with inline CSS

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

CSS Border Left color for the above div is #bbb3ad

HTML with inline CSS

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

CSS Border Right color for the above div is #bbb3ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbb3ad

HTML with inline CSS

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

CSS Border Top color for the above div is #bbb3ad

HTML with inline CSS

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

#bbb3ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbb3ad Color code Preview on White Background

This is how #bbb3ad Color code will look on white background color. Color contrast ratio is 2.07

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

Related Gradients

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

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.