@
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.

#b76d51 hex color - Orange - Warm color - Information

#b76d51 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #b76d51 Color code in RGB color code model is created after adding 71.76% red color, 42.75% green color and 31.76% blue color. Hex #b76d51 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 56% yellow and 28.24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb76d51#b76d51
RGB Decimal183, 109, 81rgb(183, 109, 81)
RGB Percent72%, 43%, 32%rgb(72%, 43%, 32%)
CSS RGBa183, 109, 81,1rgba(183,109,81,1)
CMYK Modelcmyk(0%,40%,56%,28.24%)
HSL Color Space16,41% ,52%hsl(16,41% ,52%)
HSV Color Space16°, 56%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110110110101010001
Octal267155121
Decimal18310981
Hexb76d51

Different shades of #b76d51 color code.

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

Light Shade of #b76d51
#c68b75
Dark Shade of #b76d51
#97573e
Saturated Shade of #b76d51
#c36745
Desaturated Shade of #b76d51
#ab735d
Grey scale Shade of #b76d51
#848484
Brighten Shade
#d0866a
Most Readable Shade
#FFFFFF

Shades of #b76d51 color code

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

#b76d51
#a26048
#8e543f
#7a4836
#653c2d
#513024
#3d241b
#281812
#140c09
#000000

Similar Color like #b76d51 color

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

#b86e52
#b96f53
#ba7054
#bb7155
#bc7256
#bd7357
#be7458
#bf7559
#c0765a
#c1775b
#c2785c
#c3795d
#c47a5e
#c57b5f
#b66c50
#b56b4f
#b46a4e
#b3694d
#b2684c
#b1674b
#b0664a
#af6549
#ae6448
#ad6347
#ac6246
#ab6145
#aa6044
#a95f43

Monochromatic Color with #b76d51

#b76d51
#e18664
#0d0806
#372119
#623a2b
#8c543e

Tints of #b76d51 Color

#b76d51
#bf7d64
#c78d77
#cf9d8b
#d7ad9e
#dfbeb1
#e7cec5
#efded8
#f7eeeb
#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

#b76d51
#519bb7

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

Split Complementary

#b76d51
#51b7a0
#5168b7

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

Analogous Color

#b7515e
#b75951
#b76d51
#b78151
#b79651

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

#b76d51
#51b76d
#6d51b7

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

#b76d51
#68b751
#519bb7
#a051b7

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

#b76d51
#519bb7
#5168b7
#b7a051

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

#b76d51 Color Code Preview on Black Background Color

This is how #b76d51 Color will look on black background color. Color contrast ratio is 5.32

#b76d51 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b76d51

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b76d51

#b76d51 color code is use for CSS Background Color

Background color for the above div is #b76d51

HTML with inline CSS

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

#b76d51 color code is use for CSS Border Color

CSS Border color for the above div is #b76d51

HTML with inline CSS

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

CSS Border Left color for the above div is #b76d51

HTML with inline CSS

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

CSS Border Right color for the above div is #b76d51

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b76d51

HTML with inline CSS

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

CSS Border Top color for the above div is #b76d51

HTML with inline CSS

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

#b76d51 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b76d51 Color code Preview on White Background

This is how #b76d51 Color code will look on white background color. Color contrast ratio is 3.95

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

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(183,109,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,155,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,109,81,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.