COLOR #B37281

HEX: #B37281
RGB: (179,114,129)

Color info

#B37281 contains mainly red and blue colors. Web safe color of #B37281 is #996699 (or #969).

RGB color model

#B37281 color RGB value is (179,114,129).

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

RGB channels and saturation

R 179 of 255 = 70%
G 114 of 255 = 45%
B 129 of 255 = 51%

179
114
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 114 + 129 = 422 (100%)
R 179 of 422 ~ 42.42%
G 114 of 422 ~ 27.01%
B 129 of 422 ~ 30.57%

%42.42
%27.01
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 27.93%
  • 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
%27.93
%29.8

Codes

Color #B37281 in popluar color models

B37281
RGB179114129
HSL346°29.95%57.45%
HSB/HSV346°36.31%70.20%
CMYK0.00%36.31%27.93%
29.80%

Color #B37281 in popluar number systems.

HEXB37281
Decimal179114129
Binary10110011111001010000001
Octal263162201

Shades and tints

Shades of #B37281

#B37281
(179,114,129)
#A36876
(163,104,118)
#935E6B
(147,94,107)
#835460
(131,84,96)
#734A55
(115,74,85)
#63404A
(99,64,74)
#53363F
(83,54,63)
#432C34
(67,44,52)
#332229
(51,34,41)
#23181E
(35,24,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #B37281

#B37281
(179,114,129)
#B97E8C
(185,126,140)
#BF8A97
(191,138,151)
#C596A2
(197,150,162)
#CBA2AD
(203,162,173)
#D1AEB8
(209,174,184)
#D7BAC3
(215,186,195)
#DDC6CE
(221,198,206)
#E3D2D9
(227,210,217)
#E9DEE4
(233,222,228)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37281; }

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

This text font color is #B37281.


Background Color

.myBgColor { background-color: #B37281; }

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

This div background color is #B37281.


Border color

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

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

This div border color is #B37281.


Opacity

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

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

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

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

This text has shadow with #B37281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37281 on black background.


Color preview on white background

This text has color #B37281 on white background.



Black color preview on #B37281 background

This text has black color on #B37281 background.


White color preview on #B37281 background

This text has white color on #B37281 background.