COLOR #B37AA0

HEX: #B37AA0 RGB: (179,122,160)

Color info

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

RGB color model

#B37AA0 color RGB value is (179,122,160).

RGB: (179,122,160) (70%, 48%, 63%)

RGB channels and saturation

R 179 of 255 = 70%
G 122 of 255 = 48%
B 160 of 255 = 63%

179
122
160

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

Portions of RGB colors in percentages

R + G + B = 179 + 122 + 160 = 461 (100%)
R 179 of 461 ~ 38.83%
G 122 of 461 ~ 26.46%
B 160 of 461 ~ 34.71'%

%38.83
%26.46
%34.71

CMYK color model

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

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

Codes

Color #B37AA0 in popluar color models

B3 7A A0
RGB 179 122 160
HSL 320° 27.27% 59.02%
HSB/HSV 320° 31.84% 70.20%
CMYK 0.00% 31.84% 10.61%
29.80%

Color #B37AA0 in popluar number systems.

HEX B3 7A A0
Decimal 179 122 160
Binary 10110011 1111010 10100000
Octal 263 172 240

Shades and tints

Shades of #B37AA0

#B37AA0
(179,122,160)
#A36F92
(163,111,146)
#936484
(147,100,132)
#835976
(131,89,118)
#734E68
(115,78,104)
#63435A
(99,67,90)
#53384C
(83,56,76)
#432D3E
(67,45,62)
#332230
(51,34,48)
#231722
(35,23,34)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #B37AA0

#B37AA0
(179,122,160)
#B986A8
(185,134,168)
#BF92B0
(191,146,176)
#C59EB8
(197,158,184)
#CBAAC0
(203,170,192)
#D1B6C8
(209,182,200)
#D7C2D0
(215,194,208)
#DDCED8
(221,206,216)
#E3DAE0
(227,218,224)
#E9E6E8
(233,230,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37AA0; }

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

This text font color is #B37AA0.

Background Color

.myBgColor { background-color: #B37AA0; }

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

This div background color is #B37AA0.

Border color

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

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

This div border color is #B37AA0.

Opacity

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

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

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

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

This text has shadow with #B37AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37AA0.

Preview

Color preview on black background

This text has color #B37AA0 on black background.


Color preview on white background

This text has color #B37AA0 on white background.


Black color preview on #B37AA0 background

This text has black color on #B37AA0 background.


White color preview on #B37AA0 background

This text has white color on #B37AA0 background.


Related colors

Complementary color

Complementary color for #hex is #4C855F.


I love getcolorcode.com

Triadic colors

1 #A0B37A and #7AA0B3 with #B37AA0 are triadic colors.

2 #A07AB3 and #7AB3A0 with #B37AA0 are triadic colors.