crispedge.com

Color picker

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

#b95c2c hex color - Orange - Warm color - Information

#b95c2c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #b95c2c Color code in RGB color code model is created after adding 72.55% red color, 36.08% green color and 17.25% blue color. Hex #b95c2c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 76% yellow and 27% black.

Hex #b95c2c 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 #b95c2c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb95c2c#b95c2c
RGB Decimal185, 92, 44rgb(185, 92, 44)
RGB Percent73%, 36%, 17%rgb(73%, 36%, 17%)
CSS RGBa185, 92, 44,1rgba(185,92,44,1)
CMYK Modelcmyk(0%,50%,76%,27%)
HSL Color Space20,62% ,45%hsl(20,62% ,45%)
HSV Color Space20°, 76%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110010101110000101100
Octal27113454
Decimal1859244
Hexb95c2c

Different shades of #b95c2c color code.

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

Light Shade of #b95c2c
#d37545
Dark Shade of #b95c2c
#904822
Saturated Shade of #b95c2c
#c45821
Desaturated Shade of #b95c2c
#ae6037
Grey scale Shade of #b95c2c
#727272
Brighten Shade
#d27545
Most Readable Shade
#FFFFFF

Shades of #b95c2c color code

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

#b95c2c
#a45127
#8f4722
#7b3d1d
#663318
#522813
#3d1e0e
#291409
#140a04
#000000

Similar Color like #b95c2c color

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

#ba5d2d
#bb5e2e
#bc5f2f
#bd6030
#be6131
#bf6232
#c06333
#c16434
#c26535
#c36636
#c46737
#c56838
#c66939
#c76a3a
#b85b2b
#b75a2a
#b65929
#b55828
#b45727
#b35626
#b25525
#b15424
#b05323
#af5222
#ae5121
#ad5020
#ac4f1f
#ab4e1e

Monochromatic Color with #b95c2c

#b95c2c
#e37136
#0f0704
#391d0e
#643218
#8e4722

Tints of #b95c2c Color

#b95c2c
#c06e43
#c8805a
#d09272
#d8a489
#dfb6a1
#e7c8b8
#efdad0
#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

#b95c2c
#2c89b9

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

Split Complementary

#b95c2c
#2cb9a2
#2c43b9

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

Analogous Color

#b92c34
#b9402c
#b95c2c
#b9782c
#b9942c

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

#b95c2c
#2cb95c
#5c2cb9

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

#b95c2c
#42b92c
#2c89b9
#a22cb9

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

#b95c2c
#2c89b9
#2c43b9
#b9a22c

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

#b95c2c Color Code Preview on Black Background Color

This is how #b95c2c Color will look on black background color. Color contrast ratio is 4.63

#b95c2c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b95c2c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b95c2c

#b95c2c color code is use for CSS Background Color

Background color for the above div is #b95c2c

HTML with inline CSS

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

#b95c2c color code is use for CSS Border Color

CSS Border color for the above div is #b95c2c

HTML with inline CSS

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

CSS Border Left color for the above div is #b95c2c

HTML with inline CSS

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

CSS Border Right color for the above div is #b95c2c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b95c2c

HTML with inline CSS

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

CSS Border Top color for the above div is #b95c2c

HTML with inline CSS

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

#b95c2c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b95c2c Color code Preview on White Background

This is how #b95c2c Color code will look on white background color. Color contrast ratio is 4.54

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.