crispedge.com

Color picker

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

#bc9f76 hex color - Grey - Warm color - Information

#bc9f76 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #bc9f76 Color code in RGB color code model is created after adding 73.73% red color, 62.35% green color and 46.27% blue color. Hex #bc9f76 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 37% yellow and 26% black.

Hex #bc9f76 color code is between #bb9977 web safe hex color code and #ccaa66 web safe hex color code. #bb9977 is the nearest web safe color code. You can see here many more shades of #bc9f76 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc9f76#bc9f76
RGB Decimal188, 159, 118rgb(188, 159, 118)
RGB Percent74%, 62%, 46%rgb(74%, 62%, 46%)
CSS RGBa188, 159, 118,1rgba(188,159,118,1)
CMYK Modelcmyk(0%,15%,37%,26%)
HSL Color Space35,34% ,60%hsl(35,34% ,60%)
HSV Color Space35°, 37%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001111101110110
Octal274237166
Decimal188159118
Hexbc9f76

Different shades of #bc9f76 color code.

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

Light Shade of #bc9f76
#cdb798
Dark Shade of #bc9f76
#ab8754
Saturated Shade of #bc9f76
#c6a16c
Desaturated Shade of #bc9f76
#b29d80
Grey scale Shade of #bc9f76
#999999
Brighten Shade
#d5b88f
Most Readable Shade
#000000

Shades of #bc9f76 color code

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

#bc9f76
#a78d68
#927b5b
#7d6a4e
#685841
#534634
#3e3527
#29231a
#14110d
#000000

Similar Color like #bc9f76 color

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

#bda077
#bea178
#bfa279
#c0a37a
#c1a47b
#c2a57c
#c3a67d
#c4a77e
#c5a87f
#c6a980
#c7aa81
#c8ab82
#c9ac83
#caad84
#bb9e75
#ba9d74
#b99c73
#b89b72
#b79a71
#b69970
#b5986f
#b4976e
#b3966d
#b2956c
#b1946b
#b0936a
#af9269
#ae9168

Monochromatic Color with #bc9f76

#bc9f76
#e6c391
#120f0b
#3c3326
#675741
#917b5b

Tints of #bc9f76 Color

#bc9f76
#c3a985
#cab494
#d2bfa3
#d9c9b2
#e1d4c2
#e8dfd1
#f0e9e0
#f7f4ef
#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

#bc9f76
#7693bc

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

Split Complementary

#bc9f76
#76b6bc
#7c76bc

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

Analogous Color

#bc8376
#bc9176
#bc9f76
#bcad76
#bcbb76

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

#bc9f76
#76bc9f
#9f76bc

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

#bc9f76
#76bc7c
#7693bc
#bc76b6

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

#bc9f76
#7693bc
#7c76bc
#b6bc76

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

#bc9f76 Color Code Preview on Black Background Color

This is how #bc9f76 Color will look on black background color. Color contrast ratio is 8.36

#bc9f76 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9f76

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9f76

#bc9f76 color code is use for CSS Background Color

Background color for the above div is #bc9f76

HTML with inline CSS

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

#bc9f76 color code is use for CSS Border Color

CSS Border color for the above div is #bc9f76

HTML with inline CSS

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

CSS Border Left color for the above div is #bc9f76

HTML with inline CSS

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

CSS Border Right color for the above div is #bc9f76

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc9f76

HTML with inline CSS

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

CSS Border Top color for the above div is #bc9f76

HTML with inline CSS

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

#bc9f76 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc9f76 Color code Preview on White Background

This is how #bc9f76 Color code will look on white background color. Color contrast ratio is 2.51

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

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.