COLOR #B49D93

HEX: #B49D93 RGB: (180,157,147)

Color info

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

RGB color model

#B49D93 color RGB value is (180,157,147).

RGB: (180,157,147) (71%, 62%, 58%)

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 147 of 255 = 58%

180
157
147

R + G + B ~ 64%. #B49D93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 157 + 147 = 484 (100%)
R 180 of 484 ~ 37.19%
G 157 of 484 ~ 32.44%
B 147 of 484 ~ 30.37'%

%37.19
%32.44
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • 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
%12.78
%18.33
%29.41

Codes

Color #B49D93 in popluar color models

B4 9D 93
RGB 180 157 147
HSL 18° 18.03% 64.12%
HSB/HSV 18° 18.33% 70.59%
CMYK 0.00% 12.78% 18.33%
29.41%

Color #B49D93 in popluar number systems.

HEX B4 9D 93
Decimal 180 157 147
Binary 10110100 10011101 10010011
Octal 264 235 223

Shades and tints

Shades of #B49D93

#B49D93
(180,157,147)
#A48F86
(164,143,134)
#948179
(148,129,121)
#84736C
(132,115,108)
#74655F
(116,101,95)
#645752
(100,87,82)
#544945
(84,73,69)
#443B38
(68,59,56)
#342D2B
(52,45,43)
#241F1E
(36,31,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B49D93

#B49D93
(180,157,147)
#BAA59C
(186,165,156)
#C0ADA5
(192,173,165)
#C6B5AE
(198,181,174)
#CCBDB7
(204,189,183)
#D2C5C0
(210,197,192)
#D8CDC9
(216,205,201)
#DED5D2
(222,213,210)
#E4DDDB
(228,221,219)
#EAE5E4
(234,229,228)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49D93; }

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

This text font color is #B49D93.

Background Color

.myBgColor { background-color: #B49D93; }

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

This div background color is #B49D93.

Border color

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

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

This div border color is #B49D93.

Opacity

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

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

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

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

This text has shadow with #B49D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49D93.

Preview

Color preview on black background

This text has color #B49D93 on black background.


Color preview on white background

This text has color #B49D93 on white background.


Black color preview on #B49D93 background

This text has black color on #B49D93 background.


White color preview on #B49D93 background

This text has white color on #B49D93 background.


Related colors

Complementary color

Complementary color for #hex is #4B626C.


I love getcolorcode.com

Triadic colors

1 #93B49D and #9D93B4 with #B49D93 are triadic colors.

2 #939DB4 and #9DB493 with #B49D93 are triadic colors.