crispedge.com

Color picker

Loading...

#b3a483 hex color - Yellow - Warm color - Information

#b3a483 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #b3a483 Color code in RGB color code model is created after adding 70.2% red color, 64.31% green color and 51.37% blue color. Hex #b3a483 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 27% yellow and 30% black.

Hex #b3a483 color code is between #bbaa88 web safe hex color code and #aa9977 web safe hex color code. #bbaa88 is the nearest web safe color code. You can see here many more shades of #b3a483 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb3a483#b3a483
RGB Decimal179, 164, 131rgb(179, 164, 131)
RGB Percent70%, 64%, 51%rgb(70%, 64%, 51%)
CSS RGBa179, 164, 131,1rgba(179,164,131,1)
CMYK Modelcmyk(0%,8%,27%,30%)
HSL Color Space41,24% ,61%hsl(41,24% ,61%)
HSV Color Space41°, 27%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111010010010000011
Octal263244203
Decimal179164131
Hexb3a483

Different shades of #b3a483 color code.

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

Light Shade of #b3a483
#c6bba3
Dark Shade of #b3a483
#a08d63
Saturated Shade of #b3a483
#bda879
Desaturated Shade of #b3a483
#a9a08d
Grey scale Shade of #b3a483
#9b9b9b
Brighten Shade
#ccbd9c
Most Readable Shade
#000000

Shades of #b3a483 color code

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

#b3a483
#9f9174
#8b7f65
#776d57
#635b48
#4f483a
#3b362b
#27241d
#13120e
#000000

Similar Color like #b3a483 color

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

#b4a584
#b5a685
#b6a786
#b7a887
#b8a988
#b9aa89
#baab8a
#bbac8b
#bcad8c
#bdae8d
#beaf8e
#bfb08f
#c0b190
#c1b291
#b2a382
#b1a281
#b0a180
#afa07f
#ae9f7e
#ad9e7d
#ac9d7c
#ab9c7b
#aa9b7a
#a99a79
#a89978
#a79877
#a69776
#a59675

Monochromatic Color with #b3a483

#b3a483
#ddcba2
#090807
#332f26
#5e5645
#887d64

Tints of #b3a483 Color

#b3a483
#bbae90
#c3b89e
#ccc2ac
#d4ccba
#ddd6c7
#e5e0d5
#eeeae3
#f6f4f1
#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

#b3a483
#8392b3

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

Split Complementary

#b3a483
#83aab3
#8c83b3

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

Analogous Color

#b39183
#b39a83
#b3a483
#b3ae83
#afb383

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

#b3a483
#83b3a4
#a483b3

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

#b3a483
#83b38c
#8392b3
#b383aa

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

#b3a483
#8392b3
#8c83b3
#aab383

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

#b3a483 Color Code Preview on Black Background Color

This is how #b3a483 Color will look on black background color. Color contrast ratio is 8.55

#b3a483 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3a483

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3a483

#b3a483 color code is use for CSS Background Color

Background color for the above div is #b3a483

HTML with inline CSS

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

#b3a483 color code is use for CSS Border Color

CSS Border color for the above div is #b3a483

HTML with inline CSS

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

CSS Border Left color for the above div is #b3a483

HTML with inline CSS

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

CSS Border Right color for the above div is #b3a483

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3a483

HTML with inline CSS

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

CSS Border Top color for the above div is #b3a483

HTML with inline CSS

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

#b3a483 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3a483 Color code Preview on White Background

This is how #b3a483 Color code will look on white background color. Color contrast ratio is 2.45

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

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(179,164,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,146,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,164,131,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.