COLOR #B08D69

HEX: #B08D69
RGB: (176,141,105)

Color info

#B08D69 contains mainly red and green colors. Web safe color of #B08D69 is #999966 (or #996).

RGB color model

#B08D69 color RGB value is (176,141,105).

  • red value is 176;
  • green value is 141;
  • blue value is 105.
RGB:
(176,141,105)
(69%,55%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 105 of 255 = 41%

176
141
105

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 105 = 422 (100%)
R 176 of 422 ~ 41.71%
G 141 of 422 ~ 33.41%
B 105 of 422 ~ 24.88%

%41.71
%33.41
%24.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 40.34%
  • key color value is 30.98%
CMYK:
(0,20,40,31)
C0M20Y40K31 
(0%,20%,40%,31%)
(0.00/0.20/0.40/0.31)	

CMYK percentages

%0
%19.89
%40.34
%30.98

Codes

Color #B08D69 in popluar color models

B08D69
RGB176141105
HSL30°31.00%55.10%
HSB/HSV30°40.34%69.02%
CMYK0.00%19.89%40.34%
30.98%

Color #B08D69 in popluar number systems.

HEXB08D69
Decimal176141105
Binary10110000100011011101001
Octal260215151

Shades and tints

Shades of #B08D69

#B08D69
(176,141,105)
#A08160
(160,129,96)
#907557
(144,117,87)
#80694E
(128,105,78)
#705D45
(112,93,69)
#60513C
(96,81,60)
#504533
(80,69,51)
#40392A
(64,57,42)
#302D21
(48,45,33)
#202118
(32,33,24)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B08D69

#B08D69
(176,141,105)
#B79776
(183,151,118)
#BEA183
(190,161,131)
#C5AB90
(197,171,144)
#CCB59D
(204,181,157)
#D3BFAA
(211,191,170)
#DAC9B7
(218,201,183)
#E1D3C4
(225,211,196)
#E8DDD1
(232,221,209)
#EFE7DE
(239,231,222)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08D69; }

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

This text font color is #B08D69.


Background Color

.myBgColor { background-color: #B08D69; }

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

This div background color is #B08D69.


Border color

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

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

This div border color is #B08D69.


Opacity

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

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

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

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

This text has shadow with #B08D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08D69 on black background.


Color preview on white background

This text has color #B08D69 on white background.



Black color preview on #B08D69 background

This text has black color on #B08D69 background.


White color preview on #B08D69 background

This text has white color on #B08D69 background.