crispedge.com

Color picker

Loading...

#b88c44 hex color - Yellow - Warm color - Information

#b88c44 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b88c44 Color code in RGB color code model is created after adding 72.16% red color, 54.9% green color and 26.67% blue color. Hex #b88c44 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 63% yellow and 28% black.

Hex #b88c44 color code is between #bb8833 web safe hex color code and #aa9955 web safe hex color code. #bb8833 is the nearest web safe color code. You can see here many more shades of #b88c44 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb88c44#b88c44
RGB Decimal184, 140, 68rgb(184, 140, 68)
RGB Percent72%, 55%, 27%rgb(72%, 55%, 27%)
CSS RGBa184, 140, 68,1rgba(184,140,68,1)
CMYK Modelcmyk(0%,24%,63%,28%)
HSL Color Space37,46% ,49%hsl(37,46% ,49%)
HSV Color Space37°, 63%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001000110001000100
Octal270214104
Decimal18414068
Hexb88c44

Different shades of #b88c44 color code.

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

Light Shade of #b88c44
#c7a368
Dark Shade of #b88c44
#937036
Saturated Shade of #b88c44
#c58f37
Desaturated Shade of #b88c44
#ab8951
Grey scale Shade of #b88c44
#7e7e7e
Brighten Shade
#d1a55d
Most Readable Shade
#000000

Shades of #b88c44 color code

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

#b88c44
#a37c3c
#8f6c34
#7a5d2d
#664d25
#513e1e
#3d2e16
#281f0f
#140f07
#000000

Similar Color like #b88c44 color

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

#b98d45
#ba8e46
#bb8f47
#bc9048
#bd9149
#be924a
#bf934b
#c0944c
#c1954d
#c2964e
#c3974f
#c49850
#c59951
#c69a52
#b78b43
#b68a42
#b58941
#b48840
#b3873f
#b2863e
#b1853d
#b0843c
#af833b
#ae823a
#ad8139
#ac8038
#ab7f37
#aa7e36

Monochromatic Color with #b88c44

#b88c44
#e2ac54
#0e0b05
#382b15
#634b25
#8d6c34

Tints of #b88c44 Color

#b88c44
#bf9858
#c7a56d
#cfb282
#d7bf97
#dfcbab
#e7d8c0
#efe5d5
#f7f2ea
#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

#b88c44
#4470b8

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

Split Complementary

#b88c44
#44aab8
#5244b8

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

Analogous Color

#b85e44
#b87544
#b88c44
#b8a344
#b6b844

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

#b88c44
#44b88c
#8c44b8

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

#b88c44
#44b852
#4470b8
#b844aa

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

#b88c44
#4470b8
#5244b8
#aab844

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

#b88c44 Color Code Preview on Black Background Color

This is how #b88c44 Color will look on black background color. Color contrast ratio is 6.87

#b88c44 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b88c44

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b88c44

#b88c44 color code is use for CSS Background Color

Background color for the above div is #b88c44

HTML with inline CSS

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

#b88c44 color code is use for CSS Border Color

CSS Border color for the above div is #b88c44

HTML with inline CSS

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

CSS Border Left color for the above div is #b88c44

HTML with inline CSS

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

CSS Border Right color for the above div is #b88c44

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b88c44

HTML with inline CSS

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

CSS Border Top color for the above div is #b88c44

HTML with inline CSS

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

#b88c44 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b88c44 Color code Preview on White Background

This is how #b88c44 Color code will look on white background color. Color contrast ratio is 3.06

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

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(184,140,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,112,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,140,68,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.