crispedge.com

Color picker

Loading...

#b0b687 hex color - Green - Warm color - Information

#b0b687 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b0b687 Color code in RGB color code model is created after adding 69.02% red color, 71.37% green color and 52.94% blue color. Hex #b0b687 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 26% yellow and 29% black.

Hex #b0b687 color code is between #aabb88 web safe hex color code and #bbaa77 web safe hex color code. #aabb88 is the nearest web safe color code. You can see here many more shades of #b0b687 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb0b687#b0b687
RGB Decimal176, 182, 135rgb(176, 182, 135)
RGB Percent69%, 71%, 53%rgb(69%, 71%, 53%)
CSS RGBa176, 182, 135,1rgba(176,182,135,1)
CMYK Modelcmyk(3%,0%,26%,29%)
HSL Color Space68,24% ,62%hsl(68,24% ,62%)
HSV Color Space68°, 26%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001011011010000111
Octal260266207
Decimal176182135
Hexb0b687

Different shades of #b0b687 color code.

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

Light Shade of #b0b687
#c5c9a7
Dark Shade of #b0b687
#9ba367
Saturated Shade of #b0b687
#b7c07d
Desaturated Shade of #b0b687
#a9ac91
Grey scale Shade of #b0b687
#9e9e9e
Brighten Shade
#c9cfa0
Most Readable Shade
#000000

Shades of #b0b687 color code

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

#b0b687
#9ca178
#888d69
#75795a
#61654b
#4e503c
#3a3c2d
#27281e
#13140f
#000000

Similar Color like #b0b687 color

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

#b1b788
#b2b889
#b3b98a
#b4ba8b
#b5bb8c
#b6bc8d
#b7bd8e
#b8be8f
#b9bf90
#bac091
#bbc192
#bcc293
#bdc394
#bec495
#afb586
#aeb485
#adb384
#acb283
#abb182
#aab081
#a9af80
#a8ae7f
#a7ad7e
#a6ac7d
#a5ab7c
#a4aa7b
#a3a97a
#a2a879

Monochromatic Color with #b0b687

#b0b687
#d9e0a7
#0c0c09
#353628
#5e6148
#878b67

Tints of #b0b687 Color

#b0b687
#b8be94
#c1c6a1
#caceaf
#d3d6bc
#dbdec9
#e4e6d7
#edeee4
#f6f6f1
#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

#b0b687
#8d87b6

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

Split Complementary

#b0b687
#8798b6
#a587b6

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

Analogous Color

#b6a987
#b6b387
#b0b687
#a7b687
#9db687

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

#b0b687
#87b0b6
#b687b0

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

#b0b687
#87b6a4
#8d87b6
#b68798

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

#b0b687
#8d87b6
#a587b6
#98b687

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

#b0b687 Color Code Preview on Black Background Color

This is how #b0b687 Color will look on black background color. Color contrast ratio is 9.89

#b0b687 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0b687

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0b687

#b0b687 color code is use for CSS Background Color

Background color for the above div is #b0b687

HTML with inline CSS

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

#b0b687 color code is use for CSS Border Color

CSS Border color for the above div is #b0b687

HTML with inline CSS

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

CSS Border Left color for the above div is #b0b687

HTML with inline CSS

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

CSS Border Right color for the above div is #b0b687

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0b687

HTML with inline CSS

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

CSS Border Top color for the above div is #b0b687

HTML with inline CSS

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

#b0b687 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0b687 Color code Preview on White Background

This is how #b0b687 Color code will look on white background color. Color contrast ratio is 2.12

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

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(176,182,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,135,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,182,135,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.