@
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.

#bdad62 hex color - Green - Warm color - Information

#bdad62 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #bdad62 Color code in RGB color code model is created after adding 74.12% red color, 67.84% green color and 38.43% blue color. Hex #bdad62 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 48% yellow and 25.88% black.

Hex #bdad62 color code is between #bbaa66 web safe hex color code and #ccbb55 web safe hex color code. #bbaa66 is the nearest web safe color code. You can see here many more shades of #bdad62 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bdad62 #bdad62
RGB Decimal 189, 173, 98 rgb(189, 173, 98)
RGB Percent 74%, 68%, 38% rgb(74%, 68%, 38%)
CSS RGBa 189, 173, 98,1 rgba(189,173,98,1)
CMYK Model cmyk(0%,8%,48%,25.88%)
HSL Color Space 49,41% ,56% hsl(49,41% ,56%)
HSV Color Space 49°, 48%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 10101101 01100010
Octal 275 255 142
Decimal 189 173 98
Hex bd ad 62

Different shades of #bdad62 color code.

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

Light Shade of #bdad62
#ccc086
Dark Shade of #bdad62
#a69546
Saturated Shade of #bdad62
#c8b457
Desaturated Shade of #bdad62
#b2a66d
Grey scale Shade of #bdad62
#8f8f8f
Brighten Shade
#d6c67b
Most Readable Shade
#000000

Shades of #bdad62 color code

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

#bdad62
#a89957
#93864c
#7e7341
#696036
#544c2b
#3f3920
#2a2615
#15130a
#000000

Similar Color like #bdad62 color

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

#beae63
#bfaf64
#c0b065
#c1b166
#c2b267
#c3b368
#c4b469
#c5b56a
#c6b66b
#c7b76c
#c8b86d
#c9b96e
#caba6f
#cbbb70
#bcac61
#bbab60
#baaa5f
#b9a95e
#b8a85d
#b7a75c
#b6a65b
#b5a55a
#b4a459
#b3a358
#b2a257
#b1a156
#b0a055
#af9f54

Monochromatic Color with #bdad62

#bdad62
#e7d478
#13110a
#3d3820
#685f36
#92864c

Tints of #bdad62 Color

#bdad62
#c4b673
#cbbf84
#d3c896
#dad1a7
#e1dab9
#e9e3ca
#f0ecdc
#f7f5ed
#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

#bdad62
#6272bd

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

Split Complementary

#bdad62
#62a0bd
#7f62bd

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

Analogous Color

#bd8962
#bd9b62
#bdad62
#bbbd62
#a9bd62

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

#bdad62
#62bdad
#ad62bd

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

#bdad62
#62bd7f
#6272bd
#bd629f

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

#bdad62
#6272bd
#7f62bd
#a0bd62

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

#bdad62 Color Code Preview on Black Background Color

This is how #bdad62 Color will look on black background color. Color contrast ratio is 9.32

#bdad62 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdad62

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdad62

#bdad62 color code is use for CSS Background Color

Background color for the above div is #bdad62

HTML with inline CSS

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

#bdad62 color code is use for CSS Border Color

CSS Border color for the above div is #bdad62

HTML with inline CSS

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

CSS Border Left color for the above div is #bdad62

HTML with inline CSS

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

CSS Border Right color for the above div is #bdad62

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdad62

HTML with inline CSS

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

CSS Border Top color for the above div is #bdad62

HTML with inline CSS

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

#bdad62 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdad62 Color code Preview on White Background

This is how #bdad62 Color code will look on white background color. Color contrast ratio is 2.25

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

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(189,173,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,114,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,173,98,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.