crispedge.com

Color picker

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

#b93800 hex color - Orange - Warm color - Information

#b93800 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #b93800 Color code in RGB color code model is created after adding 72.55% red color, 21.96% green color and 0% blue color. Hex #b93800 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 100% yellow and 27% black.

Hex #b93800 color code is between #bb3300 web safe hex color code and #aa4400 web safe hex color code. #bb3300 is the nearest web safe color code. You can see here many more shades of #b93800 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb93800#b93800
RGB Decimal185, 56, 0rgb(185, 56, 0)
RGB Percent73%, 22%, 0%rgb(73%, 22%, 0%)
CSS RGBa185, 56, 0,1rgba(185,56,0,1)
CMYK Modelcmyk(0%,70%,100%,27%)
HSL Color Space18,100% ,36%hsl(18,100% ,36%)
HSV Color Space18°, 100%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110010011100000000000
Octal271700
Decimal185560
Hexb93800

Different shades of #b93800 color code.

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

Light Shade of #b93800
#ec4700
Dark Shade of #b93800
#862900
Saturated Shade of #b93800
#b93800
Desaturated Shade of #b93800
#b03c09
Grey scale Shade of #b93800
#5c5c5c
Brighten Shade
#d25119
Most Readable Shade
#FFFFFF

Shades of #b93800 color code

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

#b93800
#a43100
#8f2b00
#7b2500
#661f00
#521800
#3d1200
#290c00
#140600
#000000

Similar Color like #b93800 color

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

#ba3901
#bb3a02
#bc3b03
#bd3c04
#be3d05
#bf3e06
#c03f07
#c14008
#c24109
#c3420a
#c4430b
#c5440c
#c6450d
#c7460e
#b83700
#b73600
#b63500
#b53400
#b43300
#b33200
#b23100
#b13000
#b02f00
#af2e00
#ae2d00
#ad2c00
#ac2b00
#ab2a00

Monochromatic Color with #b93800

#b93800
#e34500
#0f0500
#391100
#641e00
#8e2b00

Tints of #b93800 Color

#b93800
#c04e1c
#c86438
#d07a55
#d89071
#dfa68d
#e7bcaa
#efd2c6
#f7e8e2
#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

#b93800
#0081b9

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

Split Complementary

#b93800
#00b995
#0024b9

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

Analogous Color

#b90012
#b91300
#b93800
#b95d00
#b98200

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

#b93800
#00b938
#3800b9

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

#b93800
#24b900
#0081b9
#9400b9

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

#b93800
#0081b9
#0024b9
#b99500

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

#b93800 Color Code Preview on Black Background Color

This is how #b93800 Color will look on black background color. Color contrast ratio is 3.63

#b93800 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b93800

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b93800

#b93800 color code is use for CSS Background Color

Background color for the above div is #b93800

HTML with inline CSS

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

#b93800 color code is use for CSS Border Color

CSS Border color for the above div is #b93800

HTML with inline CSS

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

CSS Border Left color for the above div is #b93800

HTML with inline CSS

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

CSS Border Right color for the above div is #b93800

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b93800

HTML with inline CSS

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

CSS Border Top color for the above div is #b93800

HTML with inline CSS

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

#b93800 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b93800 Color code Preview on White Background

This is how #b93800 Color code will look on white background color. Color contrast ratio is 5.79

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

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.