COLOR #B79D4A

HEX: #B79D4A
RGB: (183,157,74)

Color info

#B79D4A contains mainly red and green colors. Web safe color of #B79D4A is #CC9933 (or #C93).

RGB color model

#B79D4A color RGB value is (183,157,74).

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

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 74 of 255 = 29%

183
157
74

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

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 74 = 414 (100%)
R 183 of 414 ~ 44.2%
G 157 of 414 ~ 37.92%
B 74 of 414 ~ 17.87%

%44.2
%37.92
%17.87

CMYK color model

#B79D4A color CMYK value is (0,14,60,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 59.56%
  • key color value is 28.24%
CMYK:
(0,14,60,28)
C0M14Y60K28 
(0%,14%,60%,28%)
(0.00/0.14/0.60/0.28)	

CMYK percentages

%0
%14.21
%59.56
%28.24

Codes

Color #B79D4A in popluar color models

B79D4A
RGB18315774
HSL46°43.08%50.39%
HSB/HSV46°59.56%71.76%
CMYK0.00%14.21%59.56%
28.24%

Color #B79D4A in popluar number systems.

HEXB79D4A
Decimal18315774
Binary10110111100111011001010
Octal267235112

Shades and tints

Shades of #B79D4A

#B79D4A
(183,157,74)
#A78F44
(167,143,68)
#97813E
(151,129,62)
#877338
(135,115,56)
#776532
(119,101,50)
#67572C
(103,87,44)
#574926
(87,73,38)
#473B20
(71,59,32)
#372D1A
(55,45,26)
#271F14
(39,31,20)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #B79D4A

#B79D4A
(183,157,74)
#BDA55A
(189,165,90)
#C3AD6A
(195,173,106)
#C9B57A
(201,181,122)
#CFBD8A
(207,189,138)
#D5C59A
(213,197,154)
#DBCDAA
(219,205,170)
#E1D5BA
(225,213,186)
#E7DDCA
(231,221,202)
#EDE5DA
(237,229,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79D4A; }

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

This text font color is #B79D4A.


Background Color

.myBgColor { background-color: #B79D4A; }

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

This div background color is #B79D4A.


Border color

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

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

This div border color is #B79D4A.


Opacity

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

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

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

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

This text has shadow with #B79D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79D4A on black background.


Color preview on white background

This text has color #B79D4A on white background.



Black color preview on #B79D4A background

This text has black color on #B79D4A background.


White color preview on #B79D4A background

This text has white color on #B79D4A background.