COLOR #B37280

HEX: #B37280
RGB: (179,114,128)

Color info

#B37280 contains mainly red and blue colors. Web safe color of #B37280 is #996666 (or #966).

RGB color model

#B37280 color RGB value is (179,114,128).

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

RGB channels and saturation

R 179 of 255 = 70%
G 114 of 255 = 45%
B 128 of 255 = 50%

179
114
128

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

Portions of RGB colors in percentages

R + G + B =
179 + 114 + 128 = 421 (100%)
R 179 of 421 ~ 42.52%
G 114 of 421 ~ 27.08%
B 128 of 421 ~ 30.4%

%42.52
%27.08
%30.4

CMYK color model

#B37280 color CMYK value is (0,36,28,30).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK:
(0,36,28,30)
C0M36Y28K30 
(0%,36%,28%,30%)
(0.00/0.36/0.28/0.30)	

CMYK percentages

%0
%36.31
%28.49
%29.8

Codes

Color #B37280 in popluar color models

B37280
RGB179114128
HSL347°29.95%57.45%
HSB/HSV347°36.31%70.20%
CMYK0.00%36.31%28.49%
29.80%

Color #B37280 in popluar number systems.

HEXB37280
Decimal179114128
Binary10110011111001010000000
Octal263162200

Shades and tints

Shades of #B37280

#B37280
(179,114,128)
#A36875
(163,104,117)
#935E6A
(147,94,106)
#83545F
(131,84,95)
#734A54
(115,74,84)
#634049
(99,64,73)
#53363E
(83,54,62)
#432C33
(67,44,51)
#332228
(51,34,40)
#23181D
(35,24,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #B37280

#B37280
(179,114,128)
#B97E8B
(185,126,139)
#BF8A96
(191,138,150)
#C596A1
(197,150,161)
#CBA2AC
(203,162,172)
#D1AEB7
(209,174,183)
#D7BAC2
(215,186,194)
#DDC6CD
(221,198,205)
#E3D2D8
(227,210,216)
#E9DEE3
(233,222,227)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37280; }

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

This text font color is #B37280.


Background Color

.myBgColor { background-color: #B37280; }

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

This div background color is #B37280.


Border color

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

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

This div border color is #B37280.


Opacity

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

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

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

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

This text has shadow with #B37280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37280 on black background.


Color preview on white background

This text has color #B37280 on white background.



Black color preview on #B37280 background

This text has black color on #B37280 background.


White color preview on #B37280 background

This text has white color on #B37280 background.