COLOR #B79D4E

HEX: #B79D4E
RGB: (183,157,78)

Color info

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

RGB color model

#B79D4E color RGB value is (183,157,78).

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

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 78 of 255 = 31%

183
157
78

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

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 78 = 418 (100%)
R 183 of 418 ~ 43.78%
G 157 of 418 ~ 37.56%
B 78 of 418 ~ 18.66%

%43.78
%37.56
%18.66

CMYK color model

#B79D4E color CMYK value is (0,14,57,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 57.38%
  • key color value is 28.24%
CMYK:
(0,14,57,28)
C0M14Y57K28 
(0%,14%,57%,28%)
(0.00/0.14/0.57/0.28)	

CMYK percentages

%0
%14.21
%57.38
%28.24

Codes

Color #B79D4E in popluar color models

B79D4E
RGB18315778
HSL45°42.17%51.18%
HSB/HSV45°57.38%71.76%
CMYK0.00%14.21%57.38%
28.24%

Color #B79D4E in popluar number systems.

HEXB79D4E
Decimal18315778
Binary10110111100111011001110
Octal267235116

Shades and tints

Shades of #B79D4E

#B79D4E
(183,157,78)
#A78F47
(167,143,71)
#978140
(151,129,64)
#877339
(135,115,57)
#776532
(119,101,50)
#67572B
(103,87,43)
#574924
(87,73,36)
#473B1D
(71,59,29)
#372D16
(55,45,22)
#271F0F
(39,31,15)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #B79D4E

#B79D4E
(183,157,78)
#BDA55E
(189,165,94)
#C3AD6E
(195,173,110)
#C9B57E
(201,181,126)
#CFBD8E
(207,189,142)
#D5C59E
(213,197,158)
#DBCDAE
(219,205,174)
#E1D5BE
(225,213,190)
#E7DDCE
(231,221,206)
#EDE5DE
(237,229,222)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79D4E; }

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

This text font color is #B79D4E.


Background Color

.myBgColor { background-color: #B79D4E; }

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

This div background color is #B79D4E.


Border color

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

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

This div border color is #B79D4E.


Opacity

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

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

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

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

This text has shadow with #B79D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79D4E on black background.


Color preview on white background

This text has color #B79D4E on white background.



Black color preview on #B79D4E background

This text has black color on #B79D4E background.


White color preview on #B79D4E background

This text has white color on #B79D4E background.