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

#b0771f hex color - Yellow - Warm color - Information

#b0771f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b0771f Color code in RGB color code model is created after adding 69.02% red color, 46.67% green color and 12.16% blue color. Hex #b0771f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 82% yellow and 30.98% black.

Hex #b0771f color code is between #aa6622 web safe hex color code and #bb8811 web safe hex color code. #aa6622 is the nearest web safe color code. You can see here many more shades of #b0771f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeb0771f#b0771f
RGB Decimal176, 119, 31rgb(176, 119, 31)
RGB Percent69%, 47%, 12%rgb(69%, 47%, 12%)
CSS RGBa176, 119, 31,1rgba(176,119,31,1)
CMYK Modelcmyk(0%,32%,82%,30.98%)
HSL Color Space36,70% ,41%hsl(36,70% ,41%)
HSV Color Space36°, 82%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000111011100011111
Octal26016737
Decimal17611931
Hexb0771f

Different shades of #b0771f color code.

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

Light Shade of #b0771f
#d99429
Dark Shade of #b0771f
#855a17
Saturated Shade of #b0771f
#ba7915
Desaturated Shade of #b0771f
#a67529
Grey scale Shade of #b0771f
#676767
Brighten Shade
#c99038
Most Readable Shade
#FFFFFF

Shades of #b0771f color code

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

#b0771f
#9c691b
#885c18
#754f14
#614211
#4e340d
#3a270a
#271a06
#130d03
#000000

Similar Color like #b0771f color

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

#b17820
#b27921
#b37a22
#b47b23
#b57c24
#b67d25
#b77e26
#b87f27
#b98028
#ba8129
#bb822a
#bc832b
#bd842c
#be852d
#af761e
#ae751d
#ad741c
#ac731b
#ab721a
#aa7119
#a97018
#a86f17
#a76e16
#a66d15
#a56c14
#a46b13
#a36a12
#a26911

Monochromatic Color with #b0771f

#b0771f
#da9426
#060401
#302109
#5b3e10
#855a18

Tints of #b0771f Color

#b0771f
#b88637
#c19550
#caa469
#d3b382
#dbc29b
#e4d1b4
#ede0cd
#f6efe6
#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

#b0771f
#1f58b0

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

Split Complementary

#b0771f
#1fa0b0
#2f1fb0

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

Analogous Color

#b03d1f
#b05a1f
#b0771f
#b0941f
#afb01f

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

#b0771f
#1fb077
#771fb0

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

#b0771f
#1fb02e
#1f58b0
#b01fa0

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

#b0771f
#1f58b0
#2f1fb0
#a1b01f

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

#b0771f Color Code Preview on Black Background Color

This is how #b0771f Color will look on black background color. Color contrast ratio is 5.50

#b0771f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0771f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0771f

#b0771f color code is use for CSS Background Color

Background color for the above div is #b0771f

HTML with inline CSS

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

#b0771f color code is use for CSS Border Color

CSS Border color for the above div is #b0771f

HTML with inline CSS

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

CSS Border Left color for the above div is #b0771f

HTML with inline CSS

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

CSS Border Right color for the above div is #b0771f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0771f

HTML with inline CSS

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

CSS Border Top color for the above div is #b0771f

HTML with inline CSS

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

#b0771f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0771f Color code Preview on White Background

This is how #b0771f Color code will look on white background color. Color contrast ratio is 3.82

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

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(176,119,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,88,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,119,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.