crispedge.com

Color picker

Loading...

#bb9c65 hex color - Brown - Warm color - Information

#bb9c65 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bb9c65 Color code in RGB color code model is created after adding 73.33% red color, 61.18% green color and 39.61% blue color. Hex #bb9c65 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 46% yellow and 27% black.

Hex #bb9c65 color code is between #aa9966 web safe hex color code and #ccaa55 web safe hex color code. #aa9966 is the nearest web safe color code. You can see here many more shades of #bb9c65 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb9c65#bb9c65
RGB Decimal187, 156, 101rgb(187, 156, 101)
RGB Percent73%, 61%, 40%rgb(73%, 61%, 40%)
CSS RGBa187, 156, 101,1rgba(187,156,101,1)
CMYK Modelcmyk(0%,17%,46%,27%)
HSL Color Space38,39% ,56%hsl(38,39% ,56%)
HSV Color Space38°, 46%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111001110001100101
Octal273234145
Decimal187156101
Hexbb9c65

Different shades of #bb9c65 color code.

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

Light Shade of #bb9c65
#cbb388
Dark Shade of #bb9c65
#a48349
Saturated Shade of #bb9c65
#c69f5a
Desaturated Shade of #bb9c65
#b09970
Grey scale Shade of #bb9c65
#909090
Brighten Shade
#d4b57e
Most Readable Shade
#000000

Shades of #bb9c65 color code

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

#bb9c65
#a68a59
#91794e
#7c6843
#675638
#53452c
#3e3421
#292216
#14110b
#000000

Similar Color like #bb9c65 color

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

#bc9d66
#bd9e67
#be9f68
#bfa069
#c0a16a
#c1a26b
#c2a36c
#c3a46d
#c4a56e
#c5a66f
#c6a770
#c7a871
#c8a972
#c9aa73
#ba9b64
#b99a63
#b89962
#b79861
#b69760
#b5965f
#b4955e
#b3945d
#b2935c
#b1925b
#b0915a
#af9059
#ae8f58
#ad8e57

Monochromatic Color with #bb9c65

#bb9c65
#e5bf7c
#110e09
#3b3220
#665537
#90794e

Tints of #bb9c65 Color

#bb9c65
#c2a776
#cab287
#d1bd98
#d9c8a9
#e0d3ba
#e8decb
#efe9dc
#f7f4ed
#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

#bb9c65
#6584bb

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

Split Complementary

#bb9c65
#65afbb
#7165bb

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

Analogous Color

#bb7a65
#bb8b65
#bb9c65
#bbad65
#b8bb65

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

#bb9c65
#65bb9c
#9c65bb

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

#bb9c65
#65bb71
#6584bb
#bb65af

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

#bb9c65
#6584bb
#7165bb
#afbb65

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

#bb9c65 Color Code Preview on Black Background Color

This is how #bb9c65 Color will look on black background color. Color contrast ratio is 8.06

#bb9c65 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9c65

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9c65

#bb9c65 color code is use for CSS Background Color

Background color for the above div is #bb9c65

HTML with inline CSS

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

#bb9c65 color code is use for CSS Border Color

CSS Border color for the above div is #bb9c65

HTML with inline CSS

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

CSS Border Left color for the above div is #bb9c65

HTML with inline CSS

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

CSS Border Right color for the above div is #bb9c65

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb9c65

HTML with inline CSS

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

CSS Border Top color for the above div is #bb9c65

HTML with inline CSS

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

#bb9c65 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb9c65 Color code Preview on White Background

This is how #bb9c65 Color code will look on white background color. Color contrast ratio is 2.61

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

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,156,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,132,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,156,101,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.