COLOR #B9974E

HEX: #B9974E
RGB: (185,151,78)

Color info

#B9974E contains mainly red and green colors. Web safe color of #B9974E is #CC9966 (or #C96).

RGB color model

#B9974E color RGB value is (185,151,78).

  • red value is 185;
  • green value is 151;
  • blue value is 78.
RGB:
(185,151,78)
(73%,59%,31%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 78 of 255 = 31%

185
151
78

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 78 = 414 (100%)
R 185 of 414 ~ 44.69%
G 151 of 414 ~ 36.47%
B 78 of 414 ~ 18.84%

%44.69
%36.47
%18.84

CMYK color model

#B9974E color CMYK value is (0,18,58,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 57.84%
  • key color value is 27.45%
CMYK:
(0,18,58,27)
C0M18Y58K27 
(0%,18%,58%,27%)
(0.00/0.18/0.58/0.27)	

CMYK percentages

%0
%18.38
%57.84
%27.45

Codes

Color #B9974E in popluar color models

B9974E
RGB18515178
HSL41°43.32%51.57%
HSB/HSV41°57.84%72.55%
CMYK0.00%18.38%57.84%
27.45%

Color #B9974E in popluar number systems.

HEXB9974E
Decimal18515178
Binary10111001100101111001110
Octal271227116

Shades and tints

Shades of #B9974E

#B9974E
(185,151,78)
#A98A47
(169,138,71)
#997D40
(153,125,64)
#897039
(137,112,57)
#796332
(121,99,50)
#69562B
(105,86,43)
#594924
(89,73,36)
#493C1D
(73,60,29)
#392F16
(57,47,22)
#29220F
(41,34,15)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #B9974E

#B9974E
(185,151,78)
#BFA05E
(191,160,94)
#C5A96E
(197,169,110)
#CBB27E
(203,178,126)
#D1BB8E
(209,187,142)
#D7C49E
(215,196,158)
#DDCDAE
(221,205,174)
#E3D6BE
(227,214,190)
#E9DFCE
(233,223,206)
#EFE8DE
(239,232,222)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9974E color. Also use rgb(185,151,78) instead hex code.

Text Font Color

.myTextColor { color: #B9974E; }

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

This text font color is #B9974E.


Background Color

.myBgColor { background-color: #B9974E; }

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

This div background color is #B9974E.


Border color

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

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

This div border color is #B9974E.


Opacity

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

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

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

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

This text has shadow with #B9974E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9974E on black background.


Color preview on white background

This text has color #B9974E on white background.



Black color preview on #B9974E background

This text has black color on #B9974E background.


White color preview on #B9974E background

This text has white color on #B9974E background.