crispedge.com

Color picker

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

#b37d7a hex color - Red - Warm color - Information

#b37d7a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b37d7a Color code in RGB color code model is created after adding 70.2% red color, 49.02% green color and 47.84% blue color. Hex #b37d7a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 32% yellow and 30% black.

Hex #b37d7a color code is between #bb7777 web safe hex color code and #aa8888 web safe hex color code. #bb7777 is the nearest web safe color code. You can see here many more shades of #b37d7a color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeb37d7a#b37d7a
RGB Decimal179, 125, 122rgb(179, 125, 122)
RGB Percent70%, 49%, 48%rgb(70%, 49%, 48%)
CSS RGBa179, 125, 122,1rgba(179,125,122,1)
CMYK Modelcmyk(0%,30%,32%,30%)
HSL Color Space3,27% ,59%hsl(3,27% ,59%)
HSV Color Space3°, 32%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110111110101111010
Octal263175172
Decimal179125122
Hexb37d7a

Different shades of #b37d7a color code.

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

Light Shade of #b37d7a
#c69d9a
Dark Shade of #b37d7a
#9f5e5b
Saturated Shade of #b37d7a
#bd7470
Desaturated Shade of #b37d7a
#a98684
Grey scale Shade of #b37d7a
#969696
Brighten Shade
#cc9693
Most Readable Shade
#000000

Shades of #b37d7a color code

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

#b37d7a
#9f6f6c
#8b615e
#775351
#634543
#4f3736
#3b2928
#271b1b
#130d0d
#000000

Similar Color like #b37d7a color

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

#b47e7b
#b57f7c
#b6807d
#b7817e
#b8827f
#b98380
#ba8481
#bb8582
#bc8683
#bd8784
#be8885
#bf8986
#c08a87
#c18b88
#b27c79
#b17b78
#b07a77
#af7976
#ae7875
#ad7774
#ac7673
#ab7572
#aa7471
#a97370
#a8726f
#a7716e
#a6706d
#a56f6c

Monochromatic Color with #b37d7a

#b37d7a
#dd9b97
#090606
#332423
#5e4240
#885f5d

Tints of #b37d7a Color

#b37d7a
#bb8b88
#c39997
#cca8a6
#d4b6b5
#ddc5c3
#e5d3d2
#eee2e1
#f6f0f0
#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

#b37d7a
#7ab0b3

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

Split Complementary

#b37d7a
#7ab399
#7a94b3

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

Analogous Color

#b37a8e
#b37a82
#b37d7a
#b3887a
#b3947a

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

#b37d7a
#7ab37d
#7d7ab3

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

#b37d7a
#93b37a
#7ab0b3
#997ab3

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

#b37d7a
#7ab0b3
#7a94b3
#b3997a

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

#b37d7a Color Code Preview on Black Background Color

This is how #b37d7a Color will look on black background color. Color contrast ratio is 6.13

#b37d7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b37d7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b37d7a

#b37d7a color code is use for CSS Background Color

Background color for the above div is #b37d7a

HTML with inline CSS

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

#b37d7a color code is use for CSS Border Color

CSS Border color for the above div is #b37d7a

HTML with inline CSS

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

CSS Border Left color for the above div is #b37d7a

HTML with inline CSS

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

CSS Border Right color for the above div is #b37d7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b37d7a

HTML with inline CSS

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

CSS Border Top color for the above div is #b37d7a

HTML with inline CSS

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

#b37d7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b37d7a Color code Preview on White Background

This is how #b37d7a Color code will look on white background color. Color contrast ratio is 3.43

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.