COLOR #B49971

HEX: #B49971
RGB: (180,153,113)

Color info

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

RGB color model

#B49971 color RGB value is (180,153,113).

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

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 113 of 255 = 44%

180
153
113

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

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 113 = 446 (100%)
R 180 of 446 ~ 40.36%
G 153 of 446 ~ 34.3%
B 113 of 446 ~ 25.34%

%40.36
%34.3
%25.34

CMYK color model

#B49971 color CMYK value is (0,15,37,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(0,15,37,29)
C0M15Y37K29 
(0%,15%,37%,29%)
(0.00/0.15/0.37/0.29)	

CMYK percentages

%0
%15
%37.22
%29.41

Codes

Color #B49971 in popluar color models

B49971
RGB180153113
HSL36°30.88%57.45%
HSB/HSV36°37.22%70.59%
CMYK0.00%15.00%37.22%
29.41%

Color #B49971 in popluar number systems.

HEXB49971
Decimal180153113
Binary10110100100110011110001
Octal264231161

Shades and tints

Shades of #B49971

#B49971
(180,153,113)
#A48C67
(164,140,103)
#947F5D
(148,127,93)
#847253
(132,114,83)
#746549
(116,101,73)
#64583F
(100,88,63)
#544B35
(84,75,53)
#443E2B
(68,62,43)
#343121
(52,49,33)
#242417
(36,36,23)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #B49971

#B49971
(180,153,113)
#BAA27D
(186,162,125)
#C0AB89
(192,171,137)
#C6B495
(198,180,149)
#CCBDA1
(204,189,161)
#D2C6AD
(210,198,173)
#D8CFB9
(216,207,185)
#DED8C5
(222,216,197)
#E4E1D1
(228,225,209)
#EAEADD
(234,234,221)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49971; }

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

This text font color is #B49971.


Background Color

.myBgColor { background-color: #B49971; }

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

This div background color is #B49971.


Border color

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

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

This div border color is #B49971.


Opacity

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

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

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

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

This text has shadow with #B49971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49971 on black background.


Color preview on white background

This text has color #B49971 on white background.



Black color preview on #B49971 background

This text has black color on #B49971 background.


White color preview on #B49971 background

This text has white color on #B49971 background.