COLOR #B79D5E

HEX: #B79D5E
RGB: (183,157,94)

Color info

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

RGB color model

#B79D5E color RGB value is (183,157,94).

  • red value is 183;
  • green value is 157;
  • blue value is 94.
RGB:
(183,157,94)
(72%,62%,37%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 94 of 255 = 37%

183
157
94

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

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 94 = 434 (100%)
R 183 of 434 ~ 42.17%
G 157 of 434 ~ 36.18%
B 94 of 434 ~ 21.66%

%42.17
%36.18
%21.66

CMYK color model

#B79D5E color CMYK value is (0,14,49,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 48.63%
  • key color value is 28.24%
CMYK:
(0,14,49,28)
C0M14Y49K28 
(0%,14%,49%,28%)
(0.00/0.14/0.49/0.28)	

CMYK percentages

%0
%14.21
%48.63
%28.24

Codes

Color #B79D5E in popluar color models

B79D5E
RGB18315794
HSL42°38.20%54.31%
HSB/HSV42°48.63%71.76%
CMYK0.00%14.21%48.63%
28.24%

Color #B79D5E in popluar number systems.

HEXB79D5E
Decimal18315794
Binary10110111100111011011110
Octal267235136

Shades and tints

Shades of #B79D5E

#B79D5E
(183,157,94)
#A78F56
(167,143,86)
#97814E
(151,129,78)
#877346
(135,115,70)
#77653E
(119,101,62)
#675736
(103,87,54)
#57492E
(87,73,46)
#473B26
(71,59,38)
#372D1E
(55,45,30)
#271F16
(39,31,22)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #B79D5E

#B79D5E
(183,157,94)
#BDA56C
(189,165,108)
#C3AD7A
(195,173,122)
#C9B588
(201,181,136)
#CFBD96
(207,189,150)
#D5C5A4
(213,197,164)
#DBCDB2
(219,205,178)
#E1D5C0
(225,213,192)
#E7DDCE
(231,221,206)
#EDE5DC
(237,229,220)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79D5E color. Also use rgb(183,157,94) instead hex code.

Text Font Color

.myTextColor { color: #B79D5E; }

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

This text font color is #B79D5E.


Background Color

.myBgColor { background-color: #B79D5E; }

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

This div background color is #B79D5E.


Border color

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

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

This div border color is #B79D5E.


Opacity

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

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

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

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

This text has shadow with #B79D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79D5E on black background.


Color preview on white background

This text has color #B79D5E on white background.



Black color preview on #B79D5E background

This text has black color on #B79D5E background.


White color preview on #B79D5E background

This text has white color on #B79D5E background.