COLOR #B49C73

HEX: #B49C73
RGB: (180,156,115)

Color info

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

RGB color model

#B49C73 color RGB value is (180,156,115).

  • red value is 180;
  • green value is 156;
  • blue value is 115.
RGB:
(180,156,115)
(71%,61%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 115 of 255 = 45%

180
156
115

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 115 = 451 (100%)
R 180 of 451 ~ 39.91%
G 156 of 451 ~ 34.59%
B 115 of 451 ~ 25.5%

%39.91
%34.59
%25.5

CMYK color model

#B49C73 color CMYK value is (0,13,36,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,13,36,29)
C0M13Y36K29 
(0%,13%,36%,29%)
(0.00/0.13/0.36/0.29)	

CMYK percentages

%0
%13.33
%36.11
%29.41

Codes

Color #B49C73 in popluar color models

B49C73
RGB180156115
HSL38°30.23%57.84%
HSB/HSV38°36.11%70.59%
CMYK0.00%13.33%36.11%
29.41%

Color #B49C73 in popluar number systems.

HEXB49C73
Decimal180156115
Binary10110100100111001110011
Octal264234163

Shades and tints

Shades of #B49C73

#B49C73
(180,156,115)
#A48E69
(164,142,105)
#94805F
(148,128,95)
#847255
(132,114,85)
#74644B
(116,100,75)
#645641
(100,86,65)
#544837
(84,72,55)
#443A2D
(68,58,45)
#342C23
(52,44,35)
#241E19
(36,30,25)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #B49C73

#B49C73
(180,156,115)
#BAA57F
(186,165,127)
#C0AE8B
(192,174,139)
#C6B797
(198,183,151)
#CCC0A3
(204,192,163)
#D2C9AF
(210,201,175)
#D8D2BB
(216,210,187)
#DEDBC7
(222,219,199)
#E4E4D3
(228,228,211)
#EAEDDF
(234,237,223)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49C73 color. Also use rgb(180,156,115) instead hex code.

Text Font Color

.myTextColor { color: #B49C73; }

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

This text font color is #B49C73.


Background Color

.myBgColor { background-color: #B49C73; }

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

This div background color is #B49C73.


Border color

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

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

This div border color is #B49C73.


Opacity

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

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

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

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

This text has shadow with #B49C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49C73 on black background.


Color preview on white background

This text has color #B49C73 on white background.



Black color preview on #B49C73 background

This text has black color on #B49C73 background.


White color preview on #B49C73 background

This text has white color on #B49C73 background.