COLOR #B79C41

HEX: #B79C41
RGB: (183,156,65)

Color info

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

RGB color model

#B79C41 color RGB value is (183,156,65).

  • red value is 183;
  • green value is 156;
  • blue value is 65.
RGB:
(183,156,65)
(72%,61%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 65 of 255 = 25%

183
156
65

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

Portions of RGB colors in percentages

R + G + B =
183 + 156 + 65 = 404 (100%)
R 183 of 404 ~ 45.3%
G 156 of 404 ~ 38.61%
B 65 of 404 ~ 16.09%

%45.3
%38.61
%16.09

CMYK color model

#B79C41 color CMYK value is (0,15,64,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 64.48%
  • key color value is 28.24%
CMYK:
(0,15,64,28)
C0M15Y64K28 
(0%,15%,64%,28%)
(0.00/0.15/0.64/0.28)	

CMYK percentages

%0
%14.75
%64.48
%28.24

Codes

Color #B79C41 in popluar color models

B79C41
RGB18315665
HSL46°47.58%48.63%
HSB/HSV46°64.48%71.76%
CMYK0.00%14.75%64.48%
28.24%

Color #B79C41 in popluar number systems.

HEXB79C41
Decimal18315665
Binary10110111100111001000001
Octal267234101

Shades and tints

Shades of #B79C41

#B79C41
(183,156,65)
#A78E3C
(167,142,60)
#978037
(151,128,55)
#877232
(135,114,50)
#77642D
(119,100,45)
#675628
(103,86,40)
#574823
(87,72,35)
#473A1E
(71,58,30)
#372C19
(55,44,25)
#271E14
(39,30,20)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #B79C41

#B79C41
(183,156,65)
#BDA552
(189,165,82)
#C3AE63
(195,174,99)
#C9B774
(201,183,116)
#CFC085
(207,192,133)
#D5C996
(213,201,150)
#DBD2A7
(219,210,167)
#E1DBB8
(225,219,184)
#E7E4C9
(231,228,201)
#EDEDDA
(237,237,218)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79C41 color. Also use rgb(183,156,65) instead hex code.

Text Font Color

.myTextColor { color: #B79C41; }

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

This text font color is #B79C41.


Background Color

.myBgColor { background-color: #B79C41; }

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

This div background color is #B79C41.


Border color

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

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

This div border color is #B79C41.


Opacity

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

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

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

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

This text has shadow with #B79C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79C41 on black background.


Color preview on white background

This text has color #B79C41 on white background.



Black color preview on #B79C41 background

This text has black color on #B79C41 background.


White color preview on #B79C41 background

This text has white color on #B79C41 background.