COLOR #B98E50

HEX: #B98E50 RGB: (185,142,80)

Color info

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

RGB color model

#B98E50 color RGB value is (185,142,80).

RGB: (185,142,80) (73%, 56%, 31%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 80 of 255 = 31%

185
142
80

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

Portions of RGB colors in percentages

R + G + B = 185 + 142 + 80 = 407 (100%)
R 185 of 407 ~ 45.45%
G 142 of 407 ~ 34.89%
B 80 of 407 ~ 19.66'%

%45.45
%34.89
%19.66

CMYK color model

#B98E50 color CMYK value is (0,23,57,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 56.76%
  • key color value is 27.45%

CMYK: (0,23,57,27)
C0M23Y57K27 (0%, 23%, 57%, 27%)
(0.00 / 0.23 / 0.57 / 0.27)

CMYK percentages

%0
%23.24
%56.76
%27.45

Codes

Color #B98E50 in popluar color models

B9 8E 50
RGB 185 142 80
HSL 35° 42.86% 51.96%
HSB/HSV 35° 56.76% 72.55%
CMYK 0.00% 23.24% 56.76%
27.45%

Color #B98E50 in popluar number systems.

HEX B9 8E 50
Decimal 185 142 80
Binary 10111001 10001110 1010000
Octal 271 216 120

Shades and tints

Shades of #B98E50

#B98E50
(185,142,80)
#A98249
(169,130,73)
#997642
(153,118,66)
#896A3B
(137,106,59)
#795E34
(121,94,52)
#69522D
(105,82,45)
#594626
(89,70,38)
#493A1F
(73,58,31)
#392E18
(57,46,24)
#292211
(41,34,17)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #B98E50

#B98E50
(185,142,80)
#BF985F
(191,152,95)
#C5A26E
(197,162,110)
#CBAC7D
(203,172,125)
#D1B68C
(209,182,140)
#D7C09B
(215,192,155)
#DDCAAA
(221,202,170)
#E3D4B9
(227,212,185)
#E9DEC8
(233,222,200)
#EFE8D7
(239,232,215)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98E50 color. Also use rgb(185,142,80) instead hex code.

Text Font Color

.myTextColor { color: #B98E50; }

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

This text font color is #B98E50.

Background Color

.myBgColor { background-color: #B98E50; }

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

This div background color is #B98E50.

Border color

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

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

This div border color is #B98E50.

Opacity

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

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

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

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

This text has shadow with #B98E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98E50.

Preview

Color preview on black background

This text has color #B98E50 on black background.


Color preview on white background

This text has color #B98E50 on white background.


Black color preview on #B98E50 background

This text has black color on #B98E50 background.


White color preview on #B98E50 background

This text has white color on #B98E50 background.


Related colors

Complementary color

Complementary color for #hex is #4671AF.


I love getcolorcode.com

Triadic colors

1 #50B98E and #8E50B9 with #B98E50 are triadic colors.

2 #508EB9 and #8EB950 with #B98E50 are triadic colors.