crispedge.com

Color picker

Loading...

#b83f46 hex color - Brown - Warm color - Information

#b83f46 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #b83f46 Color code in RGB color code model is created after adding 72.16% red color, 24.71% green color and 27.45% blue color. Hex #b83f46 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 62% yellow and 28% black.

Hex #b83f46 color code is between #bb4444 web safe hex color code and #aa3355 web safe hex color code. #bb4444 is the nearest web safe color code. You can see here many more shades of #b83f46 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb83f46#b83f46
RGB Decimal184, 63, 70rgb(184, 63, 70)
RGB Percent72%, 25%, 27%rgb(72%, 25%, 27%)
CSS RGBa184, 63, 70,1rgba(184,63,70,1)
CMYK Modelcmyk(0%,66%,62%,28%)
HSL Color Space357,49% ,48%hsl(357,49% ,48%)
HSV Color Space357°, 66%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110000011111101000110
Octal27077106
Decimal1846370
Hexb83f46

Different shades of #b83f46 color code.

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

Light Shade of #b83f46
#c96167
Dark Shade of #b83f46
#923238
Saturated Shade of #b83f46
#c4333b
Desaturated Shade of #b83f46
#ac4b51
Grey scale Shade of #b83f46
#7b7b7b
Brighten Shade
#d1585f
Most Readable Shade
#FFFFFF

Shades of #b83f46 color code

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

#b83f46
#a3383e
#8f3136
#7a2a2e
#662326
#511c1f
#3d1517
#280e0f
#140707
#000000

Similar Color like #b83f46 color

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

#b94047
#ba4148
#bb4249
#bc434a
#bd444b
#be454c
#bf464d
#c0474e
#c1484f
#c24950
#c34a51
#c44b52
#c54c53
#c64d54
#b73e45
#b63d44
#b53c43
#b43b42
#b33a41
#b23940
#b1383f
#b0373e
#af363d
#ae353c
#ad343b
#ac333a
#ab3239
#aa3138

Monochromatic Color with #b83f46

#b83f46
#e24e56
#0e0505
#381315
#632226
#8d3036

Tints of #b83f46 Color

#b83f46
#bf545a
#c7696f
#cf7f83
#d79498
#dfa9ac
#e7bfc1
#efd4d5
#f7e9ea
#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

#b83f46
#3fb8b1

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

Split Complementary

#b83f46
#3fb874
#3f83b8

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

Analogous Color

#b83f76
#b83f5e
#b83f46
#b8503f
#b8683f

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

#b83f46
#46b83f
#3f46b8

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

#b83f46
#82b83f
#3fb8b1
#743fb8

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

#b83f46
#3fb8b1
#3f83b8
#b8743f

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

#b83f46 Color Code Preview on Black Background Color

This is how #b83f46 Color will look on black background color. Color contrast ratio is 3.84

#b83f46 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b83f46

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b83f46

#b83f46 color code is use for CSS Background Color

Background color for the above div is #b83f46

HTML with inline CSS

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

#b83f46 color code is use for CSS Border Color

CSS Border color for the above div is #b83f46

HTML with inline CSS

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

CSS Border Left color for the above div is #b83f46

HTML with inline CSS

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

CSS Border Right color for the above div is #b83f46

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b83f46

HTML with inline CSS

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

CSS Border Top color for the above div is #b83f46

HTML with inline CSS

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

#b83f46 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b83f46 Color code Preview on White Background

This is how #b83f46 Color code will look on white background color. Color contrast ratio is 5.47

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

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,63,70,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,184,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,63,70,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.