crispedge.com

Color picker

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

#bb6b72 hex color - Red - Warm color - Information

#bb6b72 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #bb6b72 color code is between #aa6677 web safe hex color code and #cc7766 web safe hex color code. #aa6677 is the nearest web safe color code. You can see here many more shades of #bb6b72 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebb6b72#bb6b72
RGB Decimal187, 107, 114rgb(187, 107, 114)
RGB Percent73%, 42%, 45%rgb(73%, 42%, 45%)
CSS RGBa187, 107, 114,1rgba(187,107,114,1)
CMYK Modelcmyk(0%,43%,39%,27%)
HSL Color Space355,37% ,58%hsl(355,37% ,58%)
HSV Color Space355°, 43%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110110101101110010
Octal273153162
Decimal187107114
Hexbb6b72

Different shades of #bb6b72 color code.

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

Light Shade of #bb6b72
#cb8e93
Dark Shade of #bb6b72
#a64c54
Saturated Shade of #bb6b72
#c66069
Desaturated Shade of #bb6b72
#b0767b
Grey scale Shade of #bb6b72
#939393
Brighten Shade
#d4848b
Most Readable Shade
#FFFFFF

Shades of #bb6b72 color code

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

#bb6b72
#a65f65
#915358
#7c474c
#673b3f
#532f32
#3e2326
#291719
#140b0c
#000000

Similar Color like #bb6b72 color

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

#bc6c73
#bd6d74
#be6e75
#bf6f76
#c07077
#c17178
#c27279
#c3737a
#c4747b
#c5757c
#c6767d
#c7777e
#c8787f
#c97980
#ba6a71
#b96970
#b8686f
#b7676e
#b6666d
#b5656c
#b4646b
#b3636a
#b26269
#b16168
#b06067
#af5f66
#ae5e65
#ad5d64

Monochromatic Color with #bb6b72

#bb6b72
#e5838c
#110a0a
#3b2224
#663a3e
#905358

Tints of #bb6b72 Color

#bb6b72
#c27b81
#ca8b91
#d19ca1
#d9acb0
#e0bdc0
#e8cdd0
#efdedf
#f7eeef
#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

#bb6b72
#6bbbb4

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

Split Complementary

#bb6b72
#6bbb8c
#6b9abb

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

Analogous Color

#bb6b92
#bb6b82
#bb6b72
#bb746b
#bb846b

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

#bb6b72
#72bb6b
#6b72bb

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

#bb6b72
#9abb6b
#6bbbb4
#8c6bbb

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

#bb6b72
#6bbbb4
#6b9abb
#bb8c6b

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

#bb6b72 Color Code Preview on Black Background Color

This is how #bb6b72 Color will look on black background color. Color contrast ratio is 5.46

#bb6b72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb6b72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb6b72

#bb6b72 color code is use for CSS Background Color

Background color for the above div is #bb6b72

HTML with inline CSS

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

#bb6b72 color code is use for CSS Border Color

CSS Border color for the above div is #bb6b72

HTML with inline CSS

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

CSS Border Left color for the above div is #bb6b72

HTML with inline CSS

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

CSS Border Right color for the above div is #bb6b72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb6b72

HTML with inline CSS

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

CSS Border Top color for the above div is #bb6b72

HTML with inline CSS

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

#bb6b72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb6b72 Color code Preview on White Background

This is how #bb6b72 Color code will look on white background color. Color contrast ratio is 3.85

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

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.