COLOR #B36F6B

HEX: #B36F6B
RGB: (179,111,107)

Color info

#B36F6B contains mainly red color. Web safe color of #B36F6B is #996666 (or #966).

RGB color model

#B36F6B color RGB value is (179,111,107).

  • red value is 179;
  • green value is 111;
  • blue value is 107.
RGB:
(179,111,107)
(70%,44%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 111 of 255 = 44%
B 107 of 255 = 42%

179
111
107

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

Portions of RGB colors in percentages

R + G + B =
179 + 111 + 107 = 397 (100%)
R 179 of 397 ~ 45.09%
G 111 of 397 ~ 27.96%
B 107 of 397 ~ 26.95%

%45.09
%27.96
%26.95

CMYK color model

#B36F6B color CMYK value is (0,38,40,30).

  • cyan value is 0.00%
  • magenta value is 37.99%
  • yellow value is 40.22%
  • key color value is 29.80%
CMYK:
(0,38,40,30)
C0M38Y40K30 
(0%,38%,40%,30%)
(0.00/0.38/0.40/0.30)	

CMYK percentages

%0
%37.99
%40.22
%29.8

Codes

Color #B36F6B in popluar color models

B36F6B
RGB179111107
HSL32.14%56.08%
HSB/HSV40.22%70.20%
CMYK0.00%37.99%40.22%
29.80%

Color #B36F6B in popluar number systems.

HEXB36F6B
Decimal179111107
Binary1011001111011111101011
Octal263157153

Shades and tints

Shades of #B36F6B

#B36F6B
(179,111,107)
#A36562
(163,101,98)
#935B59
(147,91,89)
#835150
(131,81,80)
#734747
(115,71,71)
#633D3E
(99,61,62)
#533335
(83,51,53)
#43292C
(67,41,44)
#331F23
(51,31,35)
#23151A
(35,21,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #B36F6B

#B36F6B
(179,111,107)
#B97C78
(185,124,120)
#BF8985
(191,137,133)
#C59692
(197,150,146)
#CBA39F
(203,163,159)
#D1B0AC
(209,176,172)
#D7BDB9
(215,189,185)
#DDCAC6
(221,202,198)
#E3D7D3
(227,215,211)
#E9E4E0
(233,228,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36F6B; }

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

This text font color is #B36F6B.


Background Color

.myBgColor { background-color: #B36F6B; }

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

This div background color is #B36F6B.


Border color

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

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

This div border color is #B36F6B.


Opacity

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

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

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

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

This text has shadow with #B36F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36F6B on black background.


Color preview on white background

This text has color #B36F6B on white background.



Black color preview on #B36F6B background

This text has black color on #B36F6B background.


White color preview on #B36F6B background

This text has white color on #B36F6B background.