COLOR #B98C44

HEX: #B98C44
RGB: (185,140,68)

Color info

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

RGB color model

#B98C44 color RGB value is (185,140,68).

  • red value is 185;
  • green value is 140;
  • blue value is 68.
RGB:
(185,140,68)
(73%,55%,27%)

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 68 of 255 = 27%

185
140
68

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

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 68 = 393 (100%)
R 185 of 393 ~ 47.07%
G 140 of 393 ~ 35.62%
B 68 of 393 ~ 17.3%

%47.07
%35.62
%17.3

CMYK color model

#B98C44 color CMYK value is (0,24,63,27).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 63.24%
  • key color value is 27.45%
CMYK:
(0,24,63,27)
C0M24Y63K27 
(0%,24%,63%,27%)
(0.00/0.24/0.63/0.27)	

CMYK percentages

%0
%24.32
%63.24
%27.45

Codes

Color #B98C44 in popluar color models

B98C44
RGB18514068
HSL37°46.25%49.61%
HSB/HSV37°63.24%72.55%
CMYK0.00%24.32%63.24%
27.45%

Color #B98C44 in popluar number systems.

HEXB98C44
Decimal18514068
Binary10111001100011001000100
Octal271214104

Shades and tints

Shades of #B98C44

#B98C44
(185,140,68)
#A9803E
(169,128,62)
#997438
(153,116,56)
#896832
(137,104,50)
#795C2C
(121,92,44)
#695026
(105,80,38)
#594420
(89,68,32)
#49381A
(73,56,26)
#392C14
(57,44,20)
#29200E
(41,32,14)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #B98C44

#B98C44
(185,140,68)
#BF9655
(191,150,85)
#C5A066
(197,160,102)
#CBAA77
(203,170,119)
#D1B488
(209,180,136)
#D7BE99
(215,190,153)
#DDC8AA
(221,200,170)
#E3D2BB
(227,210,187)
#E9DCCC
(233,220,204)
#EFE6DD
(239,230,221)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98C44 color. Also use rgb(185,140,68) instead hex code.

Text Font Color

.myTextColor { color: #B98C44; }

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

This text font color is #B98C44.


Background Color

.myBgColor { background-color: #B98C44; }

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

This div background color is #B98C44.


Border color

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

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

This div border color is #B98C44.


Opacity

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

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

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

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

This text has shadow with #B98C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98C44 on black background.


Color preview on white background

This text has color #B98C44 on white background.



Black color preview on #B98C44 background

This text has black color on #B98C44 background.


White color preview on #B98C44 background

This text has white color on #B98C44 background.