COLOR #B1937E

HEX: #B1937E RGB: (177,147,126)

Color info

#B1937E contains red, green and blue colors in about the same proportion. Web safe color of #B1937E is #999966 (or #996).

RGB color model

#B1937E color RGB value is (177,147,126).

RGB: (177,147,126) (69%, 58%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 126 of 255 = 49%

177
147
126

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

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 126 = 450 (100%)
R 177 of 450 ~ 39.33%
G 147 of 450 ~ 32.67%
B 126 of 450 ~ 28'%

%39.33
%32.67
%28

CMYK color model

#B1937E color CMYK value is (0,17,29,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 28.81%
  • key color value is 30.59%

CMYK: (0,17,29,31)
C0M17Y29K31 (0%, 17%, 29%, 31%)
(0.00 / 0.17 / 0.29 / 0.31)

CMYK percentages

%0
%16.95
%28.81
%30.59

Codes

Color #B1937E in popluar color models

B1 93 7E
RGB 177 147 126
HSL 25° 24.64% 59.41%
HSB/HSV 25° 28.81% 69.41%
CMYK 0.00% 16.95% 28.81%
30.59%

Color #B1937E in popluar number systems.

HEX B1 93 7E
Decimal 177 147 126
Binary 10110001 10010011 1111110
Octal 261 223 176

Shades and tints

Shades of #B1937E

#B1937E
(177,147,126)
#A18673
(161,134,115)
#917968
(145,121,104)
#816C5D
(129,108,93)
#715F52
(113,95,82)
#615247
(97,82,71)
#51453C
(81,69,60)
#413831
(65,56,49)
#312B26
(49,43,38)
#211E1B
(33,30,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B1937E

#B1937E
(177,147,126)
#B89C89
(184,156,137)
#BFA594
(191,165,148)
#C6AE9F
(198,174,159)
#CDB7AA
(205,183,170)
#D4C0B5
(212,192,181)
#DBC9C0
(219,201,192)
#E2D2CB
(226,210,203)
#E9DBD6
(233,219,214)
#F0E4E1
(240,228,225)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1937E color. Also use rgb(177,147,126) instead hex code.

Text Font Color

.myTextColor { color: #B1937E; }

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

This text font color is #B1937E.

Background Color

.myBgColor { background-color: #B1937E; }

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

This div background color is #B1937E.

Border color

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

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

This div border color is #B1937E.

Opacity

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

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

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

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

This text has shadow with #B1937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1937E.

Preview

Color preview on black background

This text has color #B1937E on black background.


Color preview on white background

This text has color #B1937E on white background.


Black color preview on #B1937E background

This text has black color on #B1937E background.


White color preview on #B1937E background

This text has white color on #B1937E background.


Related colors

Complementary color

Complementary color for #hex is #4E6C81.


I love getcolorcode.com

Triadic colors

1 #7EB193 and #937EB1 with #B1937E are triadic colors.

2 #7E93B1 and #93B17E with #B1937E are triadic colors.