COLOR #B49C77

HEX: #B49C77
RGB: (180,156,119)

Color info

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

RGB color model

#B49C77 color RGB value is (180,156,119).

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

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 119 of 255 = 47%

180
156
119

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 119 = 455 (100%)
R 180 of 455 ~ 39.56%
G 156 of 455 ~ 34.29%
B 119 of 455 ~ 26.15%

%39.56
%34.29
%26.15

CMYK color model

#B49C77 color CMYK value is (0,13,34,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK:
(0,13,34,29)
C0M13Y34K29 
(0%,13%,34%,29%)
(0.00/0.13/0.34/0.29)	

CMYK percentages

%0
%13.33
%33.89
%29.41

Codes

Color #B49C77 in popluar color models

B49C77
RGB180156119
HSL36°28.91%58.63%
HSB/HSV36°33.89%70.59%
CMYK0.00%13.33%33.89%
29.41%

Color #B49C77 in popluar number systems.

HEXB49C77
Decimal180156119
Binary10110100100111001110111
Octal264234167

Shades and tints

Shades of #B49C77

#B49C77
(180,156,119)
#A48E6D
(164,142,109)
#948063
(148,128,99)
#847259
(132,114,89)
#74644F
(116,100,79)
#645645
(100,86,69)
#54483B
(84,72,59)
#443A31
(68,58,49)
#342C27
(52,44,39)
#241E1D
(36,30,29)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B49C77

#B49C77
(180,156,119)
#BAA583
(186,165,131)
#C0AE8F
(192,174,143)
#C6B79B
(198,183,155)
#CCC0A7
(204,192,167)
#D2C9B3
(210,201,179)
#D8D2BF
(216,210,191)
#DEDBCB
(222,219,203)
#E4E4D7
(228,228,215)
#EAEDE3
(234,237,227)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C77; }

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

This text font color is #B49C77.


Background Color

.myBgColor { background-color: #B49C77; }

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

This div background color is #B49C77.


Border color

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

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

This div border color is #B49C77.


Opacity

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

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

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

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

This text has shadow with #B49C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49C77 on black background.


Color preview on white background

This text has color #B49C77 on white background.



Black color preview on #B49C77 background

This text has black color on #B49C77 background.


White color preview on #B49C77 background

This text has white color on #B49C77 background.