COLOR #B98F59

HEX: #B98F59 RGB: (185,143,89)

Color info

#B98F59 contains mainly red and green colors. Web safe color of #B98F59 is #CC9966 (or #C96).

RGB color model

#B98F59 color RGB value is (185,143,89).

RGB: (185,143,89) (73%, 56%, 35%)

RGB channels and saturation

R 185 of 255 = 73%
G 143 of 255 = 56%
B 89 of 255 = 35%

185
143
89

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

Portions of RGB colors in percentages

R + G + B = 185 + 143 + 89 = 417 (100%)
R 185 of 417 ~ 44.36%
G 143 of 417 ~ 34.29%
B 89 of 417 ~ 21.34'%

%44.36
%34.29
%21.34

CMYK color model

#B98F59 color CMYK value is (0,23,52,27).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 51.89%
  • key color value is 27.45%

CMYK: (0,23,52,27)
C0M23Y52K27 (0%, 23%, 52%, 27%)
(0.00 / 0.23 / 0.52 / 0.27)

CMYK percentages

%0
%22.7
%51.89
%27.45

Codes

Color #B98F59 in popluar color models

B9 8F 59
RGB 185 143 89
HSL 34° 40.68% 53.73%
HSB/HSV 34° 51.89% 72.55%
CMYK 0.00% 22.70% 51.89%
27.45%

Color #B98F59 in popluar number systems.

HEX B9 8F 59
Decimal 185 143 89
Binary 10111001 10001111 1011001
Octal 271 217 131

Shades and tints

Shades of #B98F59

#B98F59
(185,143,89)
#A98251
(169,130,81)
#997549
(153,117,73)
#896841
(137,104,65)
#795B39
(121,91,57)
#694E31
(105,78,49)
#594129
(89,65,41)
#493421
(73,52,33)
#392719
(57,39,25)
#291A11
(41,26,17)
#190D09
(25,13,9)
#000000
(0,0,0)

Tints of #B98F59

#B98F59
(185,143,89)
#BF9968
(191,153,104)
#C5A377
(197,163,119)
#CBAD86
(203,173,134)
#D1B795
(209,183,149)
#D7C1A4
(215,193,164)
#DDCBB3
(221,203,179)
#E3D5C2
(227,213,194)
#E9DFD1
(233,223,209)
#EFE9E0
(239,233,224)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98F59 color. Also use rgb(185,143,89) instead hex code.

Text Font Color

.myTextColor { color: #B98F59; }

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

This text font color is #B98F59.

Background Color

.myBgColor { background-color: #B98F59; }

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

This div background color is #B98F59.

Border color

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

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

This div border color is #B98F59.

Opacity

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

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

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

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

This text has shadow with #B98F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98F59.

Preview

Color preview on black background

This text has color #B98F59 on black background.


Color preview on white background

This text has color #B98F59 on white background.


Black color preview on #B98F59 background

This text has black color on #B98F59 background.


White color preview on #B98F59 background

This text has white color on #B98F59 background.


Related colors

Complementary color

Complementary color for #hex is #4670A6.


I love getcolorcode.com

Triadic colors

1 #59B98F and #8F59B9 with #B98F59 are triadic colors.

2 #598FB9 and #8FB959 with #B98F59 are triadic colors.