crispedge.com

Color picker

Loading...

#bb7e35 hex color - Orange - Warm color - Information

#bb7e35 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #bb7e35 Color code in RGB color code model is created after adding 73.33% red color, 49.41% green color and 20.78% blue color. Hex #bb7e35 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 72% yellow and 27% black.

Hex #bb7e35 color code is between #aa7733 web safe hex color code and #cc8844 web safe hex color code. #aa7733 is the nearest web safe color code. You can see here many more shades of #bb7e35 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb7e35#bb7e35
RGB Decimal187, 126, 53rgb(187, 126, 53)
RGB Percent73%, 49%, 21%rgb(73%, 49%, 21%)
CSS RGBa187, 126, 53,1rgba(187,126,53,1)
CMYK Modelcmyk(0%,33%,72%,27%)
HSL Color Space33,56% ,47%hsl(33,56% ,47%)
HSV Color Space33°, 72%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110111111000110101
Octal27317665
Decimal18712653
Hexbb7e35

Different shades of #bb7e35 color code.

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

Light Shade of #bb7e35
#cf9754
Dark Shade of #bb7e35
#93632a
Saturated Shade of #bb7e35
#c77f29
Desaturated Shade of #bb7e35
#af7d41
Grey scale Shade of #bb7e35
#787878
Brighten Shade
#d4974e
Most Readable Shade
#000000

Shades of #bb7e35 color code

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

#bb7e35
#a6702f
#916229
#7c5423
#67461d
#533817
#3e2a11
#291c0b
#140e05
#000000

Similar Color like #bb7e35 color

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

#bc7f36
#bd8037
#be8138
#bf8239
#c0833a
#c1843b
#c2853c
#c3863d
#c4873e
#c5883f
#c68940
#c78a41
#c88b42
#c98c43
#ba7d34
#b97c33
#b87b32
#b77a31
#b67930
#b5782f
#b4772e
#b3762d
#b2752c
#b1742b
#b0732a
#af7229
#ae7128
#ad7027

Monochromatic Color with #bb7e35

#bb7e35
#e59b41
#110b05
#3b2811
#66451d
#906129

Tints of #bb7e35 Color

#bb7e35
#c28c4b
#ca9a61
#d1a978
#d9b78e
#e0c5a5
#e8d4bb
#efe2d2
#f7f0e8
#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

#bb7e35
#3572bb

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

Split Complementary

#bb7e35
#35b5bb
#3b35bb

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

Analogous Color

#bb4835
#bb6335
#bb7e35
#bb9935
#bbb435

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

#bb7e35
#35bb7e
#7e35bb

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

#bb7e35
#35bb3b
#3572bb
#bb35b5

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

#bb7e35
#3572bb
#3b35bb
#b5bb35

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

#bb7e35 Color Code Preview on Black Background Color

This is how #bb7e35 Color will look on black background color. Color contrast ratio is 6.15

#bb7e35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7e35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7e35

#bb7e35 color code is use for CSS Background Color

Background color for the above div is #bb7e35

HTML with inline CSS

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

#bb7e35 color code is use for CSS Border Color

CSS Border color for the above div is #bb7e35

HTML with inline CSS

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

CSS Border Left color for the above div is #bb7e35

HTML with inline CSS

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

CSS Border Right color for the above div is #bb7e35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb7e35

HTML with inline CSS

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

CSS Border Top color for the above div is #bb7e35

HTML with inline CSS

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

#bb7e35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb7e35 Color code Preview on White Background

This is how #bb7e35 Color code will look on white background color. Color contrast ratio is 3.42

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

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,126,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,114,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,126,53,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.