crispedge.com

Color picker

Loading...

#bbafa5 hex color - Brown - Warm color - Information

#bbafa5 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bbafa5 Color code in RGB color code model is created after adding 73.33% red color, 68.63% green color and 64.71% blue color. Hex #bbafa5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 12% yellow and 27% black.

Hex #bbafa5 color code is between #aaaaaa web safe hex color code and #ccbb99 web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #bbafa5 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebbafa5#bbafa5
RGB Decimal187, 175, 165rgb(187, 175, 165)
RGB Percent73%, 69%, 65%rgb(73%, 69%, 65%)
CSS RGBa187, 175, 165,1rgba(187,175,165,1)
CMYK Modelcmyk(0%,6%,12%,27%)
HSL Color Space27,14% ,69%hsl(27,14% ,69%)
HSV Color Space27°, 12%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111010111110100101
Octal273257245
Decimal187175165
Hexbbafa5

Different shades of #bbafa5 color code.

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

Light Shade of #bbafa5
#d1c9c2
Dark Shade of #bbafa5
#a59588
Saturated Shade of #bbafa5
#c3ae9d
Desaturated Shade of #bbafa5
#b3b0ad
Grey scale Shade of #bbafa5
#b0b0b0
Brighten Shade
#d4c8be
Most Readable Shade
#000000

Shades of #bbafa5 color code

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

#bbafa5
#a69b92
#918880
#7c746e
#67615b
#534d49
#3e3a37
#292624
#141312
#000000

Similar Color like #bbafa5 color

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

#bcb0a6
#bdb1a7
#beb2a8
#bfb3a9
#c0b4aa
#c1b5ab
#c2b6ac
#c3b7ad
#c4b8ae
#c5b9af
#c6bab0
#c7bbb1
#c8bcb2
#c9bdb3
#baaea4
#b9ada3
#b8aca2
#b7aba1
#b6aaa0
#b5a99f
#b4a89e
#b3a79d
#b2a69c
#b1a59b
#b0a49a
#afa399
#aea298
#ada197

Monochromatic Color with #bbafa5

#bbafa5
#e5d7ca
#11100f
#3b3834
#665f5a
#90877f

Tints of #bbafa5 Color

#bbafa5
#c2b7af
#cac0b9
#d1c9c3
#d9d2cd
#e0dbd7
#e8e4e1
#efedeb
#f7f6f5
#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

#bbafa5
#a5b1bb

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

Split Complementary

#bbafa5
#a5bbba
#a5a6bb

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

Analogous Color

#bba6a5
#bbaba5
#bbafa5
#bbb3a5
#bbb8a5

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

#bbafa5
#a5bbaf
#afa5bb

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

#bbafa5
#a6bba5
#a5b1bb
#baa5bb

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

#bbafa5
#a5b1bb
#a5a6bb
#bbbaa5

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

#bbafa5 Color Code Preview on Black Background Color

This is how #bbafa5 Color will look on black background color. Color contrast ratio is 9.79

#bbafa5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbafa5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbafa5

#bbafa5 color code is use for CSS Background Color

Background color for the above div is #bbafa5

HTML with inline CSS

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

#bbafa5 color code is use for CSS Border Color

CSS Border color for the above div is #bbafa5

HTML with inline CSS

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

CSS Border Left color for the above div is #bbafa5

HTML with inline CSS

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

CSS Border Right color for the above div is #bbafa5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbafa5

HTML with inline CSS

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

CSS Border Top color for the above div is #bbafa5

HTML with inline CSS

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

#bbafa5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbafa5 Color code Preview on White Background

This is how #bbafa5 Color code will look on white background color. Color contrast ratio is 2.15

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.