COLOR #B49C88

HEX: #B49C88
RGB: (180,156,136)

Color info

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

RGB color model

#B49C88 color RGB value is (180,156,136).

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

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 136 of 255 = 53%

180
156
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 136 = 472 (100%)
R 180 of 472 ~ 38.14%
G 156 of 472 ~ 33.05%
B 136 of 472 ~ 28.81%

%38.14
%33.05
%28.81

CMYK color model

#B49C88 color CMYK value is (0,13,24,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK: (0,13,24,29) C0M13Y24K29 (0%,13%,24%,29%) (0.00/0.13/0.24/0.29)

CMYK percentages

%0
%13.33
%24.44
%29.41

Codes

Color #B49C88 in popluar color models

B49C88
RGB180156136
HSL27°22.68%61.96%
HSB/HSV27°24.44%70.59%
CMYK0.00%13.33%24.44%
29.41%

Color #B49C88 in popluar number systems.

HEXB49C88
Decimal180156136
Binary101101001001110010001000
Octal264234210

Shades and tints

Shades of #B49C88

#B49C88
(180,156,136)
#A48E7C
(164,142,124)
#948070
(148,128,112)
#847264
(132,114,100)
#746458
(116,100,88)
#64564C
(100,86,76)
#544840
(84,72,64)
#443A34
(68,58,52)
#342C28
(52,44,40)
#241E1C
(36,30,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B49C88

#B49C88
(180,156,136)
#BAA592
(186,165,146)
#C0AE9C
(192,174,156)
#C6B7A6
(198,183,166)
#CCC0B0
(204,192,176)
#D2C9BA
(210,201,186)
#D8D2C4
(216,210,196)
#DEDBCE
(222,219,206)
#E4E4D8
(228,228,216)
#EAEDE2
(234,237,226)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C88; }

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

This text font color is #B49C88.


Background Color

.myBgColor { background-color: #B49C88; }

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

This div background color is #B49C88.


Border color

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

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

This div border color is #B49C88.


Opacity

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

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

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

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

This text has shadow with #B49C88 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B49C88 on black background.


Color preview on white background

This text has color #B49C88 on white background.



Black color preview on #B49C88 background

This text has black color on #B49C88 background.


White color preview on #B49C88 background

This text has white color on #B49C88 background.