COLOR #B08D79

HEX: #B08D79 RGB: (176,141,121)

Color info

#B08D79 contains red, green and blue colors in about the same proportion. Web safe color of #B08D79 is #999966 (or #996).

RGB color model

#B08D79 color RGB value is (176,141,121).

RGB: (176,141,121) (69%, 55%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 121 of 255 = 47%

176
141
121

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

Portions of RGB colors in percentages

R + G + B = 176 + 141 + 121 = 438 (100%)
R 176 of 438 ~ 40.18%
G 141 of 438 ~ 32.19%
B 121 of 438 ~ 27.63'%

%40.18
%32.19
%27.63

CMYK color model

#B08D79 color CMYK value is (0,20,31,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 31.25%
  • key color value is 30.98%

CMYK: (0,20,31,31)
C0M20Y31K31 (0%, 20%, 31%, 31%)
(0.00 / 0.20 / 0.31 / 0.31)

CMYK percentages

%0
%19.89
%31.25
%30.98

Codes

Color #B08D79 in popluar color models

B0 8D 79
RGB 176 141 121
HSL 22° 25.82% 58.24%
HSB/HSV 22° 31.25% 69.02%
CMYK 0.00% 19.89% 31.25%
30.98%

Color #B08D79 in popluar number systems.

HEX B0 8D 79
Decimal 176 141 121
Binary 10110000 10001101 1111001
Octal 260 215 171

Shades and tints

Shades of #B08D79

#B08D79
(176,141,121)
#A0816E
(160,129,110)
#907563
(144,117,99)
#806958
(128,105,88)
#705D4D
(112,93,77)
#605142
(96,81,66)
#504537
(80,69,55)
#40392C
(64,57,44)
#302D21
(48,45,33)
#202116
(32,33,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #B08D79

#B08D79
(176,141,121)
#B79785
(183,151,133)
#BEA191
(190,161,145)
#C5AB9D
(197,171,157)
#CCB5A9
(204,181,169)
#D3BFB5
(211,191,181)
#DAC9C1
(218,201,193)
#E1D3CD
(225,211,205)
#E8DDD9
(232,221,217)
#EFE7E5
(239,231,229)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08D79 color. Also use rgb(176,141,121) instead hex code.

Text Font Color

.myTextColor { color: #B08D79; }

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

This text font color is #B08D79.

Background Color

.myBgColor { background-color: #B08D79; }

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

This div background color is #B08D79.

Border color

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

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

This div border color is #B08D79.

Opacity

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

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

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

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

This text has shadow with #B08D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08D79.

Preview

Color preview on black background

This text has color #B08D79 on black background.


Color preview on white background

This text has color #B08D79 on white background.


Black color preview on #B08D79 background

This text has black color on #B08D79 background.


White color preview on #B08D79 background

This text has white color on #B08D79 background.


Related colors

Complementary color

Complementary color for #hex is #4F7286.


I love getcolorcode.com

Triadic colors

1 #79B08D and #8D79B0 with #B08D79 are triadic colors.

2 #798DB0 and #8DB079 with #B08D79 are triadic colors.