COLOR #B79A60

HEX: #B79A60
RGB: (183,154,96)

Color info

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

RGB color model

#B79A60 color RGB value is (183,154,96).

  • red value is 183;
  • green value is 154;
  • blue value is 96.
RGB:
(183,154,96)
(72%,60%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 96 of 255 = 38%

183
154
96

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

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 96 = 433 (100%)
R 183 of 433 ~ 42.26%
G 154 of 433 ~ 35.57%
B 96 of 433 ~ 22.17%

%42.26
%35.57
%22.17

CMYK color model

#B79A60 color CMYK value is (0,16,48,28).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK:
(0,16,48,28)
C0M16Y48K28 
(0%,16%,48%,28%)
(0.00/0.16/0.48/0.28)	

CMYK percentages

%0
%15.85
%47.54
%28.24

Codes

Color #B79A60 in popluar color models

B79A60
RGB18315496
HSL40°37.66%54.71%
HSB/HSV40°47.54%71.76%
CMYK0.00%15.85%47.54%
28.24%

Color #B79A60 in popluar number systems.

HEXB79A60
Decimal18315496
Binary10110111100110101100000
Octal267232140

Shades and tints

Shades of #B79A60

#B79A60
(183,154,96)
#A78C58
(167,140,88)
#977E50
(151,126,80)
#877048
(135,112,72)
#776240
(119,98,64)
#675438
(103,84,56)
#574630
(87,70,48)
#473828
(71,56,40)
#372A20
(55,42,32)
#271C18
(39,28,24)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B79A60

#B79A60
(183,154,96)
#BDA36E
(189,163,110)
#C3AC7C
(195,172,124)
#C9B58A
(201,181,138)
#CFBE98
(207,190,152)
#D5C7A6
(213,199,166)
#DBD0B4
(219,208,180)
#E1D9C2
(225,217,194)
#E7E2D0
(231,226,208)
#EDEBDE
(237,235,222)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79A60 color. Also use rgb(183,154,96) instead hex code.

Text Font Color

.myTextColor { color: #B79A60; }

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

This text font color is #B79A60.


Background Color

.myBgColor { background-color: #B79A60; }

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

This div background color is #B79A60.


Border color

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

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

This div border color is #B79A60.


Opacity

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

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

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

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

This text has shadow with #B79A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79A60 on black background.


Color preview on white background

This text has color #B79A60 on white background.



Black color preview on #B79A60 background

This text has black color on #B79A60 background.


White color preview on #B79A60 background

This text has white color on #B79A60 background.