COLOR #B36172

HEX: #B36172
RGB: (179,97,114)

Color info

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

RGB color model

#B36172 color RGB value is (179,97,114).

  • red value is 179;
  • green value is 97;
  • blue value is 114.
RGB:
(179,97,114)
(70%,38%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 97 of 255 = 38%
B 114 of 255 = 45%

179
97
114

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

Portions of RGB colors in percentages

R + G + B =
179 + 97 + 114 = 390 (100%)
R 179 of 390 ~ 45.9%
G 97 of 390 ~ 24.87%
B 114 of 390 ~ 29.23%

%45.9
%24.87
%29.23

CMYK color model

#B36172 color CMYK value is (0,46,36,30).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK:
(0,46,36,30)
C0M46Y36K30 
(0%,46%,36%,30%)
(0.00/0.46/0.36/0.30)	

CMYK percentages

%0
%45.81
%36.31
%29.8

Codes

Color #B36172 in popluar color models

B36172
RGB17997114
HSL348°35.04%54.12%
HSB/HSV348°45.81%70.20%
CMYK0.00%45.81%36.31%
29.80%

Color #B36172 in popluar number systems.

HEXB36172
Decimal17997114
Binary1011001111000011110010
Octal263141162

Shades and tints

Shades of #B36172

#B36172
(179,97,114)
#A35968
(163,89,104)
#93515E
(147,81,94)
#834954
(131,73,84)
#73414A
(115,65,74)
#633940
(99,57,64)
#533136
(83,49,54)
#43292C
(67,41,44)
#332122
(51,33,34)
#231918
(35,25,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #B36172

#B36172
(179,97,114)
#B96F7E
(185,111,126)
#BF7D8A
(191,125,138)
#C58B96
(197,139,150)
#CB99A2
(203,153,162)
#D1A7AE
(209,167,174)
#D7B5BA
(215,181,186)
#DDC3C6
(221,195,198)
#E3D1D2
(227,209,210)
#E9DFDE
(233,223,222)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36172; }

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

This text font color is #B36172.


Background Color

.myBgColor { background-color: #B36172; }

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

This div background color is #B36172.


Border color

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

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

This div border color is #B36172.


Opacity

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

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

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

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

This text has shadow with #B36172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36172 on black background.


Color preview on white background

This text has color #B36172 on white background.



Black color preview on #B36172 background

This text has black color on #B36172 background.


White color preview on #B36172 background

This text has white color on #B36172 background.