crispedge.com

Color picker

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

#b99f88 hex color - Yellow - Warm color - Information

#b99f88 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b99f88 Color code in RGB color code model is created after adding 72.55% red color, 62.35% green color and 53.33% blue color. Hex #b99f88 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 26% yellow and 27% black.

Hex #b99f88 color code is between #bb9977 web safe hex color code and #aaaa99 web safe hex color code. #bb9977 is the nearest web safe color code. You can see here many more shades of #b99f88 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb99f88#b99f88
RGB Decimal185, 159, 136rgb(185, 159, 136)
RGB Percent73%, 62%, 53%rgb(73%, 62%, 53%)
CSS RGBa185, 159, 136,1rgba(185,159,136,1)
CMYK Modelcmyk(0%,14%,26%,27%)
HSL Color Space28,26% ,63%hsl(28,26% ,63%)
HSV Color Space28°, 26%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110011001111110001000
Octal271237210
Decimal185159136
Hexb99f88

Different shades of #b99f88 color code.

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

Light Shade of #b99f88
#ccb9a8
Dark Shade of #b99f88
#a68568
Saturated Shade of #b99f88
#c29e7f
Desaturated Shade of #b99f88
#b0a091
Grey scale Shade of #b99f88
#a0a0a0
Brighten Shade
#d2b8a1
Most Readable Shade
#000000

Shades of #b99f88 color code

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

#b99f88
#a48d78
#8f7b69
#7b6a5a
#66584b
#52463c
#3d352d
#29231e
#14110f
#000000

Similar Color like #b99f88 color

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

#baa089
#bba18a
#bca28b
#bda38c
#bea48d
#bfa58e
#c0a68f
#c1a790
#c2a891
#c3a992
#c4aa93
#c5ab94
#c6ac95
#c7ad96
#b89e87
#b79d86
#b69c85
#b59b84
#b49a83
#b39982
#b29881
#b19780
#b0967f
#af957e
#ae947d
#ad937c
#ac927b
#ab917a

Monochromatic Color with #b99f88

#b99f88
#e3c4a7
#0f0d0b
#39312a
#64564a
#8e7a69

Tints of #b99f88 Color

#b99f88
#c0a995
#c8b4a2
#d0bfaf
#d8c9bc
#dfd4ca
#e7dfd7
#efe9e4
#f7f4f1
#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

#b99f88
#88a2b9

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

Split Complementary

#b99f88
#88b9b8
#8889b9

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

Analogous Color

#b98b88
#b99588
#b99f88
#b9a988
#b9b388

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

#b99f88
#88b99f
#9f88b9

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

#b99f88
#8ab988
#88a2b9
#b788b9

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

#b99f88
#88a2b9
#8889b9
#b9b888

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

#b99f88 Color Code Preview on Black Background Color

This is how #b99f88 Color will look on black background color. Color contrast ratio is 8.38

#b99f88 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b99f88

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b99f88

#b99f88 color code is use for CSS Background Color

Background color for the above div is #b99f88

HTML with inline CSS

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

#b99f88 color code is use for CSS Border Color

CSS Border color for the above div is #b99f88

HTML with inline CSS

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

CSS Border Left color for the above div is #b99f88

HTML with inline CSS

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

CSS Border Right color for the above div is #b99f88

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b99f88

HTML with inline CSS

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

CSS Border Top color for the above div is #b99f88

HTML with inline CSS

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

#b99f88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b99f88 Color code Preview on White Background

This is how #b99f88 Color code will look on white background color. Color contrast ratio is 2.51

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

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.