COLOR #B49279

HEX: #B49279
RGB: (180,146,121)

Color info

#B49279 contains red, green and blue colors in about the same proportion. Web safe color of #B49279 is #CC9966 (or #C96).

RGB color model

#B49279 color RGB value is (180,146,121).

  • red value is 180;
  • green value is 146;
  • blue value is 121.
RGB:
(180,146,121)
(71%,57%,47%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 121 of 255 = 47%

180
146
121

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 121 = 447 (100%)
R 180 of 447 ~ 40.27%
G 146 of 447 ~ 32.66%
B 121 of 447 ~ 27.07%

%40.27
%32.66
%27.07

CMYK color model

#B49279 color CMYK value is (0,19,33,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK:
(0,19,33,29)
C0M19Y33K29 
(0%,19%,33%,29%)
(0.00/0.19/0.33/0.29)	

CMYK percentages

%0
%18.89
%32.78
%29.41

Codes

Color #B49279 in popluar color models

B49279
RGB180146121
HSL25°28.23%59.02%
HSB/HSV25°32.78%70.59%
CMYK0.00%18.89%32.78%
29.41%

Color #B49279 in popluar number systems.

HEXB49279
Decimal180146121
Binary10110100100100101111001
Octal264222171

Shades and tints

Shades of #B49279

#B49279
(180,146,121)
#A4856E
(164,133,110)
#947863
(148,120,99)
#846B58
(132,107,88)
#745E4D
(116,94,77)
#645142
(100,81,66)
#544437
(84,68,55)
#44372C
(68,55,44)
#342A21
(52,42,33)
#241D16
(36,29,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #B49279

#B49279
(180,146,121)
#BA9B85
(186,155,133)
#C0A491
(192,164,145)
#C6AD9D
(198,173,157)
#CCB6A9
(204,182,169)
#D2BFB5
(210,191,181)
#D8C8C1
(216,200,193)
#DED1CD
(222,209,205)
#E4DAD9
(228,218,217)
#EAE3E5
(234,227,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49279 color. Also use rgb(180,146,121) instead hex code.

Text Font Color

.myTextColor { color: #B49279; }

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

This text font color is #B49279.


Background Color

.myBgColor { background-color: #B49279; }

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

This div background color is #B49279.


Border color

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

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

This div border color is #B49279.


Opacity

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

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

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

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

This text has shadow with #B49279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49279 on black background.


Color preview on white background

This text has color #B49279 on white background.



Black color preview on #B49279 background

This text has black color on #B49279 background.


White color preview on #B49279 background

This text has white color on #B49279 background.