COLOR #B8937F

HEX: #B8937F
RGB: (184,147,127)

Color info

#B8937F contains red, green and blue colors in about the same proportion. Web safe color of #B8937F is #CC9966 (or #C96).

RGB color model

#B8937F color RGB value is (184,147,127).

  • red value is 184;
  • green value is 147;
  • blue value is 127.
RGB:
(184,147,127)
(72%,58%,50%)

RGB channels and saturation

R 184 of 255 = 72%
G 147 of 255 = 58%
B 127 of 255 = 50%

184
147
127

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

Portions of RGB colors in percentages

R + G + B =
184 + 147 + 127 = 458 (100%)
R 184 of 458 ~ 40.17%
G 147 of 458 ~ 32.1%
B 127 of 458 ~ 27.73%

%40.17
%32.1
%27.73

CMYK color model

#B8937F color CMYK value is (0,20,31,28).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(0,20,31,28)
C0M20Y31K28 
(0%,20%,31%,28%)
(0.00/0.20/0.31/0.28)	

CMYK percentages

%0
%20.11
%30.98
%27.84

Codes

Color #B8937F in popluar color models

B8937F
RGB184147127
HSL21°28.64%60.98%
HSB/HSV21°30.98%72.16%
CMYK0.00%20.11%30.98%
27.84%

Color #B8937F in popluar number systems.

HEXB8937F
Decimal184147127
Binary10111000100100111111111
Octal270223177

Shades and tints

Shades of #B8937F

#B8937F
(184,147,127)
#A88674
(168,134,116)
#987969
(152,121,105)
#886C5E
(136,108,94)
#785F53
(120,95,83)
#685248
(104,82,72)
#58453D
(88,69,61)
#483832
(72,56,50)
#382B27
(56,43,39)
#281E1C
(40,30,28)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #B8937F

#B8937F
(184,147,127)
#BE9C8A
(190,156,138)
#C4A595
(196,165,149)
#CAAEA0
(202,174,160)
#D0B7AB
(208,183,171)
#D6C0B6
(214,192,182)
#DCC9C1
(220,201,193)
#E2D2CC
(226,210,204)
#E8DBD7
(232,219,215)
#EEE4E2
(238,228,226)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8937F color. Also use rgb(184,147,127) instead hex code.

Text Font Color

.myTextColor { color: #B8937F; }

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

This text font color is #B8937F.


Background Color

.myBgColor { background-color: #B8937F; }

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

This div background color is #B8937F.


Border color

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

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

This div border color is #B8937F.


Opacity

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

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

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

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

This text has shadow with #B8937F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8937F on black background.


Color preview on white background

This text has color #B8937F on white background.



Black color preview on #B8937F background

This text has black color on #B8937F background.


White color preview on #B8937F background

This text has white color on #B8937F background.