COLOR #B49067

HEX: #B49067
RGB: (180,144,103)

Color info

#B49067 contains mainly red and green colors. Web safe color of #B49067 is #CC9966 (or #C96).

RGB color model

#B49067 color RGB value is (180,144,103).

  • red value is 180;
  • green value is 144;
  • blue value is 103.
RGB:
(180,144,103)
(71%,56%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 103 of 255 = 40%

180
144
103

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 103 = 427 (100%)
R 180 of 427 ~ 42.15%
G 144 of 427 ~ 33.72%
B 103 of 427 ~ 24.12%

%42.15
%33.72
%24.12

CMYK color model

#B49067 color CMYK value is (0,20,43,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 42.78%
  • key color value is 29.41%
CMYK:
(0,20,43,29)
C0M20Y43K29 
(0%,20%,43%,29%)
(0.00/0.20/0.43/0.29)	

CMYK percentages

%0
%20
%42.78
%29.41

Codes

Color #B49067 in popluar color models

B49067
RGB180144103
HSL32°33.92%55.49%
HSB/HSV32°42.78%70.59%
CMYK0.00%20.00%42.78%
29.41%

Color #B49067 in popluar number systems.

HEXB49067
Decimal180144103
Binary10110100100100001100111
Octal264220147

Shades and tints

Shades of #B49067

#B49067
(180,144,103)
#A4835E
(164,131,94)
#947655
(148,118,85)
#84694C
(132,105,76)
#745C43
(116,92,67)
#644F3A
(100,79,58)
#544231
(84,66,49)
#443528
(68,53,40)
#34281F
(52,40,31)
#241B16
(36,27,22)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B49067

#B49067
(180,144,103)
#BA9A74
(186,154,116)
#C0A481
(192,164,129)
#C6AE8E
(198,174,142)
#CCB89B
(204,184,155)
#D2C2A8
(210,194,168)
#D8CCB5
(216,204,181)
#DED6C2
(222,214,194)
#E4E0CF
(228,224,207)
#EAEADC
(234,234,220)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49067 color. Also use rgb(180,144,103) instead hex code.

Text Font Color

.myTextColor { color: #B49067; }

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

This text font color is #B49067.


Background Color

.myBgColor { background-color: #B49067; }

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

This div background color is #B49067.


Border color

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

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

This div border color is #B49067.


Opacity

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

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

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

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

This text has shadow with #B49067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49067 on black background.


Color preview on white background

This text has color #B49067 on white background.



Black color preview on #B49067 background

This text has black color on #B49067 background.


White color preview on #B49067 background

This text has white color on #B49067 background.