crispedge.com

Color picker

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

#b4a799 hex color - Brown - Warm color - Information

#b4a799 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codeb4a799#b4a799
RGB Decimal180, 167, 153rgb(180, 167, 153)
RGB Percent71%, 65%, 60%rgb(71%, 65%, 60%)
CSS RGBa180, 167, 153,1rgba(180,167,153,1)
CMYK Modelcmyk(0%,7%,15%,29%)
HSL Color Space31,15% ,65%hsl(31,15% ,65%)
HSV Color Space31°, 15%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001010011110011001
Octal264247231
Decimal180167153
Hexb4a799

Different shades of #b4a799 color code.

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

Light Shade of #b4a799
#cac0b6
Dark Shade of #b4a799
#9e8e7c
Saturated Shade of #b4a799
#bda790
Desaturated Shade of #b4a799
#aba7a2
Grey scale Shade of #b4a799
#a6a6a6
Brighten Shade
#cdc0b2
Most Readable Shade
#000000

Shades of #b4a799 color code

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

#b4a799
#a09488
#8c8177
#786f66
#645c55
#504a44
#3c3733
#282522
#141211
#000000

Similar Color like #b4a799 color

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

#b5a89a
#b6a99b
#b7aa9c
#b8ab9d
#b9ac9e
#baad9f
#bbaea0
#bcafa1
#bdb0a2
#beb1a3
#bfb2a4
#c0b3a5
#c1b4a6
#c2b5a7
#b3a698
#b2a597
#b1a496
#b0a395
#afa294
#aea193
#ada092
#ac9f91
#ab9e90
#aa9d8f
#a99c8e
#a89b8d
#a79a8c
#a6998b

Monochromatic Color with #b4a799

#b4a799
#decebd
#0a0908
#34312d
#5f5851
#898075

Tints of #b4a799 Color

#b4a799
#bcb0a4
#c4baaf
#cdc4bb
#d5cec6
#ddd7d1
#e6e1dd
#eeebe8
#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

#b4a799
#99a6b4

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

Split Complementary

#b4a799
#99b4b4
#9999b4

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

Analogous Color

#b49c99
#b4a299
#b4a799
#b4ac99
#b4b299

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

#b4a799
#99b4a7
#a799b4

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

#b4a799
#99b499
#99a6b4
#b499b3

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

#b4a799
#99a6b4
#9999b4
#b4b499

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

#b4a799 Color Code Preview on Black Background Color

This is how #b4a799 Color will look on black background color. Color contrast ratio is 8.93

#b4a799 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4a799

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4a799

#b4a799 color code is use for CSS Background Color

Background color for the above div is #b4a799

HTML with inline CSS

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

#b4a799 color code is use for CSS Border Color

CSS Border color for the above div is #b4a799

HTML with inline CSS

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

CSS Border Left color for the above div is #b4a799

HTML with inline CSS

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

CSS Border Right color for the above div is #b4a799

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4a799

HTML with inline CSS

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

CSS Border Top color for the above div is #b4a799

HTML with inline CSS

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

#b4a799 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4a799 Color code Preview on White Background

This is how #b4a799 Color code will look on white background color. Color contrast ratio is 2.35

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.