COLOR #B08B4E

HEX: #B08B4E
RGB: (176,139,78)

Color info

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

RGB color model

#B08B4E color RGB value is (176,139,78).

  • red value is 176;
  • green value is 139;
  • blue value is 78.
RGB:
(176,139,78)
(69%,55%,31%)

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 78 of 255 = 31%

176
139
78

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

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 78 = 393 (100%)
R 176 of 393 ~ 44.78%
G 139 of 393 ~ 35.37%
B 78 of 393 ~ 19.85%

%44.78
%35.37
%19.85

CMYK color model

#B08B4E color CMYK value is (0,21,56,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 55.68%
  • key color value is 30.98%
CMYK:
(0,21,56,31)
C0M21Y56K31 
(0%,21%,56%,31%)
(0.00/0.21/0.56/0.31)	

CMYK percentages

%0
%21.02
%55.68
%30.98

Codes

Color #B08B4E in popluar color models

B08B4E
RGB17613978
HSL37°38.58%49.80%
HSB/HSV37°55.68%69.02%
CMYK0.00%21.02%55.68%
30.98%

Color #B08B4E in popluar number systems.

HEXB08B4E
Decimal17613978
Binary10110000100010111001110
Octal260213116

Shades and tints

Shades of #B08B4E

#B08B4E
(176,139,78)
#A07F47
(160,127,71)
#907340
(144,115,64)
#806739
(128,103,57)
#705B32
(112,91,50)
#604F2B
(96,79,43)
#504324
(80,67,36)
#40371D
(64,55,29)
#302B16
(48,43,22)
#201F0F
(32,31,15)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #B08B4E

#B08B4E
(176,139,78)
#B7955E
(183,149,94)
#BE9F6E
(190,159,110)
#C5A97E
(197,169,126)
#CCB38E
(204,179,142)
#D3BD9E
(211,189,158)
#DAC7AE
(218,199,174)
#E1D1BE
(225,209,190)
#E8DBCE
(232,219,206)
#EFE5DE
(239,229,222)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08B4E color. Also use rgb(176,139,78) instead hex code.

Text Font Color

.myTextColor { color: #B08B4E; }

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

This text font color is #B08B4E.


Background Color

.myBgColor { background-color: #B08B4E; }

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

This div background color is #B08B4E.


Border color

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

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

This div border color is #B08B4E.


Opacity

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

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

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

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

This text has shadow with #B08B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08B4E on black background.


Color preview on white background

This text has color #B08B4E on white background.



Black color preview on #B08B4E background

This text has black color on #B08B4E background.


White color preview on #B08B4E background

This text has white color on #B08B4E background.