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

#b3682c hex color - Orange - Warm color - Information

#b3682c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #b3682c Color code in RGB color code model is created after adding 70.2% red color, 40.78% green color and 17.25% blue color. Hex #b3682c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 75% yellow and 29.8% black.

Hex #b3682c color code is between #bb6633 web safe hex color code and #aa7722 web safe hex color code. #bb6633 is the nearest web safe color code. You can see here many more shades of #b3682c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code b3682c #b3682c
RGB Decimal 179, 104, 44 rgb(179, 104, 44)
RGB Percent 70%, 41%, 17% rgb(70%, 41%, 17%)
CSS RGBa 179, 104, 44,1 rgba(179,104,44,1)
CMYK Model cmyk(0%,42%,75%,29.8%)
HSL Color Space 27,61% ,44% hsl(27,61% ,44%)
HSV Color Space 27°, 75%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 01101000 00101100
Octal 263 150 54
Decimal 179 104 44
Hex b3 68 2c

Different shades of #b3682c color code.

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

Light Shade of #b3682c
#d08142
Dark Shade of #b3682c
#8a5022
Saturated Shade of #b3682c
#be6721
Desaturated Shade of #b3682c
#a86937
Grey scale Shade of #b3682c
#6f6f6f
Brighten Shade
#cc8145
Most Readable Shade
#FFFFFF

Shades of #b3682c color code

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

#b3682c
#9f5c27
#8b5022
#77451d
#633918
#4f2e13
#3b220e
#271709
#130b04
#000000

Similar Color like #b3682c color

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

#b4692d
#b56a2e
#b66b2f
#b76c30
#b86d31
#b96e32
#ba6f33
#bb7034
#bc7135
#bd7236
#be7337
#bf7438
#c07539
#c1763a
#b2672b
#b1662a
#b06529
#af6428
#ae6327
#ad6226
#ac6125
#ab6024
#aa5f23
#a95e22
#a85d21
#a75c20
#a65b1f
#a55a1e

Monochromatic Color with #b3682c

#b3682c
#dd8136
#090502
#331e0d
#5e3717
#884f22

Tints of #b3682c Color

#b3682c
#bb7843
#c3895a
#cc9a72
#d4ab89
#ddbba1
#e5ccb8
#eeddd0
#f6eee7
#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

#b3682c
#2c77b3

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

Split Complementary

#b3682c
#2cb3ac
#2c33b3

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

Analogous Color

#b3322c
#b34d2c
#b3682c
#b3832c
#b39e2c

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

#b3682c
#2cb368
#682cb3

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

#b3682c
#34b32c
#2c77b3
#ab2cb3

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

#b3682c
#2c77b3
#2c33b3
#b3ac2c

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

#b3682c Color Code Preview on Black Background Color

This is how #b3682c Color will look on black background color. Color contrast ratio is 4.93

#b3682c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3682c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3682c

#b3682c color code is use for CSS Background Color

Background color for the above div is #b3682c

HTML with inline CSS

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

#b3682c color code is use for CSS Border Color

CSS Border color for the above div is #b3682c

HTML with inline CSS

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

CSS Border Left color for the above div is #b3682c

HTML with inline CSS

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

CSS Border Right color for the above div is #b3682c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3682c

HTML with inline CSS

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

CSS Border Top color for the above div is #b3682c

HTML with inline CSS

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

#b3682c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3682c Color code Preview on White Background

This is how #b3682c Color code will look on white background color. Color contrast ratio is 4.26

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.