COLOR #B49C8C

HEX: #B49C8C RGB: (180,156,140)

Color info

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

RGB color model

#B49C8C color RGB value is (180,156,140).

RGB: (180,156,140) (71%, 61%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 140 of 255 = 55%

180
156
140

R + G + B ~ 62%. #B49C8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 140 = 476 (100%)
R 180 of 476 ~ 37.82%
G 156 of 476 ~ 32.77%
B 140 of 476 ~ 29.41'%

%37.82
%32.77
%29.41

CMYK color model

#B49C8C color CMYK value is (0,13,22,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 22.22%
  • key color value is 29.41%

CMYK: (0,13,22,29)
C0M13Y22K29 (0%, 13%, 22%, 29%)
(0.00 / 0.13 / 0.22 / 0.29)

CMYK percentages

%0
%13.33
%22.22
%29.41

Codes

Color #B49C8C in popluar color models

B4 9C 8C
RGB 180 156 140
HSL 24° 21.05% 62.75%
HSB/HSV 24° 22.22% 70.59%
CMYK 0.00% 13.33% 22.22%
29.41%

Color #B49C8C in popluar number systems.

HEX B4 9C 8C
Decimal 180 156 140
Binary 10110100 10011100 10001100
Octal 264 234 214

Shades and tints

Shades of #B49C8C

#B49C8C
(180,156,140)
#A48E80
(164,142,128)
#948074
(148,128,116)
#847268
(132,114,104)
#74645C
(116,100,92)
#645650
(100,86,80)
#544844
(84,72,68)
#443A38
(68,58,56)
#342C2C
(52,44,44)
#241E20
(36,30,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B49C8C

#B49C8C
(180,156,140)
#BAA596
(186,165,150)
#C0AEA0
(192,174,160)
#C6B7AA
(198,183,170)
#CCC0B4
(204,192,180)
#D2C9BE
(210,201,190)
#D8D2C8
(216,210,200)
#DEDBD2
(222,219,210)
#E4E4DC
(228,228,220)
#EAEDE6
(234,237,230)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C8C; }

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

This text font color is #B49C8C.

Background Color

.myBgColor { background-color: #B49C8C; }

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

This div background color is #B49C8C.

Border color

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

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

This div border color is #B49C8C.

Opacity

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

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

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

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

This text has shadow with #B49C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49C8C.

Preview

Color preview on black background

This text has color #B49C8C on black background.


Color preview on white background

This text has color #B49C8C on white background.


Black color preview on #B49C8C background

This text has black color on #B49C8C background.


White color preview on #B49C8C background

This text has white color on #B49C8C background.


Related colors

Complementary color

Complementary color for #hex is #4B6373.


I love getcolorcode.com

Triadic colors

1 #8CB49C and #9C8CB4 with #B49C8C are triadic colors.

2 #8C9CB4 and #9CB48C with #B49C8C are triadic colors.