COLOR #B98E58

HEX: #B98E58
RGB: (185,142,88)

Color info

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

RGB color model

#B98E58 color RGB value is (185,142,88).

  • red value is 185;
  • green value is 142;
  • blue value is 88.
RGB:
(185,142,88)
(73%,56%,35%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 88 of 255 = 35%

185
142
88

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 88 = 415 (100%)
R 185 of 415 ~ 44.58%
G 142 of 415 ~ 34.22%
B 88 of 415 ~ 21.2%

%44.58
%34.22
%21.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 52.43%
  • 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
%23.24
%52.43
%27.45

Codes

Color #B98E58 in popluar color models

B98E58
RGB18514288
HSL33°40.93%53.53%
HSB/HSV33°52.43%72.55%
CMYK0.00%23.24%52.43%
27.45%

Color #B98E58 in popluar number systems.

HEXB98E58
Decimal18514288
Binary10111001100011101011000
Octal271216130

Shades and tints

Shades of #B98E58

#B98E58
(185,142,88)
#A98250
(169,130,80)
#997648
(153,118,72)
#896A40
(137,106,64)
#795E38
(121,94,56)
#695230
(105,82,48)
#594628
(89,70,40)
#493A20
(73,58,32)
#392E18
(57,46,24)
#292210
(41,34,16)
#191608
(25,22,8)
#000000
(0,0,0)

Tints of #B98E58

#B98E58
(185,142,88)
#BF9867
(191,152,103)
#C5A276
(197,162,118)
#CBAC85
(203,172,133)
#D1B694
(209,182,148)
#D7C0A3
(215,192,163)
#DDCAB2
(221,202,178)
#E3D4C1
(227,212,193)
#E9DED0
(233,222,208)
#EFE8DF
(239,232,223)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E58; }

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

This text font color is #B98E58.


Background Color

.myBgColor { background-color: #B98E58; }

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

This div background color is #B98E58.


Border color

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

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

This div border color is #B98E58.


Opacity

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

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

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

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

This text has shadow with #B98E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98E58 on black background.


Color preview on white background

This text has color #B98E58 on white background.



Black color preview on #B98E58 background

This text has black color on #B98E58 background.


White color preview on #B98E58 background

This text has white color on #B98E58 background.