crispedge.com

Color picker

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

#b16d4b hex color - Orange - Warm color - Information

#b16d4b hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #b16d4b Color code in RGB color code model is created after adding 69.41% red color, 42.75% green color and 29.41% blue color. Hex #b16d4b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 58% yellow and 31% black.

Hex #b16d4b color code is between #aa6644 web safe hex color code and #bb7755 web safe hex color code. #aa6644 is the nearest web safe color code. You can see here many more shades of #b16d4b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb16d4b#b16d4b
RGB Decimal177, 109, 75rgb(177, 109, 75)
RGB Percent69%, 43%, 29%rgb(69%, 43%, 29%)
CSS RGBa177, 109, 75,1rgba(177,109,75,1)
CMYK Modelcmyk(0%,38%,58%,31%)
HSL Color Space20,40% ,49%hsl(20,40% ,49%)
HSV Color Space20°, 58%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010110110101001011
Octal261155113
Decimal17710975
Hexb16d4b

Different shades of #b16d4b color code.

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

Light Shade of #b16d4b
#c18a6e
Dark Shade of #b16d4b
#8d573c
Saturated Shade of #b16d4b
#be693e
Desaturated Shade of #b16d4b
#a47158
Grey scale Shade of #b16d4b
#7e7e7e
Brighten Shade
#ca8664
Most Readable Shade
#FFFFFF

Shades of #b16d4b color code

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

#b16d4b
#9d6042
#89543a
#764832
#623c29
#4e3021
#3b2419
#271810
#130c08
#000000

Similar Color like #b16d4b color

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

#b26e4c
#b36f4d
#b4704e
#b5714f
#b67250
#b77351
#b87452
#b97553
#ba7654
#bb7755
#bc7856
#bd7957
#be7a58
#bf7b59
#b06c4a
#af6b49
#ae6a48
#ad6947
#ac6846
#ab6745
#aa6644
#a96543
#a86442
#a76341
#a66240
#a5613f
#a4603e
#a35f3d

Monochromatic Color with #b16d4b

#b16d4b
#db875d
#070403
#311e15
#5c3927
#865339

Tints of #b16d4b Color

#b16d4b
#b97d5f
#c28d73
#cb9d87
#d3ad9b
#dcbeaf
#e5cec3
#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

#b16d4b
#4b8fb1

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

Split Complementary

#b16d4b
#4bb1a0
#4b5cb1

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

Analogous Color

#b14b52
#b1594b
#b16d4b
#b1814b
#b1964b

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

#b16d4b
#4bb16d
#6d4bb1

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

#b16d4b
#5cb14b
#4b8fb1
#a04bb1

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

#b16d4b
#4b8fb1
#4b5cb1
#b1a04b

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

#b16d4b Color Code Preview on Black Background Color

This is how #b16d4b Color will look on black background color. Color contrast ratio is 5.16

#b16d4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b16d4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b16d4b

#b16d4b color code is use for CSS Background Color

Background color for the above div is #b16d4b

HTML with inline CSS

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

#b16d4b color code is use for CSS Border Color

CSS Border color for the above div is #b16d4b

HTML with inline CSS

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

CSS Border Left color for the above div is #b16d4b

HTML with inline CSS

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

CSS Border Right color for the above div is #b16d4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b16d4b

HTML with inline CSS

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

CSS Border Top color for the above div is #b16d4b

HTML with inline CSS

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

#b16d4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b16d4b Color code Preview on White Background

This is how #b16d4b Color code will look on white background color. Color contrast ratio is 4.07

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

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.