COLOR #B98C3A

HEX: #B98C3A
RGB: (185,140,58)

Color info

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

RGB color model

#B98C3A color RGB value is (185,140,58).

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

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 58 of 255 = 23%

185
140
58

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

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 58 = 383 (100%)
R 185 of 383 ~ 48.3%
G 140 of 383 ~ 36.55%
B 58 of 383 ~ 15.14%

%48.3
%36.55
%15.14

CMYK color model

#B98C3A color CMYK value is (0,24,69,27).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 68.65%
  • key color value is 27.45%
CMYK:
(0,24,69,27)
C0M24Y69K27 
(0%,24%,69%,27%)
(0.00/0.24/0.69/0.27)	

CMYK percentages

%0
%24.32
%68.65
%27.45

Codes

Color #B98C3A in popluar color models

B98C3A
RGB18514058
HSL39°52.26%47.65%
HSB/HSV39°68.65%72.55%
CMYK0.00%24.32%68.65%
27.45%

Color #B98C3A in popluar number systems.

HEXB98C3A
Decimal18514058
Binary1011100110001100111010
Octal27121472

Shades and tints

Shades of #B98C3A

#B98C3A
(185,140,58)
#A98035
(169,128,53)
#997430
(153,116,48)
#89682B
(137,104,43)
#795C26
(121,92,38)
#695021
(105,80,33)
#59441C
(89,68,28)
#493817
(73,56,23)
#392C12
(57,44,18)
#29200D
(41,32,13)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #B98C3A

#B98C3A
(185,140,58)
#BF964B
(191,150,75)
#C5A05C
(197,160,92)
#CBAA6D
(203,170,109)
#D1B47E
(209,180,126)
#D7BE8F
(215,190,143)
#DDC8A0
(221,200,160)
#E3D2B1
(227,210,177)
#E9DCC2
(233,220,194)
#EFE6D3
(239,230,211)
#F5F0E4
(245,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98C3A; }

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

This text font color is #B98C3A.


Background Color

.myBgColor { background-color: #B98C3A; }

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

This div background color is #B98C3A.


Border color

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

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

This div border color is #B98C3A.


Opacity

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

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

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

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

This text has shadow with #B98C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98C3A on black background.


Color preview on white background

This text has color #B98C3A on white background.



Black color preview on #B98C3A background

This text has black color on #B98C3A background.


White color preview on #B98C3A background

This text has white color on #B98C3A background.