crispedge.com

Color picker

Loading...

#bb676c hex color - Red - Warm color - Information

#bb676c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bb676c Color code in RGB color code model is created after adding 73.33% red color, 40.39% green color and 42.35% blue color. Hex #bb676c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 42% yellow and 27% black.

Hex #bb676c color code is between #aa6666 web safe hex color code and #cc7777 web safe hex color code. #aa6666 is the nearest web safe color code. You can see here many more shades of #bb676c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb676c#bb676c
RGB Decimal187, 103, 108rgb(187, 103, 108)
RGB Percent73%, 40%, 42%rgb(73%, 40%, 42%)
CSS RGBa187, 103, 108,1rgba(187,103,108,1)
CMYK Modelcmyk(0%,45%,42%,27%)
HSL Color Space356,38% ,57%hsl(356,38% ,57%)
HSV Color Space356°, 45%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110110011101101100
Octal273147154
Decimal187103108
Hexbb676c

Different shades of #bb676c color code.

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

Light Shade of #bb676c
#cb8a8e
Dark Shade of #bb676c
#a54a4f
Saturated Shade of #bb676c
#c65c62
Desaturated Shade of #bb676c
#b07276
Grey scale Shade of #bb676c
#919191
Brighten Shade
#d48085
Most Readable Shade
#FFFFFF

Shades of #bb676c color code

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

#bb676c
#a65b60
#915054
#7c4448
#67393c
#532d30
#3e2224
#291618
#140b0c
#000000

Similar Color like #bb676c color

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

#bc686d
#bd696e
#be6a6f
#bf6b70
#c06c71
#c16d72
#c26e73
#c36f74
#c47075
#c57176
#c67277
#c77378
#c87479
#c9757a
#ba666b
#b9656a
#b86469
#b76368
#b66267
#b56166
#b46065
#b35f64
#b25e63
#b15d62
#b05c61
#af5b60
#ae5a5f
#ad595e

Monochromatic Color with #bb676c

#bb676c
#e57e85
#11090a
#3b2122
#66383b
#905053

Tints of #bb676c Color

#bb676c
#c2777c
#ca888c
#d1999d
#d9aaad
#e0bbbd
#e8ccce
#efddde
#f7eeee
#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

#bb676c
#67bbb6

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

Split Complementary

#bb676c
#67bb8c
#6796bb

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

Analogous Color

#bb678e
#bb677d
#bb676c
#bb7367
#bb8467

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

#bb676c
#6cbb67
#676cbb

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

#bb676c
#96bb67
#67bbb6
#8c67bb

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

#bb676c
#67bbb6
#6796bb
#bb8c67

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

#bb676c Color Code Preview on Black Background Color

This is how #bb676c Color will look on black background color. Color contrast ratio is 5.27

#bb676c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb676c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb676c

#bb676c color code is use for CSS Background Color

Background color for the above div is #bb676c

HTML with inline CSS

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

#bb676c color code is use for CSS Border Color

CSS Border color for the above div is #bb676c

HTML with inline CSS

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

CSS Border Left color for the above div is #bb676c

HTML with inline CSS

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

CSS Border Right color for the above div is #bb676c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb676c

HTML with inline CSS

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

CSS Border Top color for the above div is #bb676c

HTML with inline CSS

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

#bb676c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb676c Color code Preview on White Background

This is how #bb676c Color code will look on white background color. Color contrast ratio is 3.99

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

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(187,103,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(103,187,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,103,108,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.