crispedge.com

Color picker

Loading...

#b66a9e hex color - Red - Warm color - Information

#b66a9e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b66a9e Color code in RGB color code model is created after adding 71.37% red color, 41.57% green color and 61.96% blue color. Hex #b66a9e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 13% yellow and 29% black.

Hex #b66a9e color code is between #bb6699 web safe hex color code and #aa77aa web safe hex color code. #bb6699 is the nearest web safe color code. You can see here many more shades of #b66a9e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb66a9e#b66a9e
RGB Decimal182, 106, 158rgb(182, 106, 158)
RGB Percent71%, 42%, 62%rgb(71%, 42%, 62%)
CSS RGBa182, 106, 158,1rgba(182,106,158,1)
CMYK Modelcmyk(0%,42%,13%,29%)
HSL Color Space319,34% ,56%hsl(319,34% ,56%)
HSV Color Space319°, 42%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101100110101010011110
Octal266152236
Decimal182106158
Hexb66a9e

Different shades of #b66a9e color code.

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

Light Shade of #b66a9e
#c78cb4
Dark Shade of #b66a9e
#9f4e85
Saturated Shade of #b66a9e
#c15fa2
Desaturated Shade of #b66a9e
#ab759a
Grey scale Shade of #b66a9e
#909090
Brighten Shade
#cf83b7
Most Readable Shade
#FFFFFF

Shades of #b66a9e color code

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

#b66a9e
#a15e8c
#8d527a
#794669
#653a57
#502f46
#3c2334
#281723
#140b11
#000000

Similar Color like #b66a9e color

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

#b76b9f
#b86ca0
#b96da1
#ba6ea2
#bb6fa3
#bc70a4
#bd71a5
#be72a6
#bf73a7
#c074a8
#c175a9
#c276aa
#c377ab
#c478ac
#b5699d
#b4689c
#b3679b
#b2669a
#b16599
#b06498
#af6397
#ae6296
#ad6195
#ac6094
#ab5f93
#aa5e92
#a95d91
#a85c90

Monochromatic Color with #b66a9e

#b66a9e
#e083c3
#0c070a
#36202f
#613854
#8b5179

Tints of #b66a9e Color

#b66a9e
#be7aa8
#c68bb3
#ce9bbe
#d6acc9
#debcd3
#e6cdde
#eedde9
#f6eef4
#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

#b66a9e
#6ab682

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

Split Complementary

#b66a9e
#78b66a
#6ab6a8

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

Analogous Color

#b06ab6
#b66aad
#b66a9e
#b66a8f
#b66a80

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

#b66a9e
#9eb66a
#6a9eb6

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

#b66a9e
#b6a86a
#6ab682
#6a78b6

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

#b66a9e
#6ab682
#6ab6a8
#b66a78

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

#b66a9e Color Code Preview on Black Background Color

This is how #b66a9e Color will look on black background color. Color contrast ratio is 5.54

#b66a9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b66a9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b66a9e

#b66a9e color code is use for CSS Background Color

Background color for the above div is #b66a9e

HTML with inline CSS

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

#b66a9e color code is use for CSS Border Color

CSS Border color for the above div is #b66a9e

HTML with inline CSS

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

CSS Border Left color for the above div is #b66a9e

HTML with inline CSS

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

CSS Border Right color for the above div is #b66a9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b66a9e

HTML with inline CSS

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

CSS Border Top color for the above div is #b66a9e

HTML with inline CSS

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

#b66a9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b66a9e Color code Preview on White Background

This is how #b66a9e Color code will look on white background color. Color contrast ratio is 3.79

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

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,106,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,182,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,106,158,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.