crispedge.com

Color picker

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

#b6988e hex color - Brown - Warm color - Information

#b6988e hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #b6988e Color code in RGB color code model is created after adding 71.37% red color, 59.61% green color and 55.69% blue color. Hex #b6988e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 22% yellow and 29% black.

Hex #b6988e color code is between #bb9988 web safe hex color code and #aa8899 web safe hex color code. #bb9988 is the nearest web safe color code. You can see here many more shades of #b6988e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb6988e#b6988e
RGB Decimal182, 152, 142rgb(182, 152, 142)
RGB Percent71%, 60%, 56%rgb(71%, 60%, 56%)
CSS RGBa182, 152, 142,1rgba(182,152,142,1)
CMYK Modelcmyk(0%,16%,22%,29%)
HSL Color Space15,22% ,64%hsl(15,22% ,64%)
HSV Color Space15°, 22%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101001100010001110
Octal266230216
Decimal182152142
Hexb6988e

Different shades of #b6988e color code.

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

Light Shade of #b6988e
#cab4ad
Dark Shade of #b6988e
#a27c6f
Saturated Shade of #b6988e
#bf9385
Desaturated Shade of #b6988e
#ad9d97
Grey scale Shade of #b6988e
#a2a2a2
Brighten Shade
#cfb1a7
Most Readable Shade
#000000

Shades of #b6988e color code

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

#b6988e
#a1877e
#8d766e
#79655e
#65544e
#50433f
#3c322f
#28211f
#14100f
#000000

Similar Color like #b6988e color

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

#b7998f
#b89a90
#b99b91
#ba9c92
#bb9d93
#bc9e94
#bd9f95
#bea096
#bfa197
#c0a298
#c1a399
#c2a49a
#c3a59b
#c4a69c
#b5978d
#b4968c
#b3958b
#b2948a
#b19389
#b09288
#af9187
#ae9086
#ad8f85
#ac8e84
#ab8d83
#aa8c82
#a98b81
#a88a80

Monochromatic Color with #b6988e

#b6988e
#e0bbaf
#0c0a09
#362e2b
#61514c
#8b756d

Tints of #b6988e Color

#b6988e
#bea39a
#c6aea7
#cebab3
#d6c5c0
#ded1cc
#e6dcd9
#eee8e5
#f6f3f2
#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

#b6988e
#8eacb6

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

Split Complementary

#b6988e
#8eb6ac
#8e98b6

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

Analogous Color

#b68e94
#b6908e
#b6988e
#b6a08e
#b6a88e

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

#b6988e
#8eb698
#988eb6

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

#b6988e
#98b68e
#8eacb6
#ac8eb6

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

#b6988e
#8eacb6
#8e98b6
#b6ac8e

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

#b6988e Color Code Preview on Black Background Color

This is how #b6988e Color will look on black background color. Color contrast ratio is 7.87

#b6988e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6988e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6988e

#b6988e color code is use for CSS Background Color

Background color for the above div is #b6988e

HTML with inline CSS

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

#b6988e color code is use for CSS Border Color

CSS Border color for the above div is #b6988e

HTML with inline CSS

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

CSS Border Left color for the above div is #b6988e

HTML with inline CSS

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

CSS Border Right color for the above div is #b6988e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6988e

HTML with inline CSS

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

CSS Border Top color for the above div is #b6988e

HTML with inline CSS

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

#b6988e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6988e Color code Preview on White Background

This is how #b6988e Color code will look on white background color. Color contrast ratio is 2.67

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

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.