Skip to main content Skip to docs navigation

#b86258 hex color | Dark Orange & Warm color | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Electric Brown and its hex is #B56257 Nearest Color Name

Color Hue/Base color: Orange

Hex #b86258 Color code in RGB color code model is created after adding 72.16% red color, 38.43% green color and 34.51% blue color. Hex #b86258 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 52% yellow and 27.84% black.

Hex #b86258 color code is between #bb6655 web safe hex color code and #aa5566 web safe hex color code. #bb6655 is the nearest web safe color code. You can see here many more shades of #b86258 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b86258 #b86258
RGB Decimal 184, 98, 88 184, 98, 88
RGB Percent 72%, 38%, 35% rgb(72%, 38%, 35%)
CSS RGBa 184, 98, 88,1 rgba(184,98,88,1)
CMYK Model cmyk(0%,47%,52%,27.84%)
HSL Color Space 6,40% ,53% hsl(6,40% ,53%)
HSV Color Space 6°, 52%, 72%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111000 01100010 01011000
Octal 270 142 130
Decimal 184 98 88
Hex b8 62 58

Different shades of #b86258 color code.

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

Darkest of #b86258
#532823
Darker of #b86258
#773a33
Dark of #b86258
#9b4b42
Base of #b86258
#b86258
Light of #b86258
#c7847c
Lighter
#d6a5a0
Lightest
#e6c7c3

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

#b86258
#58aeb8

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

Split Complementary

#b86258
#58b892
#587eb8

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

Analogous Color

#b85886
#b85876
#b86258
#b88258
#b8aa58

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

#b86258
#6258b8
#58b862

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

#b86258
#58b862
#58aeb8
#b858ae

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b86258
#7eb858
#58aeb8
#9258b8

Square 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).

Monochromatic Color with #b86258

#301714
#532823
#773a33
#9b4b42
#b86258
#c7847c
#d6a5a0
#e6c7c3
#f5e9e7

Tints of #b86258 Color

#b86258
#bf736a
#c7847d
#cf968f
#d7a7a2
#dfb9b4
#e7cac7
#efdcd9
#f7edec
#ffffff

Shades of #b86258 color code

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

#b86258
#a3574e
#8f4c44
#7a413a
#663630
#512b27
#3d201d
#281513
#140a09
#000000

Tones

#b86258
#a07570
#888888
#888888
#888888

Tones

Similar Color like #b86258 color

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

#b96359
#ba645a
#bb655b
#bc665c
#bd675d
#be685e
#bf695f
#c06a60
#c16b61
#c26c62
#c36d63
#c46e64
#c56f65
#c67066
#b76157
#b66056
#b55f55
#b45e54
#b35d53
#b25c52
#b15b51
#b05a50
#af594f
#ae584e
#ad574d
#ac564c
#ab554b
#aa544a

Download this

Hex #b86258 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.

#b86258 Color Code Preview on Black Background Color

This is how #b86258 Color will look on black background color. Color contrast ratio is 4.93

#b86258 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b86258

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b86258

#b86258 color code is use for CSS Background Color

Background color for the above div is #b86258

HTML with inline CSS

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

#b86258 color code is use for CSS Border Color

CSS Border color for the above div is #b86258

HTML with inline CSS

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

CSS Border Left color for the above div is #b86258

HTML with inline CSS

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

CSS Border Right color for the above div is #b86258

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b86258

HTML with inline CSS

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

CSS Border Top color for the above div is #b86258

HTML with inline CSS

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

#b86258 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b86258 Color code Preview on White Background

This is how #b86258 Color code will look on white background color. Color contrast ratio is 4.26

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(184,98,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,174,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,98,88,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }