COLOR #B19B26

HEX: #B19B26
RGB: (177,155,38)

Color info

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

RGB color model

#B19B26 color RGB value is (177,155,38).

  • red value is 177;
  • green value is 155;
  • blue value is 38.
RGB:
(177,155,38)
(69%,61%,15%)

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 38 of 255 = 15%

177
155
38

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

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 38 = 370 (100%)
R 177 of 370 ~ 47.84%
G 155 of 370 ~ 41.89%
B 38 of 370 ~ 10.27%

%47.84
%41.89
%10.27

CMYK color model

#B19B26 color CMYK value is (0,12,79,31).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 78.53%
  • key color value is 30.59%
CMYK:
(0,12,79,31)
C0M12Y79K31 
(0%,12%,79%,31%)
(0.00/0.12/0.79/0.31)	

CMYK percentages

%0
%12.43
%78.53
%30.59

Codes

Color #B19B26 in popluar color models

B19B26
RGB17715538
HSL51°64.65%42.16%
HSB/HSV51°78.53%69.41%
CMYK0.00%12.43%78.53%
30.59%

Color #B19B26 in popluar number systems.

HEXB19B26
Decimal17715538
Binary1011000110011011100110
Octal26123346

Shades and tints

Shades of #B19B26

#B19B26
(177,155,38)
#A18D23
(161,141,35)
#917F20
(145,127,32)
#81711D
(129,113,29)
#71631A
(113,99,26)
#615517
(97,85,23)
#514714
(81,71,20)
#413911
(65,57,17)
#312B0E
(49,43,14)
#211D0B
(33,29,11)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #B19B26

#B19B26
(177,155,38)
#B8A439
(184,164,57)
#BFAD4C
(191,173,76)
#C6B65F
(198,182,95)
#CDBF72
(205,191,114)
#D4C885
(212,200,133)
#DBD198
(219,209,152)
#E2DAAB
(226,218,171)
#E9E3BE
(233,227,190)
#F0ECD1
(240,236,209)
#F7F5E4
(247,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19B26 color. Also use rgb(177,155,38) instead hex code.

Text Font Color

.myTextColor { color: #B19B26; }

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

This text font color is #B19B26.


Background Color

.myBgColor { background-color: #B19B26; }

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

This div background color is #B19B26.


Border color

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

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

This div border color is #B19B26.


Opacity

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

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

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

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

This text has shadow with #B19B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19B26 on black background.


Color preview on white background

This text has color #B19B26 on white background.



Black color preview on #B19B26 background

This text has black color on #B19B26 background.


White color preview on #B19B26 background

This text has white color on #B19B26 background.