COLOR #B49C93

HEX: #B49C93 RGB: (180,156,147)

Color info

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

RGB color model

#B49C93 color RGB value is (180,156,147).

RGB: (180,156,147) (71%, 61%, 58%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 147 of 255 = 58%

180
156
147

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 147 = 483 (100%)
R 180 of 483 ~ 37.27%
G 156 of 483 ~ 32.3%
B 147 of 483 ~ 30.43'%

%37.27
%32.3
%30.43

CMYK color model

#B49C93 color CMYK value is (0,13,18,29).

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

CMYK: (0,13,18,29)
C0M13Y18K29 (0%, 13%, 18%, 29%)
(0.00 / 0.13 / 0.18 / 0.29)

CMYK percentages

%0
%13.33
%18.33
%29.41

Codes

Color #B49C93 in popluar color models

B4 9C 93
RGB 180 156 147
HSL 16° 18.03% 64.12%
HSB/HSV 16° 18.33% 70.59%
CMYK 0.00% 13.33% 18.33%
29.41%

Color #B49C93 in popluar number systems.

HEX B4 9C 93
Decimal 180 156 147
Binary 10110100 10011100 10010011
Octal 264 234 223

Shades and tints

Shades of #B49C93

#B49C93
(180,156,147)
#A48E86
(164,142,134)
#948079
(148,128,121)
#84726C
(132,114,108)
#74645F
(116,100,95)
#645652
(100,86,82)
#544845
(84,72,69)
#443A38
(68,58,56)
#342C2B
(52,44,43)
#241E1E
(36,30,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B49C93

#B49C93
(180,156,147)
#BAA59C
(186,165,156)
#C0AEA5
(192,174,165)
#C6B7AE
(198,183,174)
#CCC0B7
(204,192,183)
#D2C9C0
(210,201,192)
#D8D2C9
(216,210,201)
#DEDBD2
(222,219,210)
#E4E4DB
(228,228,219)
#EAEDE4
(234,237,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49C93; }

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

This text font color is #B49C93.

Background Color

.myBgColor { background-color: #B49C93; }

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

This div background color is #B49C93.

Border color

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

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

This div border color is #B49C93.

Opacity

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

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

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

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

This text has shadow with #B49C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49C93.

Preview

Color preview on black background

This text has color #B49C93 on black background.


Color preview on white background

This text has color #B49C93 on white background.


Black color preview on #B49C93 background

This text has black color on #B49C93 background.


White color preview on #B49C93 background

This text has white color on #B49C93 background.


Related colors

Complementary color

Complementary color for #hex is #4B636C.


I love getcolorcode.com

Triadic colors

1 #93B49C and #9C93B4 with #B49C93 are triadic colors.

2 #939CB4 and #9CB493 with #B49C93 are triadic colors.