COLOR #B49C8F

HEX: #B49C8F RGB: (180,156,143)

Color info

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

RGB color model

#B49C8F color RGB value is (180,156,143).

RGB: (180,156,143) (71%, 61%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 143 of 255 = 56%

180
156
143

R + G + B ~ 63%. #B49C8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 143 = 479 (100%)
R 180 of 479 ~ 37.58%
G 156 of 479 ~ 32.57%
B 143 of 479 ~ 29.85'%

%37.58
%32.57
%29.85

CMYK color model

#B49C8F color CMYK value is (0,13,21,29).

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

CMYK: (0,13,21,29)
C0M13Y21K29 (0%, 13%, 21%, 29%)
(0.00 / 0.13 / 0.21 / 0.29)

CMYK percentages

%0
%13.33
%20.56
%29.41

Codes

Color #B49C8F in popluar color models

B4 9C 8F
RGB 180 156 143
HSL 21° 19.79% 63.33%
HSB/HSV 21° 20.56% 70.59%
CMYK 0.00% 13.33% 20.56%
29.41%

Color #B49C8F in popluar number systems.

HEX B4 9C 8F
Decimal 180 156 143
Binary 10110100 10011100 10001111
Octal 264 234 217

Shades and tints

Shades of #B49C8F

#B49C8F
(180,156,143)
#A48E82
(164,142,130)
#948075
(148,128,117)
#847268
(132,114,104)
#74645B
(116,100,91)
#64564E
(100,86,78)
#544841
(84,72,65)
#443A34
(68,58,52)
#342C27
(52,44,39)
#241E1A
(36,30,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #B49C8F

#B49C8F
(180,156,143)
#BAA599
(186,165,153)
#C0AEA3
(192,174,163)
#C6B7AD
(198,183,173)
#CCC0B7
(204,192,183)
#D2C9C1
(210,201,193)
#D8D2CB
(216,210,203)
#DEDBD5
(222,219,213)
#E4E4DF
(228,228,223)
#EAEDE9
(234,237,233)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C8F; }

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

This text font color is #B49C8F.

Background Color

.myBgColor { background-color: #B49C8F; }

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

This div background color is #B49C8F.

Border color

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

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

This div border color is #B49C8F.

Opacity

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

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

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

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

This text has shadow with #B49C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49C8F.

Preview

Color preview on black background

This text has color #B49C8F on black background.


Color preview on white background

This text has color #B49C8F on white background.


Black color preview on #B49C8F background

This text has black color on #B49C8F background.


White color preview on #B49C8F background

This text has white color on #B49C8F background.


Related colors

Complementary color

Complementary color for #hex is #4B6370.


I love getcolorcode.com

Triadic colors

1 #8FB49C and #9C8FB4 with #B49C8F are triadic colors.

2 #8F9CB4 and #9CB48F with #B49C8F are triadic colors.