COLOR #B37A9F

HEX: #B37A9F RGB: (179,122,159)

Color info

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

RGB color model

#B37A9F color RGB value is (179,122,159).

RGB: (179,122,159) (70%, 48%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 122 of 255 = 48%
B 159 of 255 = 62%

179
122
159

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

Portions of RGB colors in percentages

R + G + B = 179 + 122 + 159 = 460 (100%)
R 179 of 460 ~ 38.91%
G 122 of 460 ~ 26.52%
B 159 of 460 ~ 34.57'%

%38.91
%26.52
%34.57

CMYK color model

#B37A9F color CMYK value is (0,32,11,30).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK: (0,32,11,30) C0M32Y11K30 (0%,32%,11%,30%) (0.00/0.32/0.11/0.30) 

CMYK percentages

%0
%31.84
%11.17
%29.8

Codes

Color #B37A9F in popluar color models

B3 7A 9F
RGB 179 122 159
HSL 321° 27.27% 59.02%
HSB/HSV 321° 31.84% 70.20%
CMYK 0.00% 31.84% 11.17%
29.80%

Color #B37A9F in popluar number systems.

HEX B3 7A 9F
Decimal 179 122 159
Binary 10110011 1111010 10011111
Octal 263 172 237

Shades and tints

Shades of #B37A9F

#B37A9F
(179,122,159)
#A36F91
(163,111,145)
#936483
(147,100,131)
#835975
(131,89,117)
#734E67
(115,78,103)
#634359
(99,67,89)
#53384B
(83,56,75)
#432D3D
(67,45,61)
#33222F
(51,34,47)
#231721
(35,23,33)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #B37A9F

#B37A9F
(179,122,159)
#B986A7
(185,134,167)
#BF92AF
(191,146,175)
#C59EB7
(197,158,183)
#CBAABF
(203,170,191)
#D1B6C7
(209,182,199)
#D7C2CF
(215,194,207)
#DDCED7
(221,206,215)
#E3DADF
(227,218,223)
#E9E6E7
(233,230,231)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37A9F; }

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

This text font color is #B37A9F.

Background Color

.myBgColor { background-color: #B37A9F; }

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

This div background color is #B37A9F.

Border color

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

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

This div border color is #B37A9F.

Opacity

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

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

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

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

This text has shadow with #B37A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37A9F.

Preview

Color preview on black background

This text has color #B37A9F on black background.


Color preview on white background

This text has color #B37A9F on white background.


Black color preview on #B37A9F background

This text has black color on #B37A9F background.


White color preview on #B37A9F background

This text has white color on #B37A9F background.


Related colors

Complementary color

Complementary color for #hex is #4C8560.


I love getcolorcode.com

Triadic colors

1 #9FB37A and #7A9FB3 with #B37A9F are triadic colors.

2 #9F7AB3 and #7AB39F with #B37A9F are triadic colors.