crispedge.com

Color picker

Loading...

#bb362e hex color - Brown - Warm color - Information

#bb362e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bb362e Color code in RGB color code model is created after adding 73.33% red color, 21.18% green color and 18.04% blue color. Hex #bb362e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 75% yellow and 27% black.

Hex #bb362e color code is between #aa3333 web safe hex color code and #cc4422 web safe hex color code. #aa3333 is the nearest web safe color code. You can see here many more shades of #bb362e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebb362e#bb362e
RGB Decimal187, 54, 46rgb(187, 54, 46)
RGB Percent73%, 21%, 18%rgb(73%, 21%, 18%)
CSS RGBa187, 54, 46,1rgba(187,54,46,1)
CMYK Modelcmyk(0%,71%,75%,27%)
HSL Color Space3,61% ,46%hsl(3,61% ,46%)
HSV Color Space3°, 75%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110011011000101110
Octal2736656
Decimal1875446
Hexbb362e

Different shades of #bb362e color code.

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

Light Shade of #bb362e
#d2514a
Dark Shade of #bb362e
#922a24
Saturated Shade of #bb362e
#c72c22
Desaturated Shade of #bb362e
#af403a
Grey scale Shade of #bb362e
#747474
Brighten Shade
#d44f47
Most Readable Shade
#FFFFFF

Shades of #bb362e color code

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

#bb362e
#a63028
#912a23
#7c241e
#671e19
#531814
#3e120f
#290c0a
#140605
#000000

Similar Color like #bb362e color

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

#bc372f
#bd3830
#be3931
#bf3a32
#c03b33
#c13c34
#c23d35
#c33e36
#c43f37
#c54038
#c64139
#c7423a
#c8433b
#c9443c
#ba352d
#b9342c
#b8332b
#b7322a
#b63129
#b53028
#b42f27
#b32e26
#b22d25
#b12c24
#b02b23
#af2a22
#ae2921
#ad2820

Monochromatic Color with #bb362e

#bb362e
#e54238
#110504
#3b110f
#661d19
#902a24

Tints of #bb362e Color

#bb362e
#c24c45
#ca625c
#d17973
#d98f8a
#e0a5a2
#e8bcb9
#efd2d0
#f7e8e7
#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

#bb362e
#2eb3bb

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

Split Complementary

#bb362e
#2ebb7d
#2e6cbb

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

Analogous Color

#bb2e5e
#bb2e42
#bb362e
#bb522e
#bb6e2e

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

#bb362e
#2ebb36
#362ebb

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

#bb362e
#6cbb2e
#2eb3bb
#7c2ebb

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

#bb362e
#2eb3bb
#2e6cbb
#bb7d2e

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

#bb362e Color Code Preview on Black Background Color

This is how #bb362e Color will look on black background color. Color contrast ratio is 3.68

#bb362e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb362e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb362e

#bb362e color code is use for CSS Background Color

Background color for the above div is #bb362e

HTML with inline CSS

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

#bb362e color code is use for CSS Border Color

CSS Border color for the above div is #bb362e

HTML with inline CSS

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

CSS Border Left color for the above div is #bb362e

HTML with inline CSS

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

CSS Border Right color for the above div is #bb362e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb362e

HTML with inline CSS

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

CSS Border Top color for the above div is #bb362e

HTML with inline CSS

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

#bb362e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb362e Color code Preview on White Background

This is how #bb362e Color code will look on white background color. Color contrast ratio is 5.71

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

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(187,54,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,179,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,54,46,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.