COLOR #B49671

HEX: #B49671
RGB: (180,150,113)

Color info

#B49671 contains mainly red and green colors. Web safe color of #B49671 is #CC9966 (or #C96).

RGB color model

#B49671 color RGB value is (180,150,113).

  • red value is 180;
  • green value is 150;
  • blue value is 113.
RGB:
(180,150,113)
(71%,59%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 113 of 255 = 44%

180
150
113

R + G + B ~ 58%. #B49671 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 113 = 443 (100%)
R 180 of 443 ~ 40.63%
G 150 of 443 ~ 33.86%
B 113 of 443 ~ 25.51%

%40.63
%33.86
%25.51

CMYK color model

#B49671 color CMYK value is (0,17,37,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(0,17,37,29)
C0M17Y37K29 
(0%,17%,37%,29%)
(0.00/0.17/0.37/0.29)	

CMYK percentages

%0
%16.67
%37.22
%29.41

Codes

Color #B49671 in popluar color models

B49671
RGB180150113
HSL33°30.88%57.45%
HSB/HSV33°37.22%70.59%
CMYK0.00%16.67%37.22%
29.41%

Color #B49671 in popluar number systems.

HEXB49671
Decimal180150113
Binary10110100100101101110001
Octal264226161

Shades and tints

Shades of #B49671

#B49671
(180,150,113)
#A48967
(164,137,103)
#947C5D
(148,124,93)
#846F53
(132,111,83)
#746249
(116,98,73)
#64553F
(100,85,63)
#544835
(84,72,53)
#443B2B
(68,59,43)
#342E21
(52,46,33)
#242117
(36,33,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #B49671

#B49671
(180,150,113)
#BA9F7D
(186,159,125)
#C0A889
(192,168,137)
#C6B195
(198,177,149)
#CCBAA1
(204,186,161)
#D2C3AD
(210,195,173)
#D8CCB9
(216,204,185)
#DED5C5
(222,213,197)
#E4DED1
(228,222,209)
#EAE7DD
(234,231,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49671 color. Also use rgb(180,150,113) instead hex code.

Text Font Color

.myTextColor { color: #B49671; }

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

This text font color is #B49671.


Background Color

.myBgColor { background-color: #B49671; }

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

This div background color is #B49671.


Border color

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

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

This div border color is #B49671.


Opacity

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

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

Text with #B49671 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 #B49671;}

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

This text has shadow with #B49671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49671 on black background.


Color preview on white background

This text has color #B49671 on white background.



Black color preview on #B49671 background

This text has black color on #B49671 background.


White color preview on #B49671 background

This text has white color on #B49671 background.