crispedge.com

Color picker

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

#b98a75 hex color - Red - Warm color - Information

#b98a75 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #b98a75 Color code in RGB color code model is created after adding 72.55% red color, 54.12% green color and 45.88% blue color. Hex #b98a75 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 37% yellow and 27% black.

Hex #b98a75 color code is between #bb8877 web safe hex color code and #aa9966 web safe hex color code. #bb8877 is the nearest web safe color code. You can see here many more shades of #b98a75 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb98a75#b98a75
RGB Decimal185, 138, 117rgb(185, 138, 117)
RGB Percent73%, 54%, 46%rgb(73%, 54%, 46%)
CSS RGBa185, 138, 117,1rgba(185,138,117,1)
CMYK Modelcmyk(0%,25%,37%,27%)
HSL Color Space19,33% ,59%hsl(19,33% ,59%)
HSV Color Space19°, 37%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110011000101001110101
Octal271212165
Decimal185138117
Hexb98a75

Different shades of #b98a75 color code.

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

Light Shade of #b98a75
#caa797
Dark Shade of #b98a75
#a76e54
Saturated Shade of #b98a75
#c3866b
Desaturated Shade of #b98a75
#af8e7f
Grey scale Shade of #b98a75
#979797
Brighten Shade
#d2a38e
Most Readable Shade
#000000

Shades of #b98a75 color code

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

#b98a75
#a47a68
#8f6b5b
#7b5c4e
#664c41
#523d34
#3d2e27
#291e1a
#140f0d
#000000

Similar Color like #b98a75 color

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

#ba8b76
#bb8c77
#bc8d78
#bd8e79
#be8f7a
#bf907b
#c0917c
#c1927d
#c2937e
#c3947f
#c49580
#c59681
#c69782
#c79883
#b88974
#b78873
#b68772
#b58671
#b48570
#b3846f
#b2836e
#b1826d
#b0816c
#af806b
#ae7f6a
#ad7e69
#ac7d68
#ab7c67

Monochromatic Color with #b98a75

#b98a75
#e3aa90
#0f0b09
#392b24
#644b3f
#8e6a5a

Tints of #b98a75 Color

#b98a75
#c09784
#c8a493
#d0b1a3
#d8beb2
#dfcbc1
#e7d8d1
#efe5e0
#f7f2ef
#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

#b98a75
#75a4b9

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

Split Complementary

#b98a75
#75b9ac
#7582b9

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

Analogous Color

#b9757b
#b97c75
#b98a75
#b99875
#b9a575

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

#b98a75
#75b98a
#8a75b9

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

#b98a75
#82b975
#75a4b9
#ac75b9

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

#b98a75
#75a4b9
#7582b9
#b9ac75

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

#b98a75 Color Code Preview on Black Background Color

This is how #b98a75 Color will look on black background color. Color contrast ratio is 6.96

#b98a75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b98a75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b98a75

#b98a75 color code is use for CSS Background Color

Background color for the above div is #b98a75

HTML with inline CSS

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

#b98a75 color code is use for CSS Border Color

CSS Border color for the above div is #b98a75

HTML with inline CSS

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

CSS Border Left color for the above div is #b98a75

HTML with inline CSS

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

CSS Border Right color for the above div is #b98a75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b98a75

HTML with inline CSS

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

CSS Border Top color for the above div is #b98a75

HTML with inline CSS

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

#b98a75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b98a75 Color code Preview on White Background

This is how #b98a75 Color code will look on white background color. Color contrast ratio is 3.02

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

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.