crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b4a795 hex color - Yellow - Warm color - Information

#b4a795 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b4a795 Color code in RGB color code model is created after adding 70.59% red color, 65.49% green color and 58.43% blue color. Hex #b4a795 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 17% yellow and 29% black.

Hex #b4a795 color code is between #bbaa99 web safe hex color code and #aa9988 web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #b4a795 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeb4a795#b4a795
RGB Decimal180, 167, 149rgb(180, 167, 149)
RGB Percent71%, 65%, 58%rgb(71%, 65%, 58%)
CSS RGBa180, 167, 149,1rgba(180,167,149,1)
CMYK Modelcmyk(0%,7%,17%,29%)
HSL Color Space35,17% ,65%hsl(35,17% ,65%)
HSV Color Space35°, 17%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001010011110010101
Octal264247225
Decimal180167149
Hexb4a795

Different shades of #b4a795 color code.

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

Light Shade of #b4a795
#c9c0b3
Dark Shade of #b4a795
#9f8e77
Saturated Shade of #b4a795
#bda88c
Desaturated Shade of #b4a795
#aba69e
Grey scale Shade of #b4a795
#a4a4a4
Brighten Shade
#cdc0ae
Most Readable Shade
#000000

Shades of #b4a795 color code

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

#b4a795
#a09484
#8c8173
#786f63
#645c52
#504a42
#3c3731
#282521
#141210
#000000

Similar Color like #b4a795 color

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

#b5a896
#b6a997
#b7aa98
#b8ab99
#b9ac9a
#baad9b
#bbae9c
#bcaf9d
#bdb09e
#beb19f
#bfb2a0
#c0b3a1
#c1b4a2
#c2b5a3
#b3a694
#b2a593
#b1a492
#b0a391
#afa290
#aea18f
#ada08e
#ac9f8d
#ab9e8c
#aa9d8b
#a99c8a
#a89b89
#a79a88
#a69987

Monochromatic Color with #b4a795

#b4a795
#deceb8
#0a0908
#34312b
#5f584f
#898072

Tints of #b4a795 Color

#b4a795
#bcb0a0
#c4baac
#cdc4b8
#d5cec4
#ddd7cf
#e6e1db
#eeebe7
#f6f5f3
#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

#b4a795
#95a2b4

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

Split Complementary

#b4a795
#95b2b4
#9795b4

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

Analogous Color

#b49b95
#b4a195
#b4a795
#b4ad95
#b4b395

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

#b4a795
#95b4a7
#a795b4

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

#b4a795
#95b497
#95a2b4
#b495b1

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

#b4a795
#95a2b4
#9795b4
#b2b495

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

#b4a795 Color Code Preview on Black Background Color

This is how #b4a795 Color will look on black background color. Color contrast ratio is 8.90

#b4a795 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4a795

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4a795

#b4a795 color code is use for CSS Background Color

Background color for the above div is #b4a795

HTML with inline CSS

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

#b4a795 color code is use for CSS Border Color

CSS Border color for the above div is #b4a795

HTML with inline CSS

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

CSS Border Left color for the above div is #b4a795

HTML with inline CSS

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

CSS Border Right color for the above div is #b4a795

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4a795

HTML with inline CSS

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

CSS Border Top color for the above div is #b4a795

HTML with inline CSS

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

#b4a795 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4a795 Color code Preview on White Background

This is how #b4a795 Color code will look on white background color. Color contrast ratio is 2.36

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.