COLOR #B36B3A

HEX: #B36B3A RGB: (179,107,58)

Color info

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

RGB color model

#B36B3A color RGB value is (179,107,58).

RGB: (179,107,58) (70%, 42%, 23%)

RGB channels and saturation

R 179 of 255 = 70%
G 107 of 255 = 42%
B 58 of 255 = 23%

179
107
58

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

Portions of RGB colors in percentages

R + G + B = 179 + 107 + 58 = 344 (100%)
R 179 of 344 ~ 52.03%
G 107 of 344 ~ 31.1%
B 58 of 344 ~ 16.86'%

%52.03
%31.1
%16.86

CMYK color model

#B36B3A color CMYK value is (0,40,68,30).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 67.60%
  • key color value is 29.80%

CMYK: (0,40,68,30)
C0M40Y68K30 (0%, 40%, 68%, 30%)
(0.00 / 0.40 / 0.68 / 0.30)

CMYK percentages

%0
%40.22
%67.6
%29.8

Codes

Color #B36B3A in popluar color models

B3 6B 3A
RGB 179 107 58
HSL 24° 51.05% 46.47%
HSB/HSV 24° 67.60% 70.20%
CMYK 0.00% 40.22% 67.60%
29.80%

Color #B36B3A in popluar number systems.

HEX B3 6B 3A
Decimal 179 107 58
Binary 10110011 1101011 111010
Octal 263 153 72

Shades and tints

Shades of #B36B3A

#B36B3A
(179,107,58)
#A36235
(163,98,53)
#935930
(147,89,48)
#83502B
(131,80,43)
#734726
(115,71,38)
#633E21
(99,62,33)
#53351C
(83,53,28)
#432C17
(67,44,23)
#332312
(51,35,18)
#231A0D
(35,26,13)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #B36B3A

#B36B3A
(179,107,58)
#B9784B
(185,120,75)
#BF855C
(191,133,92)
#C5926D
(197,146,109)
#CB9F7E
(203,159,126)
#D1AC8F
(209,172,143)
#D7B9A0
(215,185,160)
#DDC6B1
(221,198,177)
#E3D3C2
(227,211,194)
#E9E0D3
(233,224,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36B3A color. Also use rgb(179,107,58) instead hex code.

Text Font Color

.myTextColor { color: #B36B3A; }

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

This text font color is #B36B3A.

Background Color

.myBgColor { background-color: #B36B3A; }

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

This div background color is #B36B3A.

Border color

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

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

This div border color is #B36B3A.

Opacity

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

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

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

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

This text has shadow with #B36B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36B3A.

Preview

Color preview on black background

This text has color #B36B3A on black background.


Color preview on white background

This text has color #B36B3A on white background.


Black color preview on #B36B3A background

This text has black color on #B36B3A background.


White color preview on #B36B3A background

This text has white color on #B36B3A background.


Related colors

Complementary color

Complementary color for #hex is #4C94C5.


I love getcolorcode.com

Triadic colors

1 #3AB36B and #6B3AB3 with #B36B3A are triadic colors.

2 #3A6BB3 and #6BB33A with #B36B3A are triadic colors.