COLOR #B98721

HEX: #B98721
RGB: (185,135,33)

Color info

#B98721 contains mainly red and green colors. Web safe color of #B98721 is #CC9933 (or #C93).

RGB color model

#B98721 color RGB value is (185,135,33).

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

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 33 of 255 = 13%

185
135
33

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

Portions of RGB colors in percentages

R + G + B =
185 + 135 + 33 = 353 (100%)
R 185 of 353 ~ 52.41%
G 135 of 353 ~ 38.24%
B 33 of 353 ~ 9.35%

%52.41
%38.24

CMYK color model

#B98721 color CMYK value is (0,27,82,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 82.16%
  • key color value is 27.45%
CMYK:
(0,27,82,27)
C0M27Y82K27 
(0%,27%,82%,27%)
(0.00/0.27/0.82/0.27)	

CMYK percentages

%0
%27.03
%82.16
%27.45

Codes

Color #B98721 in popluar color models

B98721
RGB18513533
HSL40°69.72%42.75%
HSB/HSV40°82.16%72.55%
CMYK0.00%27.03%82.16%
27.45%

Color #B98721 in popluar number systems.

HEXB98721
Decimal18513533
Binary1011100110000111100001
Octal27120741

Shades and tints

Shades of #B98721

#B98721
(185,135,33)
#A97B1E
(169,123,30)
#996F1B
(153,111,27)
#896318
(137,99,24)
#795715
(121,87,21)
#694B12
(105,75,18)
#593F0F
(89,63,15)
#49330C
(73,51,12)
#392709
(57,39,9)
#291B06
(41,27,6)
#190F03
(25,15,3)
#000000
(0,0,0)

Tints of #B98721

#B98721
(185,135,33)
#BF9135
(191,145,53)
#C59B49
(197,155,73)
#CBA55D
(203,165,93)
#D1AF71
(209,175,113)
#D7B985
(215,185,133)
#DDC399
(221,195,153)
#E3CDAD
(227,205,173)
#E9D7C1
(233,215,193)
#EFE1D5
(239,225,213)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98721; }

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

This text font color is #B98721.


Background Color

.myBgColor { background-color: #B98721; }

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

This div background color is #B98721.


Border color

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

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

This div border color is #B98721.


Opacity

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

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

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

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

This text has shadow with #B98721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98721 on black background.


Color preview on white background

This text has color #B98721 on white background.



Black color preview on #B98721 background

This text has black color on #B98721 background.


White color preview on #B98721 background

This text has white color on #B98721 background.