COLOR #B79516

HEX: #B79516
RGB: (183,149,22)

Color info

#B79516 contains mainly red and green colors. Web safe color of #B79516 is #CC9900 (or #C90).

RGB color model

#B79516 color RGB value is (183,149,22).

  • red value is 183;
  • green value is 149;
  • blue value is 22.
RGB:
(183,149,22)
(72%,58%,9%)

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 22 of 255 = 9%

183
149
22

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

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 22 = 354 (100%)
R 183 of 354 ~ 51.69%
G 149 of 354 ~ 42.09%
B 22 of 354 ~ 6.21%

%51.69
%42.09

CMYK color model

#B79516 color CMYK value is (0,19,88,28).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 87.98%
  • key color value is 28.24%
CMYK:
(0,19,88,28)
C0M19Y88K28 
(0%,19%,88%,28%)
(0.00/0.19/0.88/0.28)	

CMYK percentages

%0
%18.58
%87.98
%28.24

Codes

Color #B79516 in popluar color models

B79516
RGB18314922
HSL47°78.54%40.20%
HSB/HSV47°87.98%71.76%
CMYK0.00%18.58%87.98%
28.24%

Color #B79516 in popluar number systems.

HEXB79516
Decimal18314922
Binary101101111001010110110
Octal26722526

Shades and tints

Shades of #B79516

#B79516
(183,149,22)
#A78814
(167,136,20)
#977B12
(151,123,18)
#876E10
(135,110,16)
#77610E
(119,97,14)
#67540C
(103,84,12)
#57470A
(87,71,10)
#473A08
(71,58,8)
#372D06
(55,45,6)
#272004
(39,32,4)
#171302
(23,19,2)
#000000
(0,0,0)

Tints of #B79516

#B79516
(183,149,22)
#BD9E2B
(189,158,43)
#C3A740
(195,167,64)
#C9B055
(201,176,85)
#CFB96A
(207,185,106)
#D5C27F
(213,194,127)
#DBCB94
(219,203,148)
#E1D4A9
(225,212,169)
#E7DDBE
(231,221,190)
#EDE6D3
(237,230,211)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79516 color. Also use rgb(183,149,22) instead hex code.

Text Font Color

.myTextColor { color: #B79516; }

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

This text font color is #B79516.


Background Color

.myBgColor { background-color: #B79516; }

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

This div background color is #B79516.


Border color

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

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

This div border color is #B79516.


Opacity

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

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

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

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

This text has shadow with #B79516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79516 on black background.


Color preview on white background

This text has color #B79516 on white background.



Black color preview on #B79516 background

This text has black color on #B79516 background.


White color preview on #B79516 background

This text has white color on #B79516 background.