crispedge.com

Color picker

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

#bb6b6c hex color - Red - Warm color - Information

#bb6b6c hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #bb6b6c 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 #bb6b6c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebb6b6c#bb6b6c
RGB Decimal187, 107, 108rgb(187, 107, 108)
RGB Percent73%, 42%, 42%rgb(73%, 42%, 42%)
CSS RGBa187, 107, 108,1rgba(187,107,108,1)
CMYK Modelcmyk(0%,43%,42%,27%)
HSL Color Space359,37% ,58%hsl(359,37% ,58%)
HSV Color Space359°, 43%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110110101101101100
Octal273153154
Decimal187107108
Hexbb6b6c

Different shades of #bb6b6c color code.

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

Light Shade of #bb6b6c
#cb8e8f
Dark Shade of #bb6b6c
#a64c4e
Saturated Shade of #bb6b6c
#c66061
Desaturated Shade of #bb6b6c
#b07677
Grey scale Shade of #bb6b6c
#939393
Brighten Shade
#d48485
Most Readable Shade
#FFFFFF

Shades of #bb6b6c color code

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

#bb6b6c
#a65f60
#915354
#7c4748
#673b3c
#532f30
#3e2324
#291718
#140b0c
#000000

Similar Color like #bb6b6c color

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

#bc6c6d
#bd6d6e
#be6e6f
#bf6f70
#c07071
#c17172
#c27273
#c37374
#c47475
#c57576
#c67677
#c77778
#c87879
#c9797a
#ba6a6b
#b9696a
#b86869
#b76768
#b66667
#b56566
#b46465
#b36364
#b26263
#b16162
#b06061
#af5f60
#ae5e5f
#ad5d5e

Monochromatic Color with #bb6b6c

#bb6b6c
#e58385
#110a0a
#3b2222
#663a3b
#905353

Tints of #bb6b6c Color

#bb6b6c
#c27b7c
#ca8b8c
#d19c9d
#d9acad
#e0bdbd
#e8cdce
#efdede
#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

#bb6b6c
#6bbbba

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

Split Complementary

#bb6b6c
#6bbb92
#6b94bb

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

Analogous Color

#bb6b8c
#bb6b7c
#bb6b6c
#bb7a6b
#bb8a6b

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

#bb6b6c
#6cbb6b
#6b6cbb

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

#bb6b6c
#94bb6b
#6bbbba
#926bbb

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

#bb6b6c
#6bbbba
#6b94bb
#bb926b

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

#bb6b6c Color Code Preview on Black Background Color

This is how #bb6b6c Color will look on black background color. Color contrast ratio is 5.43

#bb6b6c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb6b6c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb6b6c

#bb6b6c color code is use for CSS Background Color

Background color for the above div is #bb6b6c

HTML with inline CSS

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

#bb6b6c color code is use for CSS Border Color

CSS Border color for the above div is #bb6b6c

HTML with inline CSS

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

CSS Border Left color for the above div is #bb6b6c

HTML with inline CSS

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

CSS Border Right color for the above div is #bb6b6c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb6b6c

HTML with inline CSS

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

CSS Border Top color for the above div is #bb6b6c

HTML with inline CSS

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

#bb6b6c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb6b6c Color code Preview on White Background

This is how #bb6b6c Color code will look on white background color. Color contrast ratio is 3.87

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

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.