COLOR #B37162

HEX: #B37162
RGB: (179,113,98)

Color info

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

RGB color model

#B37162 color RGB value is (179,113,98).

  • red value is 179;
  • green value is 113;
  • blue value is 98.
RGB:
(179,113,98)
(70%,44%,38%)

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 98 of 255 = 38%

179
113
98

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

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 98 = 390 (100%)
R 179 of 390 ~ 45.9%
G 113 of 390 ~ 28.97%
B 98 of 390 ~ 25.13%

%45.9
%28.97
%25.13

CMYK color model

#B37162 color CMYK value is (0,37,45,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 45.25%
  • key color value is 29.80%
CMYK:
(0,37,45,30)
C0M37Y45K30 
(0%,37%,45%,30%)
(0.00/0.37/0.45/0.30)	

CMYK percentages

%0
%36.87
%45.25
%29.8

Codes

Color #B37162 in popluar color models

B37162
RGB17911398
HSL11°34.76%54.31%
HSB/HSV11°45.25%70.20%
CMYK0.00%36.87%45.25%
29.80%

Color #B37162 in popluar number systems.

HEXB37162
Decimal17911398
Binary1011001111100011100010
Octal263161142

Shades and tints

Shades of #B37162

#B37162
(179,113,98)
#A3675A
(163,103,90)
#935D52
(147,93,82)
#83534A
(131,83,74)
#734942
(115,73,66)
#633F3A
(99,63,58)
#533532
(83,53,50)
#432B2A
(67,43,42)
#332122
(51,33,34)
#23171A
(35,23,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #B37162

#B37162
(179,113,98)
#B97D70
(185,125,112)
#BF897E
(191,137,126)
#C5958C
(197,149,140)
#CBA19A
(203,161,154)
#D1ADA8
(209,173,168)
#D7B9B6
(215,185,182)
#DDC5C4
(221,197,196)
#E3D1D2
(227,209,210)
#E9DDE0
(233,221,224)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37162 color. Also use rgb(179,113,98) instead hex code.

Text Font Color

.myTextColor { color: #B37162; }

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

This text font color is #B37162.


Background Color

.myBgColor { background-color: #B37162; }

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

This div background color is #B37162.


Border color

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

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

This div border color is #B37162.


Opacity

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

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

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

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

This text has shadow with #B37162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37162 on black background.


Color preview on white background

This text has color #B37162 on white background.



Black color preview on #B37162 background

This text has black color on #B37162 background.


White color preview on #B37162 background

This text has white color on #B37162 background.