COLOR #B79667

HEX: #B79667 RGB: (183,150,103)

Color info

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

RGB color model

#B79667 color RGB value is (183,150,103).

RGB: (183,150,103) (72%, 59%, 40%)

RGB channels and saturation

R 183 of 255 = 72%
G 150 of 255 = 59%
B 103 of 255 = 40%

183
150
103

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

Portions of RGB colors in percentages

R + G + B = 183 + 150 + 103 = 436 (100%)
R 183 of 436 ~ 41.97%
G 150 of 436 ~ 34.4%
B 103 of 436 ~ 23.62'%

%41.97
%34.4
%23.62

CMYK color model

#B79667 color CMYK value is (0,18,44,28).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 43.72%
  • key color value is 28.24%

CMYK: (0,18,44,28)
C0M18Y44K28 (0%, 18%, 44%, 28%)
(0.00 / 0.18 / 0.44 / 0.28)

CMYK percentages

%0
%18.03
%43.72
%28.24

Codes

Color #B79667 in popluar color models

B7 96 67
RGB 183 150 103
HSL 35° 35.71% 56.08%
HSB/HSV 35° 43.72% 71.76%
CMYK 0.00% 18.03% 43.72%
28.24%

Color #B79667 in popluar number systems.

HEX B7 96 67
Decimal 183 150 103
Binary 10110111 10010110 1100111
Octal 267 226 147

Shades and tints

Shades of #B79667

#B79667
(183,150,103)
#A7895E
(167,137,94)
#977C55
(151,124,85)
#876F4C
(135,111,76)
#776243
(119,98,67)
#67553A
(103,85,58)
#574831
(87,72,49)
#473B28
(71,59,40)
#372E1F
(55,46,31)
#272116
(39,33,22)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #B79667

#B79667
(183,150,103)
#BD9F74
(189,159,116)
#C3A881
(195,168,129)
#C9B18E
(201,177,142)
#CFBA9B
(207,186,155)
#D5C3A8
(213,195,168)
#DBCCB5
(219,204,181)
#E1D5C2
(225,213,194)
#E7DECF
(231,222,207)
#EDE7DC
(237,231,220)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79667 color. Also use rgb(183,150,103) instead hex code.

Text Font Color

.myTextColor { color: #B79667; }

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

This text font color is #B79667.

Background Color

.myBgColor { background-color: #B79667; }

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

This div background color is #B79667.

Border color

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

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

This div border color is #B79667.

Opacity

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

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

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

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

This text has shadow with #B79667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79667.

Preview

Color preview on black background

This text has color #B79667 on black background.


Color preview on white background

This text has color #B79667 on white background.


Black color preview on #B79667 background

This text has black color on #B79667 background.


White color preview on #B79667 background

This text has white color on #B79667 background.


Related colors

Complementary color

Complementary color for #hex is #486998.


I love getcolorcode.com

Triadic colors

1 #67B796 and #9667B7 with #B79667 are triadic colors.

2 #6796B7 and #96B767 with #B79667 are triadic colors.