crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b75a2b hex color - Orange - Warm color - Information

#b75a2b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #b75a2b Color code in RGB color code model is created after adding 71.76% red color, 35.29% green color and 16.86% blue color. Hex #b75a2b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 77% yellow and 28% black.

Hex #b75a2b color code is between #bb5533 web safe hex color code and #aa6622 web safe hex color code. #bb5533 is the nearest web safe color code. You can see here many more shades of #b75a2b color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeb75a2b#b75a2b
RGB Decimal183, 90, 43rgb(183, 90, 43)
RGB Percent72%, 35%, 17%rgb(72%, 35%, 17%)
CSS RGBa183, 90, 43,1rgba(183,90,43,1)
CMYK Modelcmyk(0%,51%,77%,28%)
HSL Color Space20,62% ,44%hsl(20,62% ,44%)
HSV Color Space20°, 77%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110101101000101011
Octal26713253
Decimal1839043
Hexb75a2b

Different shades of #b75a2b color code.

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

Light Shade of #b75a2b
#d37342
Dark Shade of #b75a2b
#8e4621
Saturated Shade of #b75a2b
#c25620
Desaturated Shade of #b75a2b
#ac5e36
Grey scale Shade of #b75a2b
#717171
Brighten Shade
#d07344
Most Readable Shade
#FFFFFF

Shades of #b75a2b color code

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

#b75a2b
#a25026
#8e4621
#7a3c1c
#653217
#512813
#3d1e0e
#281409
#140a04
#000000

Similar Color like #b75a2b color

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

#b85b2c
#b95c2d
#ba5d2e
#bb5e2f
#bc5f30
#bd6031
#be6132
#bf6233
#c06334
#c16435
#c26536
#c36637
#c46738
#c56839
#b6592a
#b55829
#b45728
#b35627
#b25526
#b15425
#b05324
#af5223
#ae5122
#ad5021
#ac4f20
#ab4e1f
#aa4d1e
#a94c1d

Monochromatic Color with #b75a2b

#b75a2b
#e16f35
#0d0603
#371b0d
#623017
#8c4521

Tints of #b75a2b Color

#b75a2b
#bf6c42
#c77e5a
#cf9171
#d7a389
#dfb5a0
#e7c8b8
#efdacf
#f7ece7
#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

#b75a2b
#2b88b7

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

Split Complementary

#b75a2b
#2bb7a0
#2b42b7

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

Analogous Color

#b72b34
#b73e2b
#b75a2b
#b7762b
#b7922b

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

#b75a2b
#2bb75a
#5a2bb7

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

#b75a2b
#42b72b
#2b88b7
#a02bb7

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

#b75a2b
#2b88b7
#2b42b7
#b7a02b

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

#b75a2b Color Code Preview on Black Background Color

This is how #b75a2b Color will look on black background color. Color contrast ratio is 4.51

#b75a2b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75a2b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75a2b

#b75a2b color code is use for CSS Background Color

Background color for the above div is #b75a2b

HTML with inline CSS

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

#b75a2b color code is use for CSS Border Color

CSS Border color for the above div is #b75a2b

HTML with inline CSS

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

CSS Border Left color for the above div is #b75a2b

HTML with inline CSS

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

CSS Border Right color for the above div is #b75a2b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b75a2b

HTML with inline CSS

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

CSS Border Top color for the above div is #b75a2b

HTML with inline CSS

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

#b75a2b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b75a2b Color code Preview on White Background

This is how #b75a2b Color code will look on white background color. Color contrast ratio is 4.66

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.