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

#b84d12 hex color - Red - Warm color - Information

#b84d12 hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #b84d12 Color code in RGB color code model is created after adding 72.16% red color, 30.2% green color and 7.06% blue color. Hex #b84d12 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 90% yellow and 27.84% black.

Hex #b84d12 color code is between #bb5511 web safe hex color code and #aa4422 web safe hex color code. #bb5511 is the nearest web safe color code. You can see here many more shades of #b84d12 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb84d12#b84d12
RGB Decimal184, 77, 18rgb(184, 77, 18)
RGB Percent72%, 30%, 7%rgb(72%, 30%, 7%)
CSS RGBa184, 77, 18,1rgba(184,77,18,1)
CMYK Modelcmyk(0%,58%,90%,27.84%)
HSL Color Space21,82% ,40%hsl(21,82% ,40%)
HSV Color Space21°, 90%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110000100110100010010
Octal27011522
Decimal1847718
Hexb84d12

Different shades of #b84d12 color code.

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

Light Shade of #b84d12
#e66017
Dark Shade of #b84d12
#8a3a0d
Saturated Shade of #b84d12
#c24a08
Desaturated Shade of #b84d12
#ae501c
Grey scale Shade of #b84d12
#656565
Brighten Shade
#d1662b
Most Readable Shade
#FFFFFF

Shades of #b84d12 color code

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

#b84d12
#a34410
#8f3b0e
#7a330c
#662a0a
#512208
#3d1906
#281104
#140802
#000000

Similar Color like #b84d12 color

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

#b94e13
#ba4f14
#bb5015
#bc5116
#bd5217
#be5318
#bf5419
#c0551a
#c1561b
#c2571c
#c3581d
#c4591e
#c55a1f
#c65b20
#b74c11
#b64b10
#b54a0f
#b4490e
#b3480d
#b2470c
#b1460b
#b0450a
#af4409
#ae4308
#ad4207
#ac4106
#ab4005
#aa3f04

Monochromatic Color with #b84d12

#b84d12
#e25f16
#0e0601
#381806
#63290a
#8d3b0e

Tints of #b84d12 Color

#b84d12
#bf602c
#c77446
#cf8861
#d79c7b
#dfaf95
#e7c3b0
#efd7ca
#f7ebe4
#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

#b84d12
#127db8

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

Split Complementary

#b84d12
#12b8a0
#122ab8

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

Analogous Color

#b81219
#b82c12
#b84d12
#b86e12
#b88f12

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

#b84d12
#12b84d
#4d12b8

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

#b84d12
#2ab812
#127db8
#a012b8

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

#b84d12
#127db8
#122ab8
#b8a012

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

#b84d12 Color Code Preview on Black Background Color

This is how #b84d12 Color will look on black background color. Color contrast ratio is 4.11

#b84d12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b84d12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b84d12

#b84d12 color code is use for CSS Background Color

Background color for the above div is #b84d12

HTML with inline CSS

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

#b84d12 color code is use for CSS Border Color

CSS Border color for the above div is #b84d12

HTML with inline CSS

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

CSS Border Left color for the above div is #b84d12

HTML with inline CSS

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

CSS Border Right color for the above div is #b84d12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b84d12

HTML with inline CSS

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

CSS Border Top color for the above div is #b84d12

HTML with inline CSS

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

#b84d12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b84d12 Color code Preview on White Background

This is how #b84d12 Color code will look on white background color. Color contrast ratio is 5.11

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

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(184,77,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,125,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,77,18,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.