COLOR #B79A76

HEX: #B79A76
RGB: (183,154,118)

Color info

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

RGB color model

#B79A76 color RGB value is (183,154,118).

  • red value is 183;
  • green value is 154;
  • blue value is 118.
RGB: (183,154,118) (72%,60%,46%)

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 118 of 255 = 46%

183
154
118

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

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 118 = 455 (100%)
R 183 of 455 ~ 40.22%
G 154 of 455 ~ 33.85%
B 118 of 455 ~ 25.93%

%40.22
%33.85
%25.93

CMYK color model

#B79A76 color CMYK value is (0,16,36,28).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK: (0,16,36,28) C0M16Y36K28 (0%,16%,36%,28%) (0.00/0.16/0.36/0.28)

CMYK percentages

%0
%15.85
%35.52
%28.24

Codes

Color #B79A76 in popluar color models

B79A76
RGB183154118
HSL33°31.10%59.02%
HSB/HSV33°35.52%71.76%
CMYK0.00%15.85%35.52%
28.24%

Color #B79A76 in popluar number systems.

HEXB79A76
Decimal183154118
Binary10110111100110101110110
Octal267232166

Shades and tints

Shades of #B79A76

#B79A76
(183,154,118)
#A78C6C
(167,140,108)
#977E62
(151,126,98)
#877058
(135,112,88)
#77624E
(119,98,78)
#675444
(103,84,68)
#57463A
(87,70,58)
#473830
(71,56,48)
#372A26
(55,42,38)
#271C1C
(39,28,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #B79A76

#B79A76
(183,154,118)
#BDA382
(189,163,130)
#C3AC8E
(195,172,142)
#C9B59A
(201,181,154)
#CFBEA6
(207,190,166)
#D5C7B2
(213,199,178)
#DBD0BE
(219,208,190)
#E1D9CA
(225,217,202)
#E7E2D6
(231,226,214)
#EDEBE2
(237,235,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79A76 color. Also use rgb(183,154,118) instead hex code.

Text Font Color

.myTextColor { color: #B79A76; }

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

This text font color is #B79A76.


Background Color

.myBgColor { background-color: #B79A76; }

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

This div background color is #B79A76.


Border color

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

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

This div border color is #B79A76.


Opacity

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

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

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

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

This text has shadow with #B79A76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B79A76 on black background.


Color preview on white background

This text has color #B79A76 on white background.



Black color preview on #B79A76 background

This text has black color on #B79A76 background.


White color preview on #B79A76 background

This text has white color on #B79A76 background.