COLOR #B49C91

HEX: #B49C91
RGB: (180,156,145)

Color info

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

RGB color model

#B49C91 color RGB value is (180,156,145).

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

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 145 of 255 = 57%

180
156
145

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 145 = 481 (100%)
R 180 of 481 ~ 37.42%
G 156 of 481 ~ 32.43%
B 145 of 481 ~ 30.15%

%37.42
%32.43
%30.15

CMYK color model

#B49C91 color CMYK value is (0,13,19,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(0,13,19,29)
C0M13Y19K29 
(0%,13%,19%,29%)
(0.00/0.13/0.19/0.29)	

CMYK percentages

%0
%13.33
%19.44
%29.41

Codes

Color #B49C91 in popluar color models

B49C91
RGB180156145
HSL19°18.92%63.73%
HSB/HSV19°19.44%70.59%
CMYK0.00%13.33%19.44%
29.41%

Color #B49C91 in popluar number systems.

HEXB49C91
Decimal180156145
Binary101101001001110010010001
Octal264234221

Shades and tints

Shades of #B49C91

#B49C91
(180,156,145)
#A48E84
(164,142,132)
#948077
(148,128,119)
#84726A
(132,114,106)
#74645D
(116,100,93)
#645650
(100,86,80)
#544843
(84,72,67)
#443A36
(68,58,54)
#342C29
(52,44,41)
#241E1C
(36,30,28)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #B49C91

#B49C91
(180,156,145)
#BAA59B
(186,165,155)
#C0AEA5
(192,174,165)
#C6B7AF
(198,183,175)
#CCC0B9
(204,192,185)
#D2C9C3
(210,201,195)
#D8D2CD
(216,210,205)
#DEDBD7
(222,219,215)
#E4E4E1
(228,228,225)
#EAEDEB
(234,237,235)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C91; }

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

This text font color is #B49C91.


Background Color

.myBgColor { background-color: #B49C91; }

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

This div background color is #B49C91.


Border color

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

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

This div border color is #B49C91.


Opacity

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

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

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

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

This text has shadow with #B49C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49C91 on black background.


Color preview on white background

This text has color #B49C91 on white background.



Black color preview on #B49C91 background

This text has black color on #B49C91 background.


White color preview on #B49C91 background

This text has white color on #B49C91 background.