crispedge.com

Color picker

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

#bd723b hex color - Orange - Warm color - Information

#bd723b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #bd723b Color code in RGB color code model is created after adding 74.12% red color, 44.71% green color and 23.14% blue color. Hex #bd723b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 69% yellow and 26% black.

Hex #bd723b color code is between #bb7733 web safe hex color code and #cc6644 web safe hex color code. #bb7733 is the nearest web safe color code. You can see here many more shades of #bd723b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebd723b#bd723b
RGB Decimal189, 114, 59rgb(189, 114, 59)
RGB Percent74%, 45%, 23%rgb(74%, 45%, 23%)
CSS RGBa189, 114, 59,1rgba(189,114,59,1)
CMYK Modelcmyk(0%,40%,69%,26%)
HSL Color Space25,52% ,49%hsl(25,52% ,49%)
HSV Color Space25°, 69%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010111001000111011
Octal27516273
Decimal18911459
Hexbd723b

Different shades of #bd723b color code.

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

Light Shade of #bd723b
#cd8d5e
Dark Shade of #bd723b
#965b2f
Saturated Shade of #bd723b
#c9702f
Desaturated Shade of #bd723b
#b17447
Grey scale Shade of #bd723b
#7c7c7c
Brighten Shade
#d68b54
Most Readable Shade
#FFFFFF

Shades of #bd723b color code

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

#bd723b
#a86534
#93582d
#7e4c27
#693f20
#54321a
#3f2613
#2a190d
#150c06
#000000

Similar Color like #bd723b color

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

#be733c
#bf743d
#c0753e
#c1763f
#c27740
#c37841
#c47942
#c57a43
#c67b44
#c77c45
#c87d46
#c97e47
#ca7f48
#cb8049
#bc713a
#bb7039
#ba6f38
#b96e37
#b86d36
#b76c35
#b66b34
#b56a33
#b46932
#b36831
#b26730
#b1662f
#b0652e
#af642d

Monochromatic Color with #bd723b

#bd723b
#e78c48
#130b06
#3d2513
#683f20
#92582e

Tints of #bd723b Color

#bd723b
#c48150
#cb9166
#d3a17c
#dab092
#e1c0a7
#e9d0bd
#f0dfd3
#f7efe9
#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

#bd723b
#3b86bd

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

Split Complementary

#bd723b
#3bbdb3
#3b45bd

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

Analogous Color

#bd3e3b
#bd583b
#bd723b
#bd8c3b
#bda63b

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

#bd723b
#3bbd72
#723bbd

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

#bd723b
#45bd3b
#3b86bd
#b33bbd

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

#bd723b
#3b86bd
#3b45bd
#bdb33b

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

#bd723b Color Code Preview on Black Background Color

This is how #bd723b Color will look on black background color. Color contrast ratio is 5.63

#bd723b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd723b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd723b

#bd723b color code is use for CSS Background Color

Background color for the above div is #bd723b

HTML with inline CSS

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

#bd723b color code is use for CSS Border Color

CSS Border color for the above div is #bd723b

HTML with inline CSS

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

CSS Border Left color for the above div is #bd723b

HTML with inline CSS

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

CSS Border Right color for the above div is #bd723b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd723b

HTML with inline CSS

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

CSS Border Top color for the above div is #bd723b

HTML with inline CSS

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

#bd723b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd723b Color code Preview on White Background

This is how #bd723b Color code will look on white background color. Color contrast ratio is 3.73

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

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.