crispedge.com

Color picker

Loading...

#b15b26 hex color - Orange - Warm color - Information

#b15b26 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #b15b26 Color code in RGB color code model is created after adding 69.41% red color, 35.69% green color and 14.9% blue color. Hex #b15b26 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 79% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb15b26#b15b26
RGB Decimal177, 91, 38rgb(177, 91, 38)
RGB Percent69%, 36%, 15%rgb(69%, 36%, 15%)
CSS RGBa177, 91, 38,1rgba(177,91,38,1)
CMYK Modelcmyk(0%,49%,79%,31%)
HSL Color Space23,65% ,42%hsl(23,65% ,42%)
HSV Color Space23°, 79%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010101101100100110
Octal26113346
Decimal1779138
Hexb15b26

Different shades of #b15b26 color code.

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

Light Shade of #b15b26
#d47236
Dark Shade of #b15b26
#87451d
Saturated Shade of #b15b26
#bc581b
Desaturated Shade of #b15b26
#a65e31
Grey scale Shade of #b15b26
#6b6b6b
Brighten Shade
#ca743f
Most Readable Shade
#FFFFFF

Shades of #b15b26 color code

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

#b15b26
#9d5021
#89461d
#763c19
#623215
#4e2810
#3b1e0c
#271408
#130a04
#000000

Similar Color like #b15b26 color

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

#b25c27
#b35d28
#b45e29
#b55f2a
#b6602b
#b7612c
#b8622d
#b9632e
#ba642f
#bb6530
#bc6631
#bd6732
#be6833
#bf6934
#b05a25
#af5924
#ae5823
#ad5722
#ac5621
#ab5520
#aa541f
#a9531e
#a8521d
#a7511c
#a6501b
#a54f1a
#a44e19
#a34d18

Monochromatic Color with #b15b26

#b15b26
#db712f
#070402
#31190b
#5c2f14
#86451d

Tints of #b15b26 Color

#b15b26
#b96d3e
#c27f56
#cb916e
#d3a386
#dcb69e
#e5c8b6
#eddace
#f6ece6
#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

#b15b26
#267cb1

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

Split Complementary

#b15b26
#26b1a1
#2637b1

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

Analogous Color

#b12629
#b13f26
#b15b26
#b17726
#b19326

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

#b15b26
#26b15b
#5b26b1

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

#b15b26
#36b126
#267cb1
#a026b1

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

#b15b26
#267cb1
#2637b1
#b1a126

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

#b15b26 Color Code Preview on Black Background Color

This is how #b15b26 Color will look on black background color. Color contrast ratio is 4.39

#b15b26 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b15b26

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b15b26

#b15b26 color code is use for CSS Background Color

Background color for the above div is #b15b26

HTML with inline CSS

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

#b15b26 color code is use for CSS Border Color

CSS Border color for the above div is #b15b26

HTML with inline CSS

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

CSS Border Left color for the above div is #b15b26

HTML with inline CSS

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

CSS Border Right color for the above div is #b15b26

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b15b26

HTML with inline CSS

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

CSS Border Top color for the above div is #b15b26

HTML with inline CSS

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

#b15b26 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b15b26 Color code Preview on White Background

This is how #b15b26 Color code will look on white background color. Color contrast ratio is 4.78

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

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(177,91,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(38,124,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,91,38,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.