COLOR #B19D29

HEX: #B19D29
RGB: (177,157,41)

Color info

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

RGB color model

#B19D29 color RGB value is (177,157,41).

  • red value is 177;
  • green value is 157;
  • blue value is 41.
RGB:
(177,157,41)
(69%,62%,16%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 41 of 255 = 16%

177
157
41

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

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 41 = 375 (100%)
R 177 of 375 ~ 47.2%
G 157 of 375 ~ 41.87%
B 41 of 375 ~ 10.93%

%47.2
%41.87
%10.93

CMYK color model

#B19D29 color CMYK value is (0,11,77,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 76.84%
  • key color value is 30.59%
CMYK:
(0,11,77,31)
C0M11Y77K31 
(0%,11%,77%,31%)
(0.00/0.11/0.77/0.31)	

CMYK percentages

%0
%11.3
%76.84
%30.59

Codes

Color #B19D29 in popluar color models

B19D29
RGB17715741
HSL51°62.39%42.75%
HSB/HSV51°76.84%69.41%
CMYK0.00%11.30%76.84%
30.59%

Color #B19D29 in popluar number systems.

HEXB19D29
Decimal17715741
Binary1011000110011101101001
Octal26123551

Shades and tints

Shades of #B19D29

#B19D29
(177,157,41)
#A18F26
(161,143,38)
#918123
(145,129,35)
#817320
(129,115,32)
#71651D
(113,101,29)
#61571A
(97,87,26)
#514917
(81,73,23)
#413B14
(65,59,20)
#312D11
(49,45,17)
#211F0E
(33,31,14)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #B19D29

#B19D29
(177,157,41)
#B8A53C
(184,165,60)
#BFAD4F
(191,173,79)
#C6B562
(198,181,98)
#CDBD75
(205,189,117)
#D4C588
(212,197,136)
#DBCD9B
(219,205,155)
#E2D5AE
(226,213,174)
#E9DDC1
(233,221,193)
#F0E5D4
(240,229,212)
#F7EDE7
(247,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19D29 color. Also use rgb(177,157,41) instead hex code.

Text Font Color

.myTextColor { color: #B19D29; }

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

This text font color is #B19D29.


Background Color

.myBgColor { background-color: #B19D29; }

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

This div background color is #B19D29.


Border color

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

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

This div border color is #B19D29.


Opacity

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

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

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

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

This text has shadow with #B19D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19D29 on black background.


Color preview on white background

This text has color #B19D29 on white background.



Black color preview on #B19D29 background

This text has black color on #B19D29 background.


White color preview on #B19D29 background

This text has white color on #B19D29 background.