crispedge.com

Color picker

Loading...

#bb865e hex color - Yellow - Warm color - Information

#bb865e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #bb865e Color code in RGB color code model is created after adding 73.33% red color, 52.55% green color and 36.86% blue color. Hex #bb865e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 50% yellow and 27% black.

Hex #bb865e color code is between #aa8866 web safe hex color code and #cc7755 web safe hex color code. #aa8866 is the nearest web safe color code. You can see here many more shades of #bb865e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebb865e#bb865e
RGB Decimal187, 134, 94rgb(187, 134, 94)
RGB Percent73%, 53%, 37%rgb(73%, 53%, 37%)
CSS RGBa187, 134, 94,1rgba(187,134,94,1)
CMYK Modelcmyk(0%,28%,50%,27%)
HSL Color Space26,41% ,55%hsl(26,41% ,55%)
HSV Color Space26°, 50%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111000011001011110
Octal273206136
Decimal18713494
Hexbb865e

Different shades of #bb865e color code.

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

Light Shade of #bb865e
#caa182
Dark Shade of #bb865e
#a26c44
Saturated Shade of #bb865e
#c68453
Desaturated Shade of #bb865e
#b08869
Grey scale Shade of #bb865e
#8c8c8c
Brighten Shade
#d49f77
Most Readable Shade
#000000

Shades of #bb865e color code

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

#bb865e
#a67753
#916849
#7c593e
#674a34
#533b29
#3e2c1f
#291d14
#140e0a
#000000

Similar Color like #bb865e color

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

#bc875f
#bd8860
#be8961
#bf8a62
#c08b63
#c18c64
#c28d65
#c38e66
#c48f67
#c59068
#c69169
#c7926a
#c8936b
#c9946c
#ba855d
#b9845c
#b8835b
#b7825a
#b68159
#b58058
#b47f57
#b37e56
#b27d55
#b17c54
#b07b53
#af7a52
#ae7951
#ad7850

Monochromatic Color with #bb865e

#bb865e
#e5a473
#110c09
#3b2b1e
#664933
#906849

Tints of #bb865e Color

#bb865e
#c2936f
#caa081
#d1ae93
#d9bba5
#e0c9b7
#e8d6c9
#efe4db
#f7f1ed
#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

#bb865e
#5e93bb

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

Split Complementary

#bb865e
#5ebbb5
#5e65bb

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

Analogous Color

#bb615e
#bb735e
#bb865e
#bb995e
#bbab5e

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

#bb865e
#5ebb86
#865ebb

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

#bb865e
#64bb5e
#5e93bb
#b45ebb

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

#bb865e
#5e93bb
#5e65bb
#bbb55e

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

#bb865e Color Code Preview on Black Background Color

This is how #bb865e Color will look on black background color. Color contrast ratio is 6.68

#bb865e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb865e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb865e

#bb865e color code is use for CSS Background Color

Background color for the above div is #bb865e

HTML with inline CSS

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

#bb865e color code is use for CSS Border Color

CSS Border color for the above div is #bb865e

HTML with inline CSS

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

CSS Border Left color for the above div is #bb865e

HTML with inline CSS

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

CSS Border Right color for the above div is #bb865e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb865e

HTML with inline CSS

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

CSS Border Top color for the above div is #bb865e

HTML with inline CSS

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

#bb865e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb865e Color code Preview on White Background

This is how #bb865e Color code will look on white background color. Color contrast ratio is 3.14

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

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,134,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,147,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,134,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.