crispedge.com

Color picker

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

#b36e3c hex color - Orange - Warm color - Information

#b36e3c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #b36e3c Color code in RGB color code model is created after adding 70.2% red color, 43.14% green color and 23.53% blue color. Hex #b36e3c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 66% yellow and 30% black.

Hex #b36e3c color code is between #bb6644 web safe hex color code and #aa7733 web safe hex color code. #bb6644 is the nearest web safe color code. You can see here many more shades of #b36e3c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb36e3c#b36e3c
RGB Decimal179, 110, 60rgb(179, 110, 60)
RGB Percent70%, 43%, 24%rgb(70%, 43%, 24%)
CSS RGBa179, 110, 60,1rgba(179,110,60,1)
CMYK Modelcmyk(0%,39%,66%,30%)
HSL Color Space25,50% ,47%hsl(25,50% ,47%)
HSV Color Space25°, 66%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110110111000111100
Octal26315674
Decimal17911060
Hexb36e3c

Different shades of #b36e3c color code.

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

Light Shade of #b36e3c
#c8885a
Dark Shade of #b36e3c
#8d572f
Saturated Shade of #b36e3c
#bf6c30
Desaturated Shade of #b36e3c
#a77048
Grey scale Shade of #b36e3c
#777777
Brighten Shade
#cc8755
Most Readable Shade
#FFFFFF

Shades of #b36e3c color code

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

#b36e3c
#9f6135
#8b552e
#774928
#633d21
#4f301a
#3b2414
#27180d
#130c06
#000000

Similar Color like #b36e3c color

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

#b46f3d
#b5703e
#b6713f
#b77240
#b87341
#b97442
#ba7543
#bb7644
#bc7745
#bd7846
#be7947
#bf7a48
#c07b49
#c17c4a
#b26d3b
#b16c3a
#b06b39
#af6a38
#ae6937
#ad6836
#ac6735
#ab6634
#aa6533
#a96432
#a86331
#a76230
#a6612f
#a5602e

Monochromatic Color with #b36e3c

#b36e3c
#dd884a
#090603
#332011
#5e3a20
#88542e

Tints of #b36e3c Color

#b36e3c
#bb7e51
#c38e67
#cc9e7d
#d4ae92
#ddbea8
#e5cebe
#eeded3
#f6eee9
#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

#b36e3c
#3c81b3

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

Split Complementary

#b36e3c
#3cb3aa
#3c46b3

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

Analogous Color

#b33e3c
#b3563c
#b36e3c
#b3863c
#b39e3c

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

#b36e3c
#3cb36e
#6e3cb3

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

#b36e3c
#45b33c
#3c81b3
#a93cb3

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

#b36e3c
#3c81b3
#3c46b3
#b3aa3c

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

#b36e3c Color Code Preview on Black Background Color

This is how #b36e3c Color will look on black background color. Color contrast ratio is 5.21

#b36e3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b36e3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b36e3c

#b36e3c color code is use for CSS Background Color

Background color for the above div is #b36e3c

HTML with inline CSS

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

#b36e3c color code is use for CSS Border Color

CSS Border color for the above div is #b36e3c

HTML with inline CSS

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

CSS Border Left color for the above div is #b36e3c

HTML with inline CSS

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

CSS Border Right color for the above div is #b36e3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b36e3c

HTML with inline CSS

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

CSS Border Top color for the above div is #b36e3c

HTML with inline CSS

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

#b36e3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b36e3c Color code Preview on White Background

This is how #b36e3c Color code will look on white background color. Color contrast ratio is 4.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 #b36e3c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b36e3c; }

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.