COLOR #B79C74

HEX: #B79C74 RGB: (183,156,116)

Color info

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

RGB color model

#B79C74 color RGB value is (183,156,116).

RGB: (183,156,116) (72%, 61%, 45%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 116 of 255 = 45%

183
156
116

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

Portions of RGB colors in percentages

R + G + B = 183 + 156 + 116 = 455 (100%)
R 183 of 455 ~ 40.22%
G 156 of 455 ~ 34.29%
B 116 of 455 ~ 25.49'%

%40.22
%34.29
%25.49

CMYK color model

#B79C74 color CMYK value is (0,15,37,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 36.61%
  • key color value is 28.24%

CMYK: (0,15,37,28)
C0M15Y37K28 (0%, 15%, 37%, 28%)
(0.00 / 0.15 / 0.37 / 0.28)

CMYK percentages

%0
%14.75
%36.61
%28.24

Codes

Color #B79C74 in popluar color models

B7 9C 74
RGB 183 156 116
HSL 36° 31.75% 58.63%
HSB/HSV 36° 36.61% 71.76%
CMYK 0.00% 14.75% 36.61%
28.24%

Color #B79C74 in popluar number systems.

HEX B7 9C 74
Decimal 183 156 116
Binary 10110111 10011100 1110100
Octal 267 234 164

Shades and tints

Shades of #B79C74

#B79C74
(183,156,116)
#A78E6A
(167,142,106)
#978060
(151,128,96)
#877256
(135,114,86)
#77644C
(119,100,76)
#675642
(103,86,66)
#574838
(87,72,56)
#473A2E
(71,58,46)
#372C24
(55,44,36)
#271E1A
(39,30,26)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #B79C74

#B79C74
(183,156,116)
#BDA580
(189,165,128)
#C3AE8C
(195,174,140)
#C9B798
(201,183,152)
#CFC0A4
(207,192,164)
#D5C9B0
(213,201,176)
#DBD2BC
(219,210,188)
#E1DBC8
(225,219,200)
#E7E4D4
(231,228,212)
#EDEDE0
(237,237,224)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79C74; }

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

This text font color is #B79C74.

Background Color

.myBgColor { background-color: #B79C74; }

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

This div background color is #B79C74.

Border color

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

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

This div border color is #B79C74.

Opacity

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

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

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

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

This text has shadow with #B79C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79C74.

Preview

Color preview on black background

This text has color #B79C74 on black background.


Color preview on white background

This text has color #B79C74 on white background.


Black color preview on #B79C74 background

This text has black color on #B79C74 background.


White color preview on #B79C74 background

This text has white color on #B79C74 background.


Related colors

Complementary color

Complementary color for #hex is #48638B.


I love getcolorcode.com

Triadic colors

1 #74B79C and #9C74B7 with #B79C74 are triadic colors.

2 #749CB7 and #9CB774 with #B79C74 are triadic colors.