crispedge.com

Color picker

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

#b38b90 hex color - Brown - Warm color - Information

#b38b90 hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #b38b90 Color code in RGB color code model is created after adding 70.2% red color, 54.51% green color and 56.47% blue color. Hex #b38b90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 20% yellow and 30% black.

Hex #b38b90 color code is between #bb8888 web safe hex color code and #aa9999 web safe hex color code. #bb8888 is the nearest web safe color code. You can see here many more shades of #b38b90 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb38b90#b38b90
RGB Decimal179, 139, 144rgb(179, 139, 144)
RGB Percent70%, 55%, 56%rgb(70%, 55%, 56%)
CSS RGBa179, 139, 144,1rgba(179,139,144,1)
CMYK Modelcmyk(0%,22%,20%,30%)
HSL Color Space353,21% ,62%hsl(353,21% ,62%)
HSV Color Space352°, 22%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111000101110010000
Octal263213220
Decimal179139144
Hexb38b90

Different shades of #b38b90 color code.

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

Light Shade of #b38b90
#c7aaad
Dark Shade of #b38b90
#9f6c73
Saturated Shade of #b38b90
#bd8189
Desaturated Shade of #b38b90
#a99597
Grey scale Shade of #b38b90
#9f9f9f
Brighten Shade
#cca4a9
Most Readable Shade
#000000

Shades of #b38b90 color code

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

#b38b90
#9f7b80
#8b6c70
#775c60
#634d50
#4f3d40
#3b2e30
#271e20
#130f10
#000000

Similar Color like #b38b90 color

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

#b48c91
#b58d92
#b68e93
#b78f94
#b89095
#b99196
#ba9297
#bb9398
#bc9499
#bd959a
#be969b
#bf979c
#c0989d
#c1999e
#b28a8f
#b1898e
#b0888d
#af878c
#ae868b
#ad858a
#ac8489
#ab8388
#aa8287
#a98186
#a88085
#a77f84
#a67e83
#a57d82

Monochromatic Color with #b38b90

#b38b90
#ddacb2
#090707
#332829
#5e494c
#886a6e

Tints of #b38b90 Color

#b38b90
#bb979c
#c3a4a8
#ccb1b5
#d4bec1
#ddcbcd
#e5d8da
#eee5e6
#f6f2f2
#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

#b38b90
#8bb3ae

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

Split Complementary

#b38b90
#8bb39a
#8ba4b3

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

Analogous Color

#b38ba0
#b38b98
#b38b90
#b38e8b
#b3968b

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

#b38b90
#90b38b
#8b90b3

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

#b38b90
#a4b38b
#8bb3ae
#9a8bb3

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

#b38b90
#8bb3ae
#8ba4b3
#b39a8b

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

#b38b90 Color Code Preview on Black Background Color

This is how #b38b90 Color will look on black background color. Color contrast ratio is 7.01

#b38b90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38b90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38b90

#b38b90 color code is use for CSS Background Color

Background color for the above div is #b38b90

HTML with inline CSS

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

#b38b90 color code is use for CSS Border Color

CSS Border color for the above div is #b38b90

HTML with inline CSS

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

CSS Border Left color for the above div is #b38b90

HTML with inline CSS

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

CSS Border Right color for the above div is #b38b90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b38b90

HTML with inline CSS

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

CSS Border Top color for the above div is #b38b90

HTML with inline CSS

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

#b38b90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b38b90 Color code Preview on White Background

This is how #b38b90 Color code will look on white background color. Color contrast ratio is 2.99

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

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.