COLOR #B98441

HEX: #B98441 RGB: (185,132,65)

Color info

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

RGB color model

#B98441 color RGB value is (185,132,65).

RGB: (185,132,65) (73%, 52%, 25%)

RGB channels and saturation

R 185 of 255 = 73%
G 132 of 255 = 52%
B 65 of 255 = 25%

185
132
65

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

Portions of RGB colors in percentages

R + G + B = 185 + 132 + 65 = 382 (100%)
R 185 of 382 ~ 48.43%
G 132 of 382 ~ 34.55%
B 65 of 382 ~ 17.02'%

%48.43
%34.55
%17.02

CMYK color model

#B98441 color CMYK value is (0,29,65,27).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 64.86%
  • key color value is 27.45%
CMYK: (0,29,65,27) C0M29Y65K27 (0%,29%,65%,27%) (0.00/0.29/0.65/0.27) 

CMYK percentages

%0
%28.65
%64.86
%27.45

Codes

Color #B98441 in popluar color models

B9 84 41
RGB 185 132 65
HSL 34° 48.00% 49.02%
HSB/HSV 34° 64.86% 72.55%
CMYK 0.00% 28.65% 64.86%
27.45%

Color #B98441 in popluar number systems.

HEX B9 84 41
Decimal 185 132 65
Binary 10111001 10000100 1000001
Octal 271 204 101

Shades and tints

Shades of #B98441

#B98441
(185,132,65)
#A9783C
(169,120,60)
#996C37
(153,108,55)
#896032
(137,96,50)
#79542D
(121,84,45)
#694828
(105,72,40)
#593C23
(89,60,35)
#49301E
(73,48,30)
#392419
(57,36,25)
#291814
(41,24,20)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #B98441

#B98441
(185,132,65)
#BF8F52
(191,143,82)
#C59A63
(197,154,99)
#CBA574
(203,165,116)
#D1B085
(209,176,133)
#D7BB96
(215,187,150)
#DDC6A7
(221,198,167)
#E3D1B8
(227,209,184)
#E9DCC9
(233,220,201)
#EFE7DA
(239,231,218)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98441 color. Also use rgb(185,132,65) instead hex code.

Text Font Color

.myTextColor { color: #B98441; }

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

This text font color is #B98441.

Background Color

.myBgColor { background-color: #B98441; }

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

This div background color is #B98441.

Border color

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

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

This div border color is #B98441.

Opacity

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

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

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

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

This text has shadow with #B98441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98441.

Preview

Color preview on black background

This text has color #B98441 on black background.


Color preview on white background

This text has color #B98441 on white background.


Black color preview on #B98441 background

This text has black color on #B98441 background.


White color preview on #B98441 background

This text has white color on #B98441 background.


Related colors

Complementary color

Complementary color for #hex is #467BBE.


I love getcolorcode.com

Triadic colors

1 #41B984 and #8441B9 with #B98441 are triadic colors.

2 #4184B9 and #84B941 with #B98441 are triadic colors.