COLOR #B36A41

HEX: #B36A41
RGB: (179,106,65)

Color info

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

RGB color model

#B36A41 color RGB value is (179,106,65).

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

RGB channels and saturation

R 179 of 255 = 70%
G 106 of 255 = 42%
B 65 of 255 = 25%

179
106
65

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

Portions of RGB colors in percentages

R + G + B =
179 + 106 + 65 = 350 (100%)
R 179 of 350 ~ 51.14%
G 106 of 350 ~ 30.29%
B 65 of 350 ~ 18.57%

%51.14
%30.29
%18.57

CMYK color model

#B36A41 color CMYK value is (0,41,64,30).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 63.69%
  • key color value is 29.80%
CMYK:
(0,41,64,30)
C0M41Y64K30 
(0%,41%,64%,30%)
(0.00/0.41/0.64/0.30)	

CMYK percentages

%0
%40.78
%63.69
%29.8

Codes

Color #B36A41 in popluar color models

B36A41
RGB17910665
HSL22°46.72%47.84%
HSB/HSV22°63.69%70.20%
CMYK0.00%40.78%63.69%
29.80%

Color #B36A41 in popluar number systems.

HEXB36A41
Decimal17910665
Binary1011001111010101000001
Octal263152101

Shades and tints

Shades of #B36A41

#B36A41
(179,106,65)
#A3613C
(163,97,60)
#935837
(147,88,55)
#834F32
(131,79,50)
#73462D
(115,70,45)
#633D28
(99,61,40)
#533423
(83,52,35)
#432B1E
(67,43,30)
#332219
(51,34,25)
#231914
(35,25,20)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #B36A41

#B36A41
(179,106,65)
#B97752
(185,119,82)
#BF8463
(191,132,99)
#C59174
(197,145,116)
#CB9E85
(203,158,133)
#D1AB96
(209,171,150)
#D7B8A7
(215,184,167)
#DDC5B8
(221,197,184)
#E3D2C9
(227,210,201)
#E9DFDA
(233,223,218)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36A41; }

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

This text font color is #B36A41.


Background Color

.myBgColor { background-color: #B36A41; }

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

This div background color is #B36A41.


Border color

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

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

This div border color is #B36A41.


Opacity

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

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

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

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

This text has shadow with #B36A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36A41 on black background.


Color preview on white background

This text has color #B36A41 on white background.



Black color preview on #B36A41 background

This text has black color on #B36A41 background.


White color preview on #B36A41 background

This text has white color on #B36A41 background.