crispedge.com

Color picker

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

#bf9f61 hex color - Brown - Warm color - Information

#bf9f61 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bf9f61 Color code in RGB color code model is created after adding 74.9% red color, 62.35% green color and 38.04% blue color. Hex #bf9f61 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 49% yellow and 25% black.

Hex #bf9f61 color code is between #bb9966 web safe hex color code and #ccaa55 web safe hex color code. #bb9966 is the nearest web safe color code. You can see here many more shades of #bf9f61 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebf9f61#bf9f61
RGB Decimal191, 159, 97rgb(191, 159, 97)
RGB Percent75%, 62%, 38%rgb(75%, 62%, 38%)
CSS RGBa191, 159, 97,1rgba(191,159,97,1)
CMYK Modelcmyk(0%,17%,49%,25%)
HSL Color Space40,42% ,56%hsl(40,42% ,56%)
HSV Color Space40°, 49%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111001111101100001
Octal277237141
Decimal19115997
Hexbf9f61

Different shades of #bf9f61 color code.

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

Light Shade of #bf9f61
#ceb585
Dark Shade of #bf9f61
#a98744
Saturated Shade of #bf9f61
#caa356
Desaturated Shade of #bf9f61
#b49b6c
Grey scale Shade of #bf9f61
#909090
Brighten Shade
#d8b87a
Most Readable Shade
#000000

Shades of #bf9f61 color code

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

#bf9f61
#a98d56
#947b4b
#7f6a40
#6a5835
#54462b
#3f3520
#2a2315
#15110a
#000000

Similar Color like #bf9f61 color

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

#c0a062
#c1a163
#c2a264
#c3a365
#c4a466
#c5a567
#c6a668
#c7a769
#c8a86a
#c9a96b
#caaa6c
#cbab6d
#ccac6e
#cdad6f
#be9e60
#bd9d5f
#bc9c5e
#bb9b5d
#ba9a5c
#b9995b
#b8985a
#b79759
#b69658
#b59557
#b49456
#b39355
#b29254
#b19153

Monochromatic Color with #bf9f61

#bf9f61
#e9c277
#15110b
#3f3520
#6a5836
#947c4b

Tints of #bf9f61 Color

#bf9f61
#c6a972
#cdb484
#d4bf95
#dbc9a7
#e2d4b8
#e9dfca
#f0e9db
#f7f4ed
#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

#bf9f61
#6181bf

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

Split Complementary

#bf9f61
#61b0bf
#7061bf

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

Analogous Color

#bf7961
#bf8c61
#bf9f61
#bfb261
#b9bf61

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

#bf9f61
#61bf9f
#9f61bf

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

#bf9f61
#61bf70
#6181bf
#bf61b0

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

#bf9f61
#6181bf
#7061bf
#b0bf61

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

#bf9f61 Color Code Preview on Black Background Color

This is how #bf9f61 Color will look on black background color. Color contrast ratio is 8.35

#bf9f61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9f61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9f61

#bf9f61 color code is use for CSS Background Color

Background color for the above div is #bf9f61

HTML with inline CSS

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

#bf9f61 color code is use for CSS Border Color

CSS Border color for the above div is #bf9f61

HTML with inline CSS

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

CSS Border Left color for the above div is #bf9f61

HTML with inline CSS

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

CSS Border Right color for the above div is #bf9f61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf9f61

HTML with inline CSS

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

CSS Border Top color for the above div is #bf9f61

HTML with inline CSS

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

#bf9f61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf9f61 Color code Preview on White Background

This is how #bf9f61 Color code will look on white background color. Color contrast ratio is 2.52

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

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.