COLOR #B19149

HEX: #B19149
RGB: (177,145,73)

Color info

#B19149 contains mainly red and green colors. Web safe color of #B19149 is #999933 (or #993).

RGB color model

#B19149 color RGB value is (177,145,73).

  • red value is 177;
  • green value is 145;
  • blue value is 73.
RGB:
(177,145,73)
(69%,57%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 145 of 255 = 57%
B 73 of 255 = 29%

177
145
73

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

Portions of RGB colors in percentages

R + G + B =
177 + 145 + 73 = 395 (100%)
R 177 of 395 ~ 44.81%
G 145 of 395 ~ 36.71%
B 73 of 395 ~ 18.48%

%44.81
%36.71
%18.48

CMYK color model

#B19149 color CMYK value is (0,18,59,31).

  • cyan value is 0.00%
  • magenta value is 18.08%
  • yellow value is 58.76%
  • key color value is 30.59%
CMYK:
(0,18,59,31)
C0M18Y59K31 
(0%,18%,59%,31%)
(0.00/0.18/0.59/0.31)	

CMYK percentages

%0
%18.08
%58.76
%30.59

Codes

Color #B19149 in popluar color models

B19149
RGB17714573
HSL42°41.60%49.02%
HSB/HSV42°58.76%69.41%
CMYK0.00%18.08%58.76%
30.59%

Color #B19149 in popluar number systems.

HEXB19149
Decimal17714573
Binary10110001100100011001001
Octal261221111

Shades and tints

Shades of #B19149

#B19149
(177,145,73)
#A18443
(161,132,67)
#91773D
(145,119,61)
#816A37
(129,106,55)
#715D31
(113,93,49)
#61502B
(97,80,43)
#514325
(81,67,37)
#41361F
(65,54,31)
#312919
(49,41,25)
#211C13
(33,28,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #B19149

#B19149
(177,145,73)
#B89B59
(184,155,89)
#BFA569
(191,165,105)
#C6AF79
(198,175,121)
#CDB989
(205,185,137)
#D4C399
(212,195,153)
#DBCDA9
(219,205,169)
#E2D7B9
(226,215,185)
#E9E1C9
(233,225,201)
#F0EBD9
(240,235,217)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19149 color. Also use rgb(177,145,73) instead hex code.

Text Font Color

.myTextColor { color: #B19149; }

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

This text font color is #B19149.


Background Color

.myBgColor { background-color: #B19149; }

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

This div background color is #B19149.


Border color

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

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

This div border color is #B19149.


Opacity

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

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

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

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

This text has shadow with #B19149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19149 on black background.


Color preview on white background

This text has color #B19149 on white background.



Black color preview on #B19149 background

This text has black color on #B19149 background.


White color preview on #B19149 background

This text has white color on #B19149 background.