COLOR #B37A83

HEX: #B37A83
RGB: (179,122,131)

Color info

#B37A83 contains red, green and blue colors in about the same proportion. Web safe color of #B37A83 is #996699 (or #969).

RGB color model

#B37A83 color RGB value is (179,122,131).

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

RGB channels and saturation

R 179 of 255 = 70%
G 122 of 255 = 48%
B 131 of 255 = 51%

179
122
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 122 + 131 = 432 (100%)
R 179 of 432 ~ 41.44%
G 122 of 432 ~ 28.24%
B 131 of 432 ~ 30.32%

%41.44
%28.24
%30.32

CMYK color model

#B37A83 color CMYK value is (0,32,27,30).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(0,32,27,30)
C0M32Y27K30 
(0%,32%,27%,30%)
(0.00/0.32/0.27/0.30)	

CMYK percentages

%0
%31.84
%26.82
%29.8

Codes

Color #B37A83 in popluar color models

B37A83
RGB179122131
HSL351°27.27%59.02%
HSB/HSV351°31.84%70.20%
CMYK0.00%31.84%26.82%
29.80%

Color #B37A83 in popluar number systems.

HEXB37A83
Decimal179122131
Binary10110011111101010000011
Octal263172203

Shades and tints

Shades of #B37A83

#B37A83
(179,122,131)
#A36F78
(163,111,120)
#93646D
(147,100,109)
#835962
(131,89,98)
#734E57
(115,78,87)
#63434C
(99,67,76)
#533841
(83,56,65)
#432D36
(67,45,54)
#33222B
(51,34,43)
#231720
(35,23,32)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #B37A83

#B37A83
(179,122,131)
#B9868E
(185,134,142)
#BF9299
(191,146,153)
#C59EA4
(197,158,164)
#CBAAAF
(203,170,175)
#D1B6BA
(209,182,186)
#D7C2C5
(215,194,197)
#DDCED0
(221,206,208)
#E3DADB
(227,218,219)
#E9E6E6
(233,230,230)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37A83; }

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

This text font color is #B37A83.


Background Color

.myBgColor { background-color: #B37A83; }

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

This div background color is #B37A83.


Border color

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

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

This div border color is #B37A83.


Opacity

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

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

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

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

This text has shadow with #B37A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37A83 on black background.


Color preview on white background

This text has color #B37A83 on white background.



Black color preview on #B37A83 background

This text has black color on #B37A83 background.


White color preview on #B37A83 background

This text has white color on #B37A83 background.