COLOR #B36B54

HEX: #B36B54
RGB: (179,107,84)

Color info

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

RGB color model

#B36B54 color RGB value is (179,107,84).

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

RGB channels and saturation

R 179 of 255 = 70%
G 107 of 255 = 42%
B 84 of 255 = 33%

179
107
84

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

Portions of RGB colors in percentages

R + G + B =
179 + 107 + 84 = 370 (100%)
R 179 of 370 ~ 48.38%
G 107 of 370 ~ 28.92%
B 84 of 370 ~ 22.7%

%48.38
%28.92
%22.7

CMYK color model

#B36B54 color CMYK value is (0,40,53,30).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 53.07%
  • key color value is 29.80%
CMYK:
(0,40,53,30)
C0M40Y53K30 
(0%,40%,53%,30%)
(0.00/0.40/0.53/0.30)	

CMYK percentages

%0
%40.22
%53.07
%29.8

Codes

Color #B36B54 in popluar color models

B36B54
RGB17910784
HSL15°38.46%51.57%
HSB/HSV15°53.07%70.20%
CMYK0.00%40.22%53.07%
29.80%

Color #B36B54 in popluar number systems.

HEXB36B54
Decimal17910784
Binary1011001111010111010100
Octal263153124

Shades and tints

Shades of #B36B54

#B36B54
(179,107,84)
#A3624D
(163,98,77)
#935946
(147,89,70)
#83503F
(131,80,63)
#734738
(115,71,56)
#633E31
(99,62,49)
#53352A
(83,53,42)
#432C23
(67,44,35)
#33231C
(51,35,28)
#231A15
(35,26,21)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #B36B54

#B36B54
(179,107,84)
#B97863
(185,120,99)
#BF8572
(191,133,114)
#C59281
(197,146,129)
#CB9F90
(203,159,144)
#D1AC9F
(209,172,159)
#D7B9AE
(215,185,174)
#DDC6BD
(221,198,189)
#E3D3CC
(227,211,204)
#E9E0DB
(233,224,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36B54; }

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

This text font color is #B36B54.


Background Color

.myBgColor { background-color: #B36B54; }

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

This div background color is #B36B54.


Border color

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

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

This div border color is #B36B54.


Opacity

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

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

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

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

This text has shadow with #B36B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36B54 on black background.


Color preview on white background

This text has color #B36B54 on white background.



Black color preview on #B36B54 background

This text has black color on #B36B54 background.


White color preview on #B36B54 background

This text has white color on #B36B54 background.