COLOR #B79B79

HEX: #B79B79
RGB: (183,155,121)

Color info

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

RGB color model

#B79B79 color RGB value is (183,155,121).

  • red value is 183;
  • green value is 155;
  • blue value is 121.
RGB:
(183,155,121)
(72%,61%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 155 of 255 = 61%
B 121 of 255 = 47%

183
155
121

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

Portions of RGB colors in percentages

R + G + B =
183 + 155 + 121 = 459 (100%)
R 183 of 459 ~ 39.87%
G 155 of 459 ~ 33.77%
B 121 of 459 ~ 26.36%

%39.87
%33.77
%26.36

CMYK color model

#B79B79 color CMYK value is (0,15,34,28).

  • cyan value is 0.00%
  • magenta value is 15.30%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(0,15,34,28)
C0M15Y34K28 
(0%,15%,34%,28%)
(0.00/0.15/0.34/0.28)	

CMYK percentages

%0
%15.3
%33.88
%28.24

Codes

Color #B79B79 in popluar color models

B79B79
RGB183155121
HSL33°30.10%59.61%
HSB/HSV33°33.88%71.76%
CMYK0.00%15.30%33.88%
28.24%

Color #B79B79 in popluar number systems.

HEXB79B79
Decimal183155121
Binary10110111100110111111001
Octal267233171

Shades and tints

Shades of #B79B79

#B79B79
(183,155,121)
#A78D6E
(167,141,110)
#977F63
(151,127,99)
#877158
(135,113,88)
#77634D
(119,99,77)
#675542
(103,85,66)
#574737
(87,71,55)
#47392C
(71,57,44)
#372B21
(55,43,33)
#271D16
(39,29,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #B79B79

#B79B79
(183,155,121)
#BDA485
(189,164,133)
#C3AD91
(195,173,145)
#C9B69D
(201,182,157)
#CFBFA9
(207,191,169)
#D5C8B5
(213,200,181)
#DBD1C1
(219,209,193)
#E1DACD
(225,218,205)
#E7E3D9
(231,227,217)
#EDECE5
(237,236,229)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79B79 color. Also use rgb(183,155,121) instead hex code.

Text Font Color

.myTextColor { color: #B79B79; }

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

This text font color is #B79B79.


Background Color

.myBgColor { background-color: #B79B79; }

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

This div background color is #B79B79.


Border color

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

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

This div border color is #B79B79.


Opacity

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

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

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

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

This text has shadow with #B79B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79B79 on black background.


Color preview on white background

This text has color #B79B79 on white background.



Black color preview on #B79B79 background

This text has black color on #B79B79 background.


White color preview on #B79B79 background

This text has white color on #B79B79 background.