COLOR #B37483

HEX: #B37483
RGB: (179,116,131)

Color info

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

RGB color model

#B37483 color RGB value is (179,116,131).

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

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 131 of 255 = 51%

179
116
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 131 = 426 (100%)
R 179 of 426 ~ 42.02%
G 116 of 426 ~ 27.23%
B 131 of 426 ~ 30.75%

%42.02
%27.23
%30.75

CMYK color model

#B37483 color CMYK value is (0,35,27,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(0,35,27,30)
C0M35Y27K30 
(0%,35%,27%,30%)
(0.00/0.35/0.27/0.30)	

CMYK percentages

%0
%35.2
%26.82
%29.8

Codes

Color #B37483 in popluar color models

B37483
RGB179116131
HSL346°29.30%57.84%
HSB/HSV346°35.20%70.20%
CMYK0.00%35.20%26.82%
29.80%

Color #B37483 in popluar number systems.

HEXB37483
Decimal179116131
Binary10110011111010010000011
Octal263164203

Shades and tints

Shades of #B37483

#B37483
(179,116,131)
#A36A78
(163,106,120)
#93606D
(147,96,109)
#835662
(131,86,98)
#734C57
(115,76,87)
#63424C
(99,66,76)
#533841
(83,56,65)
#432E36
(67,46,54)
#33242B
(51,36,43)
#231A20
(35,26,32)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B37483

#B37483
(179,116,131)
#B9808E
(185,128,142)
#BF8C99
(191,140,153)
#C598A4
(197,152,164)
#CBA4AF
(203,164,175)
#D1B0BA
(209,176,186)
#D7BCC5
(215,188,197)
#DDC8D0
(221,200,208)
#E3D4DB
(227,212,219)
#E9E0E6
(233,224,230)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37483; }

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

This text font color is #B37483.


Background Color

.myBgColor { background-color: #B37483; }

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

This div background color is #B37483.


Border color

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

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

This div border color is #B37483.


Opacity

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

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

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

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

This text has shadow with #B37483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37483 on black background.


Color preview on white background

This text has color #B37483 on white background.



Black color preview on #B37483 background

This text has black color on #B37483 background.


White color preview on #B37483 background

This text has white color on #B37483 background.