crispedge.com

Color picker

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

#b06e4d hex color - Orange - Warm color - Information

#b06e4d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #b06e4d Color code in RGB color code model is created after adding 69.02% red color, 43.14% green color and 30.2% blue color. Hex #b06e4d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 56% yellow and 31% black.

Hex #b06e4d color code is between #aa6655 web safe hex color code and #bb7744 web safe hex color code. #aa6655 is the nearest web safe color code. You can see here many more shades of #b06e4d color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeb06e4d#b06e4d
RGB Decimal176, 110, 77rgb(176, 110, 77)
RGB Percent69%, 43%, 30%rgb(69%, 43%, 30%)
CSS RGBa176, 110, 77,1rgba(176,110,77,1)
CMYK Modelcmyk(0%,38%,56%,31%)
HSL Color Space20,39% ,50%hsl(20,39% ,50%)
HSV Color Space20°, 56%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000110111001001101
Octal260156115
Decimal17611077
Hexb06e4d

Different shades of #b06e4d color code.

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

Light Shade of #b06e4d
#c08b70
Dark Shade of #b06e4d
#8c583d
Saturated Shade of #b06e4d
#bd6a40
Desaturated Shade of #b06e4d
#a3725a
Grey scale Shade of #b06e4d
#7e7e7e
Brighten Shade
#c98766
Most Readable Shade
#FFFFFF

Shades of #b06e4d color code

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

#b06e4d
#9c6144
#88553b
#754933
#613d2a
#4e3022
#3a2419
#271811
#130c08
#000000

Similar Color like #b06e4d color

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

#b16f4e
#b2704f
#b37150
#b47251
#b57352
#b67453
#b77554
#b87655
#b97756
#ba7857
#bb7958
#bc7a59
#bd7b5a
#be7c5b
#af6d4c
#ae6c4b
#ad6b4a
#ac6a49
#ab6948
#aa6847
#a96746
#a86645
#a76544
#a66443
#a56342
#a46241
#a36140
#a2603f

Monochromatic Color with #b06e4d

#b06e4d
#da8960
#060403
#301e15
#5b3928
#85533a

Tints of #b06e4d Color

#b06e4d
#b87e60
#c18e74
#ca9e88
#d3ae9c
#dbbeaf
#e4cec3
#edded7
#f6eeeb
#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

#b06e4d
#4d8fb0

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

Split Complementary

#b06e4d
#4db0a0
#4d5eb0

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

Analogous Color

#b04d54
#b05a4d
#b06e4d
#b0824d
#b0964d

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

#b06e4d
#4db06e
#6e4db0

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

#b06e4d
#5db04d
#4d8fb0
#9f4db0

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

#b06e4d
#4d8fb0
#4d5eb0
#b0a04d

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

#b06e4d Color Code Preview on Black Background Color

This is how #b06e4d Color will look on black background color. Color contrast ratio is 5.18

#b06e4d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b06e4d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b06e4d

#b06e4d color code is use for CSS Background Color

Background color for the above div is #b06e4d

HTML with inline CSS

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

#b06e4d color code is use for CSS Border Color

CSS Border color for the above div is #b06e4d

HTML with inline CSS

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

CSS Border Left color for the above div is #b06e4d

HTML with inline CSS

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

CSS Border Right color for the above div is #b06e4d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b06e4d

HTML with inline CSS

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

CSS Border Top color for the above div is #b06e4d

HTML with inline CSS

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

#b06e4d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b06e4d Color code Preview on White Background

This is how #b06e4d Color code will look on white background color. Color contrast ratio is 4.05

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.