COLOR #B79C8A

HEX: #B79C8A RGB: (183,156,138)

Color info

#B79C8A contains red, green and blue colors in about the same proportion. Web safe color of #B79C8A is #CC9999 (or #C99).

RGB color model

#B79C8A color RGB value is (183,156,138).

RGB: (183,156,138) (72%, 61%, 54%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 138 of 255 = 54%

183
156
138

R + G + B ~ 62%. #B79C8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 156 + 138 = 477 (100%)
R 183 of 477 ~ 38.36%
G 156 of 477 ~ 32.7%
B 138 of 477 ~ 28.93'%

%38.36
%32.7
%28.93

CMYK color model

#B79C8A color CMYK value is (0,15,25,28).

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

CMYK: (0,15,25,28)
C0M15Y25K28 (0%, 15%, 25%, 28%)
(0.00 / 0.15 / 0.25 / 0.28)

CMYK percentages

%0
%14.75
%24.59
%28.24

Codes

Color #B79C8A in popluar color models

B7 9C 8A
RGB 183 156 138
HSL 24° 23.81% 62.94%
HSB/HSV 24° 24.59% 71.76%
CMYK 0.00% 14.75% 24.59%
28.24%

Color #B79C8A in popluar number systems.

HEX B7 9C 8A
Decimal 183 156 138
Binary 10110111 10011100 10001010
Octal 267 234 212

Shades and tints

Shades of #B79C8A

#B79C8A
(183,156,138)
#A78E7E
(167,142,126)
#978072
(151,128,114)
#877266
(135,114,102)
#77645A
(119,100,90)
#67564E
(103,86,78)
#574842
(87,72,66)
#473A36
(71,58,54)
#372C2A
(55,44,42)
#271E1E
(39,30,30)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #B79C8A

#B79C8A
(183,156,138)
#BDA594
(189,165,148)
#C3AE9E
(195,174,158)
#C9B7A8
(201,183,168)
#CFC0B2
(207,192,178)
#D5C9BC
(213,201,188)
#DBD2C6
(219,210,198)
#E1DBD0
(225,219,208)
#E7E4DA
(231,228,218)
#EDEDE4
(237,237,228)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79C8A; }

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

This text font color is #B79C8A.

Background Color

.myBgColor { background-color: #B79C8A; }

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

This div background color is #B79C8A.

Border color

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

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

This div border color is #B79C8A.

Opacity

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

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

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

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

This text has shadow with #B79C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79C8A.

Preview

Color preview on black background

This text has color #B79C8A on black background.


Color preview on white background

This text has color #B79C8A on white background.


Black color preview on #B79C8A background

This text has black color on #B79C8A background.


White color preview on #B79C8A background

This text has white color on #B79C8A background.


Related colors

Complementary color

Complementary color for #hex is #486375.


I love getcolorcode.com

Triadic colors

1 #8AB79C and #9C8AB7 with #B79C8A are triadic colors.

2 #8A9CB7 and #9CB78A with #B79C8A are triadic colors.