crispedge.com

Color picker

Loading...

#b0a135 hex color - Yellow - Warm color - Information

#b0a135 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #b0a135 Color code in RGB color code model is created after adding 69.02% red color, 63.14% green color and 20.78% blue color. Hex #b0a135 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 70% yellow and 31% black.

Hex #b0a135 color code is between #aa9933 web safe hex color code and #bbaa44 web safe hex color code. #aa9933 is the nearest web safe color code. You can see here many more shades of #b0a135 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb0a135#b0a135
RGB Decimal176, 161, 53rgb(176, 161, 53)
RGB Percent69%, 63%, 21%rgb(69%, 63%, 21%)
CSS RGBa176, 161, 53,1rgba(176,161,53,1)
CMYK Modelcmyk(0%,9%,70%,31%)
HSL Color Space53,54% ,45%hsl(53,54% ,45%)
HSV Color Space53°, 70%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001010000100110101
Octal26024165
Decimal17616153
Hexb0a135

Different shades of #b0a135 color code.

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

Light Shade of #b0a135
#cabb4e
Dark Shade of #b0a135
#897d29
Saturated Shade of #b0a135
#bbaa2a
Desaturated Shade of #b0a135
#a59840
Grey scale Shade of #b0a135
#727272
Brighten Shade
#c9ba4e
Most Readable Shade
#000000

Shades of #b0a135 color code

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

#b0a135
#9c8f2f
#887d29
#756b23
#61591d
#4e4717
#3a3511
#27230b
#131105
#000000

Similar Color like #b0a135 color

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

#b1a236
#b2a337
#b3a438
#b4a539
#b5a63a
#b6a73b
#b7a83c
#b8a93d
#b9aa3e
#baab3f
#bbac40
#bcad41
#bdae42
#beaf43
#afa034
#ae9f33
#ad9e32
#ac9d31
#ab9c30
#aa9b2f
#a99a2e
#a8992d
#a7982c
#a6972b
#a5962a
#a49529
#a39428
#a29327

Monochromatic Color with #b0a135

#b0a135
#dac842
#060502
#302c0f
#5b531b
#857a28

Tints of #b0a135 Color

#b0a135
#b8ab4b
#c1b561
#cac078
#d3ca8e
#dbd5a5
#e4dfbb
#edead2
#f6f4e8
#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

#b0a135
#3544b0

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

Split Complementary

#b0a135
#3582b0
#6335b0

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

Analogous Color

#b07035
#b08835
#b0a135
#a6b035
#8eb035

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

#b0a135
#35b0a1
#a135b0

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

#b0a135
#35b063
#3544b0
#b03581

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

#b0a135
#3544b0
#6335b0
#82b035

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

#b0a135 Color Code Preview on Black Background Color

This is how #b0a135 Color will look on black background color. Color contrast ratio is 8.00

#b0a135 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0a135

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0a135

#b0a135 color code is use for CSS Background Color

Background color for the above div is #b0a135

HTML with inline CSS

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

#b0a135 color code is use for CSS Border Color

CSS Border color for the above div is #b0a135

HTML with inline CSS

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

CSS Border Left color for the above div is #b0a135

HTML with inline CSS

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

CSS Border Right color for the above div is #b0a135

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0a135

HTML with inline CSS

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

CSS Border Top color for the above div is #b0a135

HTML with inline CSS

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

#b0a135 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0a135 Color code Preview on White Background

This is how #b0a135 Color code will look on white background color. Color contrast ratio is 2.63

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

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,161,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,68,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,161,53,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.