COLOR #B79D8C

HEX: #B79D8C
RGB: (183,157,140)

Color info

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

RGB color model

#B79D8C color RGB value is (183,157,140).

  • red value is 183;
  • green value is 157;
  • blue value is 140.
RGB:
(183,157,140)
(72%,62%,55%)

RGB channels and saturation

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

183
157
140

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

Portions of RGB colors in percentages

R + G + B =
183 + 157 + 140 = 480 (100%)
R 183 of 480 ~ 38.13%
G 157 of 480 ~ 32.71%
B 140 of 480 ~ 29.17%

%38.13
%32.71
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 23.50%
  • 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
%23.5
%28.24

Codes

Color #B79D8C in popluar color models

B79D8C
RGB183157140
HSL24°22.99%63.33%
HSB/HSV24°23.50%71.76%
CMYK0.00%14.21%23.50%
28.24%

Color #B79D8C in popluar number systems.

HEXB79D8C
Decimal183157140
Binary101101111001110110001100
Octal267235214

Shades and tints

Shades of #B79D8C

#B79D8C
(183,157,140)
#A78F80
(167,143,128)
#978174
(151,129,116)
#877368
(135,115,104)
#77655C
(119,101,92)
#675750
(103,87,80)
#574944
(87,73,68)
#473B38
(71,59,56)
#372D2C
(55,45,44)
#271F20
(39,31,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B79D8C

#B79D8C
(183,157,140)
#BDA596
(189,165,150)
#C3ADA0
(195,173,160)
#C9B5AA
(201,181,170)
#CFBDB4
(207,189,180)
#D5C5BE
(213,197,190)
#DBCDC8
(219,205,200)
#E1D5D2
(225,213,210)
#E7DDDC
(231,221,220)
#EDE5E6
(237,229,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79D8C; }

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

This text font color is #B79D8C.


Background Color

.myBgColor { background-color: #B79D8C; }

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

This div background color is #B79D8C.


Border color

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

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

This div border color is #B79D8C.


Opacity

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

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

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

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

This text has shadow with #B79D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79D8C on black background.


Color preview on white background

This text has color #B79D8C on white background.



Black color preview on #B79D8C background

This text has black color on #B79D8C background.


White color preview on #B79D8C background

This text has white color on #B79D8C background.