COLOR #B49981

HEX: #B49981
RGB: (180,153,129)

Color info

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

RGB color model

#B49981 color RGB value is (180,153,129).

  • red value is 180;
  • green value is 153;
  • blue value is 129.
RGB:
(180,153,129)
(71%,60%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 129 of 255 = 51%

180
153
129

R + G + B ~ 61%. #B49981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 129 = 462 (100%)
R 180 of 462 ~ 38.96%
G 153 of 462 ~ 33.12%
B 129 of 462 ~ 27.92%

%38.96
%33.12
%27.92

CMYK color model

#B49981 color CMYK value is (0,15,28,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,15,28,29)
C0M15Y28K29 
(0%,15%,28%,29%)
(0.00/0.15/0.28/0.29)	

CMYK percentages

%0
%15
%28.33
%29.41

Codes

Color #B49981 in popluar color models

B49981
RGB180153129
HSL28°25.37%60.59%
HSB/HSV28°28.33%70.59%
CMYK0.00%15.00%28.33%
29.41%

Color #B49981 in popluar number systems.

HEXB49981
Decimal180153129
Binary101101001001100110000001
Octal264231201

Shades and tints

Shades of #B49981

#B49981
(180,153,129)
#A48C76
(164,140,118)
#947F6B
(148,127,107)
#847260
(132,114,96)
#746555
(116,101,85)
#64584A
(100,88,74)
#544B3F
(84,75,63)
#443E34
(68,62,52)
#343129
(52,49,41)
#24241E
(36,36,30)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B49981

#B49981
(180,153,129)
#BAA28C
(186,162,140)
#C0AB97
(192,171,151)
#C6B4A2
(198,180,162)
#CCBDAD
(204,189,173)
#D2C6B8
(210,198,184)
#D8CFC3
(216,207,195)
#DED8CE
(222,216,206)
#E4E1D9
(228,225,217)
#EAEAE4
(234,234,228)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49981 color. Also use rgb(180,153,129) instead hex code.

Text Font Color

.myTextColor { color: #B49981; }

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

This text font color is #B49981.


Background Color

.myBgColor { background-color: #B49981; }

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

This div background color is #B49981.


Border color

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

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

This div border color is #B49981.


Opacity

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

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

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

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

This text has shadow with #B49981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49981 on black background.


Color preview on white background

This text has color #B49981 on white background.



Black color preview on #B49981 background

This text has black color on #B49981 background.


White color preview on #B49981 background

This text has white color on #B49981 background.