COLOR #B98707

HEX: #B98707
RGB: (185,135,7)

Color info

#B98707 contains mainly red and green colors. Web safe color of #B98707 is #CC9900 (or #C90).

RGB color model

#B98707 color RGB value is (185,135,7).

  • red value is 185;
  • green value is 135;
  • blue value is 7.
RGB:
(185,135,7)
(73%,53%,3%)

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 7 of 255 = 3%

185
135
7

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

Portions of RGB colors in percentages

R + G + B =
185 + 135 + 7 = 327 (100%)
R 185 of 327 ~ 56.57%
G 135 of 327 ~ 41.28%
B 7 of 327 ~ 2.14%

%56.57
%41.28

CMYK color model

#B98707 color CMYK value is (0,27,96,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 96.22%
  • key color value is 27.45%
CMYK:
(0,27,96,27)
C0M27Y96K27 
(0%,27%,96%,27%)
(0.00/0.27/0.96/0.27)	

CMYK percentages

%0
%27.03
%96.22
%27.45

Codes

Color #B98707 in popluar color models

B98707
RGB1851357
HSL43°92.71%37.65%
HSB/HSV43°96.22%72.55%
CMYK0.00%27.03%96.22%
27.45%

Color #B98707 in popluar number systems.

HEXB98707
Decimal1851357
Binary1011100110000111111
Octal2712077

Shades and tints

Shades of #B98707

#B98707
(185,135,7)
#A97B07
(169,123,7)
#996F07
(153,111,7)
#896307
(137,99,7)
#795707
(121,87,7)
#694B07
(105,75,7)
#593F07
(89,63,7)
#493307
(73,51,7)
#392707
(57,39,7)
#291B07
(41,27,7)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #B98707

#B98707
(185,135,7)
#BF911D
(191,145,29)
#C59B33
(197,155,51)
#CBA549
(203,165,73)
#D1AF5F
(209,175,95)
#D7B975
(215,185,117)
#DDC38B
(221,195,139)
#E3CDA1
(227,205,161)
#E9D7B7
(233,215,183)
#EFE1CD
(239,225,205)
#F5EBE3
(245,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98707 color. Also use rgb(185,135,7) instead hex code.

Text Font Color

.myTextColor { color: #B98707; }

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

This text font color is #B98707.


Background Color

.myBgColor { background-color: #B98707; }

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

This div background color is #B98707.


Border color

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

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

This div border color is #B98707.


Opacity

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

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

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

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

This text has shadow with #B98707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98707 on black background.


Color preview on white background

This text has color #B98707 on white background.



Black color preview on #B98707 background

This text has black color on #B98707 background.


White color preview on #B98707 background

This text has white color on #B98707 background.