COLOR #B49581

HEX: #B49581
RGB: (180,149,129)

Color info

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

RGB color model

#B49581 color RGB value is (180,149,129).

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

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 129 of 255 = 51%

180
149
129

R + G + B ~ 60%. #B49581 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 129 = 458 (100%)
R 180 of 458 ~ 39.3%
G 149 of 458 ~ 32.53%
B 129 of 458 ~ 28.17%

%39.3
%32.53
%28.17

CMYK color model

#B49581 color CMYK value is (0,17,28,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,17,28,29)
C0M17Y28K29 
(0%,17%,28%,29%)
(0.00/0.17/0.28/0.29)	

CMYK percentages

%0
%17.22
%28.33
%29.41

Codes

Color #B49581 in popluar color models

B49581
RGB180149129
HSL24°25.37%60.59%
HSB/HSV24°28.33%70.59%
CMYK0.00%17.22%28.33%
29.41%

Color #B49581 in popluar number systems.

HEXB49581
Decimal180149129
Binary101101001001010110000001
Octal264225201

Shades and tints

Shades of #B49581

#B49581
(180,149,129)
#A48876
(164,136,118)
#947B6B
(148,123,107)
#846E60
(132,110,96)
#746155
(116,97,85)
#64544A
(100,84,74)
#54473F
(84,71,63)
#443A34
(68,58,52)
#342D29
(52,45,41)
#24201E
(36,32,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B49581

#B49581
(180,149,129)
#BA9E8C
(186,158,140)
#C0A797
(192,167,151)
#C6B0A2
(198,176,162)
#CCB9AD
(204,185,173)
#D2C2B8
(210,194,184)
#D8CBC3
(216,203,195)
#DED4CE
(222,212,206)
#E4DDD9
(228,221,217)
#EAE6E4
(234,230,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49581; }

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

This text font color is #B49581.


Background Color

.myBgColor { background-color: #B49581; }

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

This div background color is #B49581.


Border color

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

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

This div border color is #B49581.


Opacity

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

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

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

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

This text has shadow with #B49581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49581 on black background.


Color preview on white background

This text has color #B49581 on white background.



Black color preview on #B49581 background

This text has black color on #B49581 background.


White color preview on #B49581 background

This text has white color on #B49581 background.