@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b4654c hex color - Orange - Warm color - Information

#b4654c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #b4654c Color code in RGB color code model is created after adding 70.59% red color, 39.61% green color and 29.8% blue color. Hex #b4654c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 58% yellow and 29.41% black.

Hex #b4654c color code is between #bb6644 web safe hex color code and #aa5555 web safe hex color code. #bb6644 is the nearest web safe color code. You can see here many more shades of #b4654c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb4654c#b4654c
RGB Decimal180, 101, 76rgb(180, 101, 76)
RGB Percent71%, 40%, 30%rgb(71%, 40%, 30%)
CSS RGBa180, 101, 76,1rgba(180,101,76,1)
CMYK Modelcmyk(0%,44%,58%,29.41%)
HSL Color Space14,41% ,50%hsl(14,41% ,50%)
HSV Color Space14°, 58%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000110010101001100
Octal264145114
Decimal18010176
Hexb4654c

Different shades of #b4654c color code.

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

Light Shade of #b4654c
#c38470
Dark Shade of #b4654c
#90513d
Saturated Shade of #b4654c
#c15e3f
Desaturated Shade of #b4654c
#a76c59
Grey scale Shade of #b4654c
#808080
Brighten Shade
#cd7e65
Most Readable Shade
#FFFFFF

Shades of #b4654c color code

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

#b4654c
#a05943
#8c4e3b
#784332
#64382a
#502c21
#3c2119
#281610
#140b08
#000000

Similar Color like #b4654c color

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

#b5664d
#b6674e
#b7684f
#b86950
#b96a51
#ba6b52
#bb6c53
#bc6d54
#bd6e55
#be6f56
#bf7057
#c07158
#c17259
#c2735a
#b3644b
#b2634a
#b16249
#b06148
#af6047
#ae5f46
#ad5e45
#ac5d44
#ab5c43
#aa5b42
#a95a41
#a85940
#a7583f
#a6573e

Monochromatic Color with #b4654c

#b4654c
#de7d5e
#0a0604
#341d16
#5f3528
#894d3a

Tints of #b4654c Color

#b4654c
#bc765f
#c48773
#cd9887
#d5a99b
#ddbaaf
#e6cbc3
#eedcd7
#f6edeb
#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

#b4654c
#4c9bb4

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

Split Complementary

#b4654c
#4cb499
#4c67b4

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

Analogous Color

#b44c5d
#b4504c
#b4654c
#b47a4c
#b48f4c

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

#b4654c
#4cb465
#654cb4

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

#b4654c
#67b44c
#4c9bb4
#994cb4

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

#b4654c
#4c9bb4
#4c67b4
#b4994c

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

#b4654c Color Code Preview on Black Background Color

This is how #b4654c Color will look on black background color. Color contrast ratio is 4.91

#b4654c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4654c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4654c

#b4654c color code is use for CSS Background Color

Background color for the above div is #b4654c

HTML with inline CSS

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

#b4654c color code is use for CSS Border Color

CSS Border color for the above div is #b4654c

HTML with inline CSS

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

CSS Border Left color for the above div is #b4654c

HTML with inline CSS

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

CSS Border Right color for the above div is #b4654c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4654c

HTML with inline CSS

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

CSS Border Top color for the above div is #b4654c

HTML with inline CSS

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

#b4654c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4654c Color code Preview on White Background

This is how #b4654c Color code will look on white background color. Color contrast ratio is 4.28

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

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(180,101,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,155,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,101,76,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.