COLOR #B49986

HEX: #B49986 RGB: (180,153,134)

Color info

#B49986 contains red, green and blue colors in about the same proportion. Web safe color of #B49986 is #CC9999 (or #C99).

RGB color model

#B49986 color RGB value is (180,153,134).

RGB: (180,153,134) (71%, 60%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 134 of 255 = 53%

180
153
134

R + G + B ~ 61%. #B49986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 153 + 134 = 467 (100%)
R 180 of 467 ~ 38.54%
G 153 of 467 ~ 32.76%
B 134 of 467 ~ 28.69'%

%38.54
%32.76
%28.69

CMYK color model

#B49986 color CMYK value is (0,15,26,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 25.56%
  • key color value is 29.41%

CMYK: (0,15,26,29)
C0M15Y26K29 (0%, 15%, 26%, 29%)
(0.00 / 0.15 / 0.26 / 0.29)

CMYK percentages

%0
%15
%25.56
%29.41

Codes

Color #B49986 in popluar color models

B4 99 86
RGB 180 153 134
HSL 25° 23.47% 61.57%
HSB/HSV 25° 25.56% 70.59%
CMYK 0.00% 15.00% 25.56%
29.41%

Color #B49986 in popluar number systems.

HEX B4 99 86
Decimal 180 153 134
Binary 10110100 10011001 10000110
Octal 264 231 206

Shades and tints

Shades of #B49986

#B49986
(180,153,134)
#A48C7A
(164,140,122)
#947F6E
(148,127,110)
#847262
(132,114,98)
#746556
(116,101,86)
#64584A
(100,88,74)
#544B3E
(84,75,62)
#443E32
(68,62,50)
#343126
(52,49,38)
#24241A
(36,36,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #B49986

#B49986
(180,153,134)
#BAA291
(186,162,145)
#C0AB9C
(192,171,156)
#C6B4A7
(198,180,167)
#CCBDB2
(204,189,178)
#D2C6BD
(210,198,189)
#D8CFC8
(216,207,200)
#DED8D3
(222,216,211)
#E4E1DE
(228,225,222)
#EAEAE9
(234,234,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49986 color. Also use rgb(180,153,134) instead hex code.

Text Font Color

.myTextColor { color: #B49986; }

<p style="color:#B49986">This sample text font color is #B49986.</p>

This text font color is #B49986.

Background Color

.myBgColor { background-color: #B49986; }

<div style="background-color:#B49986">Inner text</div>

This div background color is #B49986.

Border color

.myBorderColor { border: 1px solid #B49986; }

<div style="border:3px solid #B49986">Div</div>

This div border color is #B49986.

Opacity

.myOpacity80 { color: #B49986; opacity: 0.8; }

<p style="color:#B49986;opacity:0.8;">80%</p>

Text with #B49986 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B49986;}

<p style="text-shadow: 3px 3px 1px #B49986">Text here.</p>

This text has shadow with #B49986 color.


.textShadow {text-shadow: 3px 3px 1px #B49986', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B49986, 5px 5px 20px red">Text here.</p>

This text has shadow with #B49986 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49986, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B49986, Direction=45, Strength=4)">Text</p>

This text has shadow with #B49986 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49986;
-webkit-box-shadow: 1px 1px 3px 2px #B49986;
box-shadow: 1px 1px 3px 2px #B49986;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49986; -webkit-box-shadow: 1px 1px 3px 2px #B49986; box-shadow:1px 1px 3px 2px #B49986;">
Div content here
</div>

This div box has shadow with color #B49986.

Preview

Color preview on black background

This text has color #B49986 on black background.


Color preview on white background

This text has color #B49986 on white background.


Black color preview on #B49986 background

This text has black color on #B49986 background.


White color preview on #B49986 background

This text has white color on #B49986 background.


Related colors

Complementary color

Complementary color for #hex is #4B6679.


I love getcolorcode.com

Triadic colors

1 #86B499 and #9986B4 with #B49986 are triadic colors.

2 #8699B4 and #99B486 with #B49986 are triadic colors.