Skip to main content Skip to docs navigation

#bf166d hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Secret Affair and its hex is #C41661 Nearest Color Name

Color Hue/Base color: Red

Hex #bf166d Color code in RGB color code model is created after adding 74.9% red color, 8.63% green color and 42.75% blue color. Hex #bf166d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 43% yellow and 25.1% black.

Hex #bf166d color code is between #bb1166 web safe hex color code and #cc2277 web safe hex color code. #bb1166 is the nearest web safe color code. You can see here many more shades of #bf166d color code.

RGB Chart

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

Color Table

Hex Color Code bf166d #bf166d
RGB Decimal 191, 22, 109 191, 22, 109
RGB Percent 75%, 9%, 43% rgb(75%, 9%, 43%)
CSS RGBa 191, 22, 109,1 rgba(191,22,109,1)
CMYK Model cmyk(0%,88%,43%,25.1%)
HSL Color Space 329,79% ,42% hsl(329,79% ,42%)
HSV Color Space 329°, 88%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 00010110 01101101
Octal 277 26 155
Decimal 191 22 109
Hex bf 16 6d

Different shades of #bf166d color code.

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

Darkest of #bf166d
#36061f
Darker of #bf166d
#640b39
Dark of #bf166d
#911153
Base of #bf166d
#bf166d
Light of #bf166d
#e62287
Lighter
#eb50a0
Lightest
#f07eb9

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

#bf166d
#16bf68

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

Split Complementary

#bf166d
#19bf16
#16bfbc

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

Analogous Color

#ae16bf
#bf16b3
#bf166d
#bf1635
#bf3e16

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

#bf166d
#166dbf
#6dbf16

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

#bf166d
#6dbf16
#16bf68
#6816bf

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bf166d
#bfbc16
#16bf68
#1619bf

Square 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).

Monochromatic Color with #bf166d

#080105
#36061f
#640b39
#911153
#bf166d
#e62287
#eb50a0
#f07eb9
#f5acd2

Tints of #bf166d Color

#bf166d
#c62f7d
#cd498d
#d4639d
#db7dad
#e297be
#e9b1ce
#f0cbde
#f7e5ee
#ffffff

Shades of #bf166d color code

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

#bf166d
#a91360
#941154
#7f0e48
#6a0c3c
#540930
#3f0724
#2a0418
#15020c
#000000

Tones

#bf166d
#aa2b6c
#94416c
#7f566b
#6a6a6a

Tones

Similar Color like #bf166d color

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

#c0176e
#c1186f
#c21970
#c31a71
#c41b72
#c51c73
#c61d74
#c71e75
#c81f76
#c92077
#ca2178
#cb2279
#cc237a
#cd247b
#be156c
#bd146b
#bc136a
#bb1269
#ba1168
#b91067
#b80f66
#b70e65
#b60d64
#b50c63
#b40b62
#b30a61
#b20960
#b1085f

Download this Dark Red

Hex #bf166d 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.

#bf166d Color Code Preview on Black Background Color

This is how #bf166d Color will look on black background color. Color contrast ratio is 3.55

#bf166d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf166d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf166d

#bf166d color code is use for CSS Background Color

Background color for the above div is #bf166d

HTML with inline CSS

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

#bf166d color code is use for CSS Border Color

CSS Border color for the above div is #bf166d

HTML with inline CSS

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

CSS Border Left color for the above div is #bf166d

HTML with inline CSS

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

CSS Border Right color for the above div is #bf166d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf166d

HTML with inline CSS

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

CSS Border Top color for the above div is #bf166d

HTML with inline CSS

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

#bf166d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf166d Color code Preview on White Background

This is how #bf166d Color code will look on white background color. Color contrast ratio is 5.91

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(191,22,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(22,191,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,22,109,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }