COLOR #B97C11

HEX: #B97C11
RGB: (185,124,17)

Color info

#B97C11 contains mainly red color. Web safe color of #B97C11 is #CC6600 (or #C60).

RGB color model

#B97C11 color RGB value is (185,124,17).

  • red value is 185;
  • green value is 124;
  • blue value is 17.
RGB:
(185,124,17)
(73%,49%,7%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 17 of 255 = 7%

185
124
17

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

Portions of RGB colors in percentages

R + G + B =
185 + 124 + 17 = 326 (100%)
R 185 of 326 ~ 56.75%
G 124 of 326 ~ 38.04%
B 17 of 326 ~ 5.21%

%56.75
%38.04

CMYK color model

#B97C11 color CMYK value is (0,33,91,27).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 90.81%
  • key color value is 27.45%
CMYK:
(0,33,91,27)
C0M33Y91K27 
(0%,33%,91%,27%)
(0.00/0.33/0.91/0.27)	

CMYK percentages

%0
%32.97
%90.81
%27.45

Codes

Color #B97C11 in popluar color models

B97C11
RGB18512417
HSL38°83.17%39.61%
HSB/HSV38°90.81%72.55%
CMYK0.00%32.97%90.81%
27.45%

Color #B97C11 in popluar number systems.

HEXB97C11
Decimal18512417
Binary10111001111110010001
Octal27117421

Shades and tints

Shades of #B97C11

#B97C11
(185,124,17)
#A97110
(169,113,16)
#99660F
(153,102,15)
#895B0E
(137,91,14)
#79500D
(121,80,13)
#69450C
(105,69,12)
#593A0B
(89,58,11)
#492F0A
(73,47,10)
#392409
(57,36,9)
#291908
(41,25,8)
#190E07
(25,14,7)
#000000
(0,0,0)

Tints of #B97C11

#B97C11
(185,124,17)
#BF8726
(191,135,38)
#C5923B
(197,146,59)
#CB9D50
(203,157,80)
#D1A865
(209,168,101)
#D7B37A
(215,179,122)
#DDBE8F
(221,190,143)
#E3C9A4
(227,201,164)
#E9D4B9
(233,212,185)
#EFDFCE
(239,223,206)
#F5EAE3
(245,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97C11 color. Also use rgb(185,124,17) instead hex code.

Text Font Color

.myTextColor { color: #B97C11; }

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

This text font color is #B97C11.


Background Color

.myBgColor { background-color: #B97C11; }

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

This div background color is #B97C11.


Border color

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

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

This div border color is #B97C11.


Opacity

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

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

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

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

This text has shadow with #B97C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97C11 on black background.


Color preview on white background

This text has color #B97C11 on white background.



Black color preview on #B97C11 background

This text has black color on #B97C11 background.


White color preview on #B97C11 background

This text has white color on #B97C11 background.