@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b6817d hex color - Red - Warm color - Information

#b6817d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b6817d Color code in RGB color code model is created after adding 71.37% red color, 50.59% green color and 49.02% blue color. Hex #b6817d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 31% yellow and 28.63% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b6817d #b6817d
RGB Decimal 182, 129, 125 rgb(182, 129, 125)
RGB Percent 71%, 51%, 49% rgb(71%, 51%, 49%)
CSS RGBa 182, 129, 125,1 rgba(182,129,125,1)
CMYK Model cmyk(0%,29%,31%,28.63%)
HSL Color Space 4,28% ,60% hsl(4,28% ,60%)
HSV Color Space 4°, 31%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 10000001 01111101
Octal 266 201 175
Decimal 182 129 125
Hex b6 81 7d

Different shades of #b6817d color code.

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

Light Shade of #b6817d
#c8a19e
Dark Shade of #b6817d
#a4615c
Saturated Shade of #b6817d
#c07873
Desaturated Shade of #b6817d
#ac8a87
Grey scale Shade of #b6817d
#999999
Brighten Shade
#cf9a96
Most Readable Shade
#000000

Shades of #b6817d color code

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

#b6817d
#a1726f
#8d6461
#795653
#654745
#503937
#3c2b29
#281c1b
#140e0d
#000000

Similar Color like #b6817d color

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

#b7827e
#b8837f
#b98480
#ba8581
#bb8682
#bc8783
#bd8884
#be8985
#bf8a86
#c08b87
#c18c88
#c28d89
#c38e8a
#c48f8b
#b5807c
#b47f7b
#b37e7a
#b27d79
#b17c78
#b07b77
#af7a76
#ae7975
#ad7874
#ac7773
#ab7672
#aa7571
#a97470
#a8736f

Monochromatic Color with #b6817d

#b6817d
#e09f9a
#0c0808
#362725
#614543
#8b6360

Tints of #b6817d Color

#b6817d
#be8f8b
#c69d99
#ceaba8
#d6b9b6
#dec7c5
#e6d5d3
#eee3e2
#f6f1f0
#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

#b6817d
#7db2b6

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

Split Complementary

#b6817d
#7db69e
#7d96b6

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

Analogous Color

#b67d90
#b67d84
#b6817d
#b68c7d
#b6987d

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

#b6817d
#7db681
#817db6

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

#b6817d
#95b67d
#7db2b6
#9d7db6

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

#b6817d
#7db2b6
#7d96b6
#b69e7d

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

#b6817d Color Code Preview on Black Background Color

This is how #b6817d Color will look on black background color. Color contrast ratio is 6.43

#b6817d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6817d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6817d

#b6817d color code is use for CSS Background Color

Background color for the above div is #b6817d

HTML with inline CSS

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

#b6817d color code is use for CSS Border Color

CSS Border color for the above div is #b6817d

HTML with inline CSS

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

CSS Border Left color for the above div is #b6817d

HTML with inline CSS

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

CSS Border Right color for the above div is #b6817d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6817d

HTML with inline CSS

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

CSS Border Top color for the above div is #b6817d

HTML with inline CSS

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

#b6817d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6817d Color code Preview on White Background

This is how #b6817d Color code will look on white background color. Color contrast ratio is 3.27

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(182,129,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,178,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,129,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.