COLOR #B37282

HEX: #B37282
RGB: (179,114,130)

Color info

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

RGB color model

#B37282 color RGB value is (179,114,130).

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

RGB channels and saturation

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

179
114
130

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

Portions of RGB colors in percentages

R + G + B =
179 + 114 + 130 = 423 (100%)
R 179 of 423 ~ 42.32%
G 114 of 423 ~ 26.95%
B 130 of 423 ~ 30.73%

%42.32
%26.95
%30.73

CMYK color model

#B37282 color CMYK value is (0,36,27,30).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(0,36,27,30)
C0M36Y27K30 
(0%,36%,27%,30%)
(0.00/0.36/0.27/0.30)	

CMYK percentages

%0
%36.31
%27.37
%29.8

Codes

Color #B37282 in popluar color models

B37282
RGB179114130
HSL345°29.95%57.45%
HSB/HSV345°36.31%70.20%
CMYK0.00%36.31%27.37%
29.80%

Color #B37282 in popluar number systems.

HEXB37282
Decimal179114130
Binary10110011111001010000010
Octal263162202

Shades and tints

Shades of #B37282

#B37282
(179,114,130)
#A36877
(163,104,119)
#935E6C
(147,94,108)
#835461
(131,84,97)
#734A56
(115,74,86)
#63404B
(99,64,75)
#533640
(83,54,64)
#432C35
(67,44,53)
#33222A
(51,34,42)
#23181F
(35,24,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #B37282

#B37282
(179,114,130)
#B97E8D
(185,126,141)
#BF8A98
(191,138,152)
#C596A3
(197,150,163)
#CBA2AE
(203,162,174)
#D1AEB9
(209,174,185)
#D7BAC4
(215,186,196)
#DDC6CF
(221,198,207)
#E3D2DA
(227,210,218)
#E9DEE5
(233,222,229)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37282; }

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

This text font color is #B37282.


Background Color

.myBgColor { background-color: #B37282; }

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

This div background color is #B37282.


Border color

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

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

This div border color is #B37282.


Opacity

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

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

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

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

This text has shadow with #B37282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37282 on black background.


Color preview on white background

This text has color #B37282 on white background.



Black color preview on #B37282 background

This text has black color on #B37282 background.


White color preview on #B37282 background

This text has white color on #B37282 background.