COLOR #B37465

HEX: #B37465
RGB: (179,116,101)

Color info

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

RGB color model

#B37465 color RGB value is (179,116,101).

  • red value is 179;
  • green value is 116;
  • blue value is 101.
RGB:
(179,116,101)
(70%,45%,40%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 101 of 255 = 40%

179
116
101

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

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 101 = 396 (100%)
R 179 of 396 ~ 45.2%
G 116 of 396 ~ 29.29%
B 101 of 396 ~ 25.51%

%45.2
%29.29
%25.51

CMYK color model

#B37465 color CMYK value is (0,35,44,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 43.58%
  • key color value is 29.80%
CMYK:
(0,35,44,30)
C0M35Y44K30 
(0%,35%,44%,30%)
(0.00/0.35/0.44/0.30)	

CMYK percentages

%0
%35.2
%43.58
%29.8

Codes

Color #B37465 in popluar color models

B37465
RGB179116101
HSL12°33.91%54.90%
HSB/HSV12°43.58%70.20%
CMYK0.00%35.20%43.58%
29.80%

Color #B37465 in popluar number systems.

HEXB37465
Decimal179116101
Binary1011001111101001100101
Octal263164145

Shades and tints

Shades of #B37465

#B37465
(179,116,101)
#A36A5C
(163,106,92)
#936053
(147,96,83)
#83564A
(131,86,74)
#734C41
(115,76,65)
#634238
(99,66,56)
#53382F
(83,56,47)
#432E26
(67,46,38)
#33241D
(51,36,29)
#231A14
(35,26,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #B37465

#B37465
(179,116,101)
#B98073
(185,128,115)
#BF8C81
(191,140,129)
#C5988F
(197,152,143)
#CBA49D
(203,164,157)
#D1B0AB
(209,176,171)
#D7BCB9
(215,188,185)
#DDC8C7
(221,200,199)
#E3D4D5
(227,212,213)
#E9E0E3
(233,224,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37465 color. Also use rgb(179,116,101) instead hex code.

Text Font Color

.myTextColor { color: #B37465; }

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

This text font color is #B37465.


Background Color

.myBgColor { background-color: #B37465; }

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

This div background color is #B37465.


Border color

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

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

This div border color is #B37465.


Opacity

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

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

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

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

This text has shadow with #B37465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37465 on black background.


Color preview on white background

This text has color #B37465 on white background.



Black color preview on #B37465 background

This text has black color on #B37465 background.


White color preview on #B37465 background

This text has white color on #B37465 background.