COLOR #B36D72

HEX: #B36D72 RGB: (179,109,114)

Color info

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

RGB color model

#B36D72 color RGB value is (179,109,114).

RGB: (179,109,114) (70%, 43%, 45%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 114 of 255 = 45%

179
109
114

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

Portions of RGB colors in percentages

R + G + B = 179 + 109 + 114 = 402 (100%)
R 179 of 402 ~ 44.53%
G 109 of 402 ~ 27.11%
B 114 of 402 ~ 28.36'%

%44.53
%27.11
%28.36

CMYK color model

#B36D72 color CMYK value is (0,39,36,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 36.31%
  • key color value is 29.80%

CMYK: (0,39,36,30)
C0M39Y36K30 (0%, 39%, 36%, 30%)
(0.00 / 0.39 / 0.36 / 0.30)

CMYK percentages

%0
%39.11
%36.31
%29.8

Codes

Color #B36D72 in popluar color models

B3 6D 72
RGB 179 109 114
HSL 356° 31.53% 56.47%
HSB/HSV 356° 39.11% 70.20%
CMYK 0.00% 39.11% 36.31%
29.80%

Color #B36D72 in popluar number systems.

HEX B3 6D 72
Decimal 179 109 114
Binary 10110011 1101101 1110010
Octal 263 155 162

Shades and tints

Shades of #B36D72

#B36D72
(179,109,114)
#A36468
(163,100,104)
#935B5E
(147,91,94)
#835254
(131,82,84)
#73494A
(115,73,74)
#634040
(99,64,64)
#533736
(83,55,54)
#432E2C
(67,46,44)
#332522
(51,37,34)
#231C18
(35,28,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #B36D72

#B36D72
(179,109,114)
#B97A7E
(185,122,126)
#BF878A
(191,135,138)
#C59496
(197,148,150)
#CBA1A2
(203,161,162)
#D1AEAE
(209,174,174)
#D7BBBA
(215,187,186)
#DDC8C6
(221,200,198)
#E3D5D2
(227,213,210)
#E9E2DE
(233,226,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36D72 color. Also use rgb(179,109,114) instead hex code.

Text Font Color

.myTextColor { color: #B36D72; }

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

This text font color is #B36D72.

Background Color

.myBgColor { background-color: #B36D72; }

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

This div background color is #B36D72.

Border color

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

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

This div border color is #B36D72.

Opacity

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

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

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

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

This text has shadow with #B36D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36D72.

Preview

Color preview on black background

This text has color #B36D72 on black background.


Color preview on white background

This text has color #B36D72 on white background.


Black color preview on #B36D72 background

This text has black color on #B36D72 background.


White color preview on #B36D72 background

This text has white color on #B36D72 background.


Related colors

Complementary color

Complementary color for #hex is #4C928D.


I love getcolorcode.com

Triadic colors

1 #72B36D and #6D72B3 with #B36D72 are triadic colors.

2 #726DB3 and #6DB372 with #B36D72 are triadic colors.