COLOR #B79D8D

HEX: #B79D8D RGB: (183,157,141)

Color info

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

RGB color model

#B79D8D color RGB value is (183,157,141).

RGB: (183,157,141) (72%, 62%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 141 of 255 = 55%

183
157
141

R + G + B ~ 63%. #B79D8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 157 + 141 = 481 (100%)
R 183 of 481 ~ 38.05%
G 157 of 481 ~ 32.64%
B 141 of 481 ~ 29.31'%

%38.05
%32.64
%29.31

CMYK color model

#B79D8D color CMYK value is (0,14,23,28).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 22.95%
  • key color value is 28.24%

CMYK: (0,14,23,28)
C0M14Y23K28 (0%, 14%, 23%, 28%)
(0.00 / 0.14 / 0.23 / 0.28)

CMYK percentages

%0
%14.21
%22.95
%28.24

Codes

Color #B79D8D in popluar color models

B7 9D 8D
RGB 183 157 141
HSL 23° 22.58% 63.53%
HSB/HSV 23° 22.95% 71.76%
CMYK 0.00% 14.21% 22.95%
28.24%

Color #B79D8D in popluar number systems.

HEX B7 9D 8D
Decimal 183 157 141
Binary 10110111 10011101 10001101
Octal 267 235 215

Shades and tints

Shades of #B79D8D

#B79D8D
(183,157,141)
#A78F81
(167,143,129)
#978175
(151,129,117)
#877369
(135,115,105)
#77655D
(119,101,93)
#675751
(103,87,81)
#574945
(87,73,69)
#473B39
(71,59,57)
#372D2D
(55,45,45)
#271F21
(39,31,33)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #B79D8D

#B79D8D
(183,157,141)
#BDA597
(189,165,151)
#C3ADA1
(195,173,161)
#C9B5AB
(201,181,171)
#CFBDB5
(207,189,181)
#D5C5BF
(213,197,191)
#DBCDC9
(219,205,201)
#E1D5D3
(225,213,211)
#E7DDDD
(231,221,221)
#EDE5E7
(237,229,231)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79D8D; }

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

This text font color is #B79D8D.

Background Color

.myBgColor { background-color: #B79D8D; }

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

This div background color is #B79D8D.

Border color

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

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

This div border color is #B79D8D.

Opacity

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

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

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

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

This text has shadow with #B79D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79D8D.

Preview

Color preview on black background

This text has color #B79D8D on black background.


Color preview on white background

This text has color #B79D8D on white background.


Black color preview on #B79D8D background

This text has black color on #B79D8D background.


White color preview on #B79D8D background

This text has white color on #B79D8D background.


Related colors

Complementary color

Complementary color for #hex is #486272.


I love getcolorcode.com

Triadic colors

1 #8DB79D and #9D8DB7 with #B79D8D are triadic colors.

2 #8D9DB7 and #9DB78D with #B79D8D are triadic colors.