COLOR #B08356

HEX: #B08356
RGB: (176,131,86)

Color info

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

RGB color model

#B08356 color RGB value is (176,131,86).

  • red value is 176;
  • green value is 131;
  • blue value is 86.
RGB:
(176,131,86)
(69%,51%,34%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 86 of 255 = 34%

176
131
86

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

Portions of RGB colors in percentages

R + G + B =
176 + 131 + 86 = 393 (100%)
R 176 of 393 ~ 44.78%
G 131 of 393 ~ 33.33%
B 86 of 393 ~ 21.88%

%44.78
%33.33
%21.88

CMYK color model

#B08356 color CMYK value is (0,26,51,31).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(0,26,51,31)
C0M26Y51K31 
(0%,26%,51%,31%)
(0.00/0.26/0.51/0.31)	

CMYK percentages

%0
%25.57
%51.14
%30.98

Codes

Color #B08356 in popluar color models

B08356
RGB17613186
HSL30°36.29%51.37%
HSB/HSV30°51.14%69.02%
CMYK0.00%25.57%51.14%
30.98%

Color #B08356 in popluar number systems.

HEXB08356
Decimal17613186
Binary10110000100000111010110
Octal260203126

Shades and tints

Shades of #B08356

#B08356
(176,131,86)
#A0784F
(160,120,79)
#906D48
(144,109,72)
#806241
(128,98,65)
#70573A
(112,87,58)
#604C33
(96,76,51)
#50412C
(80,65,44)
#403625
(64,54,37)
#302B1E
(48,43,30)
#202017
(32,32,23)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #B08356

#B08356
(176,131,86)
#B78E65
(183,142,101)
#BE9974
(190,153,116)
#C5A483
(197,164,131)
#CCAF92
(204,175,146)
#D3BAA1
(211,186,161)
#DAC5B0
(218,197,176)
#E1D0BF
(225,208,191)
#E8DBCE
(232,219,206)
#EFE6DD
(239,230,221)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08356 color. Also use rgb(176,131,86) instead hex code.

Text Font Color

.myTextColor { color: #B08356; }

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

This text font color is #B08356.


Background Color

.myBgColor { background-color: #B08356; }

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

This div background color is #B08356.


Border color

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

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

This div border color is #B08356.


Opacity

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

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

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

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

This text has shadow with #B08356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08356 on black background.


Color preview on white background

This text has color #B08356 on white background.



Black color preview on #B08356 background

This text has black color on #B08356 background.


White color preview on #B08356 background

This text has white color on #B08356 background.