crispedge.com

Color picker

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

#b95c2d hex color - Orange - Warm color - Information

#b95c2d hex color - Orange - Warm color

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 4 Views

Color Table

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

Color in numbers

TypeRedGreenBlue
Binary101110010101110000101101
Octal27113455
Decimal1859245
Hexb95c2d

Different shades of #b95c2d color code.

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

Light Shade of #b95c2d
#d27647
Dark Shade of #b95c2d
#904823
Saturated Shade of #b95c2d
#c45822
Desaturated Shade of #b95c2d
#ad6039
Grey scale Shade of #b95c2d
#737373
Brighten Shade
#d27546
Most Readable Shade
#FFFFFF

Shades of #b95c2d color code

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

#b95c2d
#a45128
#8f4723
#7b3d1e
#663319
#522814
#3d1e0f
#29140a
#140a05
#000000

Similar Color like #b95c2d color

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

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

Monochromatic Color with #b95c2d

#b95c2d
#e37137
#0f0704
#391d0e
#643218
#8e4723

Tints of #b95c2d Color

#b95c2d
#c06e44
#c8805b
#d09273
#d8a48a
#dfb6a1
#e7c8b9
#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

#b95c2d
#2d8ab9

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

Split Complementary

#b95c2d
#2db9a2
#2d44b9

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

Analogous Color

#b92d36
#b9402d
#b95c2d
#b9782d
#b9942d

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

#b95c2d
#2db95c
#5c2db9

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

#b95c2d
#44b92d
#2d8ab9
#a22db9

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

#b95c2d
#2d8ab9
#2d44b9
#b9a22d

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

#b95c2d Color Code Preview on Black Background Color

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

#b95c2d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b95c2d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b95c2d

#b95c2d color code is use for CSS Background Color

Background color for the above div is #b95c2d

HTML with inline CSS

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

#b95c2d color code is use for CSS Border Color

CSS Border color for the above div is #b95c2d

HTML with inline CSS

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

CSS Border Left color for the above div is #b95c2d

HTML with inline CSS

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

CSS Border Right color for the above div is #b95c2d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b95c2d

HTML with inline CSS

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

CSS Border Top color for the above div is #b95c2d

HTML with inline CSS

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

#b95c2d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b95c2d Color code Preview on White Background

This is how #b95c2d Color code will look on white background color. Color contrast ratio is 4.53

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.