COLOR #B0937E

HEX: #B0937E RGB: (176,147,126)

Color info

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

RGB color model

#B0937E color RGB value is (176,147,126).

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

RGB channels and saturation

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

176
147
126

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

Portions of RGB colors in percentages

R + G + B = 176 + 147 + 126 = 449 (100%)
R 176 of 449 ~ 39.2%
G 147 of 449 ~ 32.74%
B 126 of 449 ~ 28.06'%

%39.2
%32.74
%28.06

CMYK color model

#B0937E color CMYK value is (0,16,28,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 28.41%
  • key color value is 30.98%

CMYK: (0,16,28,31)
C0M16Y28K31 (0%, 16%, 28%, 31%)
(0.00 / 0.16 / 0.28 / 0.31)

CMYK percentages

%0
%16.48
%28.41
%30.98

Codes

Color #B0937E in popluar color models

B0 93 7E
RGB 176 147 126
HSL 25° 24.04% 59.22%
HSB/HSV 25° 28.41% 69.02%
CMYK 0.00% 16.48% 28.41%
30.98%

Color #B0937E in popluar number systems.

HEX B0 93 7E
Decimal 176 147 126
Binary 10110000 10010011 1111110
Octal 260 223 176

Shades and tints

Shades of #B0937E

#B0937E
(176,147,126)
#A08673
(160,134,115)
#907968
(144,121,104)
#806C5D
(128,108,93)
#705F52
(112,95,82)
#605247
(96,82,71)
#50453C
(80,69,60)
#403831
(64,56,49)
#302B26
(48,43,38)
#201E1B
(32,30,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B0937E

#B0937E
(176,147,126)
#B79C89
(183,156,137)
#BEA594
(190,165,148)
#C5AE9F
(197,174,159)
#CCB7AA
(204,183,170)
#D3C0B5
(211,192,181)
#DAC9C0
(218,201,192)
#E1D2CB
(225,210,203)
#E8DBD6
(232,219,214)
#EFE4E1
(239,228,225)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0937E; }

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

This text font color is #B0937E.

Background Color

.myBgColor { background-color: #B0937E; }

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

This div background color is #B0937E.

Border color

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

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

This div border color is #B0937E.

Opacity

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

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

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

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

This text has shadow with #B0937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0937E.

Preview

Color preview on black background

This text has color #B0937E on black background.


Color preview on white background

This text has color #B0937E on white background.


Black color preview on #B0937E background

This text has black color on #B0937E background.


White color preview on #B0937E background

This text has white color on #B0937E background.


Related colors

Complementary color

Complementary color for #hex is #4F6C81.


I love getcolorcode.com

Triadic colors

1 #7EB093 and #937EB0 with #B0937E are triadic colors.

2 #7E93B0 and #93B07E with #B0937E are triadic colors.