COLOR #B36A28

HEX: #B36A28
RGB: (179,106,40)

Color info

#B36A28 contains mainly red color. Web safe color of #B36A28 is #996633 (or #963).

RGB color model

#B36A28 color RGB value is (179,106,40).

  • red value is 179;
  • green value is 106;
  • blue value is 40.
RGB:
(179,106,40)
(70%,42%,16%)

RGB channels and saturation

R 179 of 255 = 70%
G 106 of 255 = 42%
B 40 of 255 = 16%

179
106
40

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

Portions of RGB colors in percentages

R + G + B =
179 + 106 + 40 = 325 (100%)
R 179 of 325 ~ 55.08%
G 106 of 325 ~ 32.62%
B 40 of 325 ~ 12.31%

%55.08
%32.62
%12.31

CMYK color model

#B36A28 color CMYK value is (0,41,78,30).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 77.65%
  • key color value is 29.80%
CMYK:
(0,41,78,30)
C0M41Y78K30 
(0%,41%,78%,30%)
(0.00/0.41/0.78/0.30)	

CMYK percentages

%0
%40.78
%77.65
%29.8

Codes

Color #B36A28 in popluar color models

B36A28
RGB17910640
HSL28°63.47%42.94%
HSB/HSV28°77.65%70.20%
CMYK0.00%40.78%77.65%
29.80%

Color #B36A28 in popluar number systems.

HEXB36A28
Decimal17910640
Binary101100111101010101000
Octal26315250

Shades and tints

Shades of #B36A28

#B36A28
(179,106,40)
#A36125
(163,97,37)
#935822
(147,88,34)
#834F1F
(131,79,31)
#73461C
(115,70,28)
#633D19
(99,61,25)
#533416
(83,52,22)
#432B13
(67,43,19)
#332210
(51,34,16)
#23190D
(35,25,13)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #B36A28

#B36A28
(179,106,40)
#B9773B
(185,119,59)
#BF844E
(191,132,78)
#C59161
(197,145,97)
#CB9E74
(203,158,116)
#D1AB87
(209,171,135)
#D7B89A
(215,184,154)
#DDC5AD
(221,197,173)
#E3D2C0
(227,210,192)
#E9DFD3
(233,223,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36A28 color. Also use rgb(179,106,40) instead hex code.

Text Font Color

.myTextColor { color: #B36A28; }

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

This text font color is #B36A28.


Background Color

.myBgColor { background-color: #B36A28; }

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

This div background color is #B36A28.


Border color

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

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

This div border color is #B36A28.


Opacity

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

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

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

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

This text has shadow with #B36A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36A28 on black background.


Color preview on white background

This text has color #B36A28 on white background.



Black color preview on #B36A28 background

This text has black color on #B36A28 background.


White color preview on #B36A28 background

This text has white color on #B36A28 background.