COLOR #B36A6B

HEX: #B36A6B
RGB: (179,106,107)

Color info

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

RGB color model

#B36A6B color RGB value is (179,106,107).

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

RGB channels and saturation

R 179 of 255 = 70%
G 106 of 255 = 42%
B 107 of 255 = 42%

179
106
107

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

Portions of RGB colors in percentages

R + G + B =
179 + 106 + 107 = 392 (100%)
R 179 of 392 ~ 45.66%
G 106 of 392 ~ 27.04%
B 107 of 392 ~ 27.3%

%45.66
%27.04
%27.3

CMYK color model

#B36A6B color CMYK value is (0,41,40,30).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 40.22%
  • key color value is 29.80%
CMYK:
(0,41,40,30)
C0M41Y40K30 
(0%,41%,40%,30%)
(0.00/0.41/0.40/0.30)	

CMYK percentages

%0
%40.78
%40.22
%29.8

Codes

Color #B36A6B in popluar color models

B36A6B
RGB179106107
HSL359°32.44%55.88%
HSB/HSV359°40.78%70.20%
CMYK0.00%40.78%40.22%
29.80%

Color #B36A6B in popluar number systems.

HEXB36A6B
Decimal179106107
Binary1011001111010101101011
Octal263152153

Shades and tints

Shades of #B36A6B

#B36A6B
(179,106,107)
#A36162
(163,97,98)
#935859
(147,88,89)
#834F50
(131,79,80)
#734647
(115,70,71)
#633D3E
(99,61,62)
#533435
(83,52,53)
#432B2C
(67,43,44)
#332223
(51,34,35)
#23191A
(35,25,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #B36A6B

#B36A6B
(179,106,107)
#B97778
(185,119,120)
#BF8485
(191,132,133)
#C59192
(197,145,146)
#CB9E9F
(203,158,159)
#D1ABAC
(209,171,172)
#D7B8B9
(215,184,185)
#DDC5C6
(221,197,198)
#E3D2D3
(227,210,211)
#E9DFE0
(233,223,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36A6B; }

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

This text font color is #B36A6B.


Background Color

.myBgColor { background-color: #B36A6B; }

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

This div background color is #B36A6B.


Border color

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

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

This div border color is #B36A6B.


Opacity

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

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

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

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

This text has shadow with #B36A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36A6B on black background.


Color preview on white background

This text has color #B36A6B on white background.



Black color preview on #B36A6B background

This text has black color on #B36A6B background.


White color preview on #B36A6B background

This text has white color on #B36A6B background.