crispedge.com

Color picker

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

#bcb5ab hex color - Brown - Warm color - Information

#bcb5ab hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bcb5ab Color code in RGB color code model is created after adding 73.73% red color, 70.98% green color and 67.06% blue color. Hex #bcb5ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 9% yellow and 26% black.

Hex #bcb5ab 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 #bcb5ab color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codebcb5ab#bcb5ab
RGB Decimal188, 181, 171rgb(188, 181, 171)
RGB Percent74%, 71%, 67%rgb(74%, 71%, 67%)
CSS RGBa188, 181, 171,1rgba(188,181,171,1)
CMYK Modelcmyk(0%,4%,9%,26%)
HSL Color Space35,11% ,70%hsl(35,11% ,70%)
HSV Color Space35°, 9%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001011010110101011
Octal274265253
Decimal188181171
Hexbcb5ab

Different shades of #bcb5ab color code.

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

Light Shade of #bcb5ab
#d3cec7
Dark Shade of #bcb5ab
#a59c8f
Saturated Shade of #bcb5ab
#c4b6a3
Desaturated Shade of #bcb5ab
#b4b4b3
Grey scale Shade of #bcb5ab
#b3b3b3
Brighten Shade
#d5cec4
Most Readable Shade
#000000

Shades of #bcb5ab color code

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

#bcb5ab
#a7a098
#928c85
#7d7872
#68645f
#53504c
#3e3c39
#292826
#141413
#000000

Similar Color like #bcb5ab color

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

#bdb6ac
#beb7ad
#bfb8ae
#c0b9af
#c1bab0
#c2bbb1
#c3bcb2
#c4bdb3
#c5beb4
#c6bfb5
#c7c0b6
#c8c1b7
#c9c2b8
#cac3b9
#bbb4aa
#bab3a9
#b9b2a8
#b8b1a7
#b7b0a6
#b6afa5
#b5aea4
#b4ada3
#b3aca2
#b2aba1
#b1aaa0
#b0a99f
#afa89e
#aea79d

Monochromatic Color with #bcb5ab

#bcb5ab
#e6ded2
#121110
#3c3a37
#67635e
#918c84

Tints of #bcb5ab Color

#bcb5ab
#c3bdb4
#cac5bd
#d2cdc7
#d9d5d0
#e1ded9
#e8e6e3
#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

#bcb5ab
#abb2bc

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

Split Complementary

#bcb5ab
#abbbbc
#adabbc

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

Analogous Color

#bcaeab
#bcb2ab
#bcb5ab
#bcb8ab
#bcbcab

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

#bcb5ab
#abbcb5
#b5abbc

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

#bcb5ab
#abbcac
#abb2bc
#bcabba

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

#bcb5ab
#abb2bc
#adabbc
#bbbcab

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

#bcb5ab Color Code Preview on Black Background Color

This is how #bcb5ab Color will look on black background color. Color contrast ratio is 10.34

#bcb5ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcb5ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcb5ab

#bcb5ab color code is use for CSS Background Color

Background color for the above div is #bcb5ab

HTML with inline CSS

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

#bcb5ab color code is use for CSS Border Color

CSS Border color for the above div is #bcb5ab

HTML with inline CSS

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

CSS Border Left color for the above div is #bcb5ab

HTML with inline CSS

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

CSS Border Right color for the above div is #bcb5ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcb5ab

HTML with inline CSS

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

CSS Border Top color for the above div is #bcb5ab

HTML with inline CSS

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

#bcb5ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcb5ab Color code Preview on White Background

This is how #bcb5ab Color code will look on white background color. Color contrast ratio is 2.03

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.