COLOR #B98527

HEX: #B98527
RGB: (185,133,39)

Color info

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

RGB color model

#B98527 color RGB value is (185,133,39).

  • red value is 185;
  • green value is 133;
  • blue value is 39.
RGB:
(185,133,39)
(73%,52%,15%)

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 39 of 255 = 15%

185
133
39

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

Portions of RGB colors in percentages

R + G + B =
185 + 133 + 39 = 357 (100%)
R 185 of 357 ~ 51.82%
G 133 of 357 ~ 37.25%
B 39 of 357 ~ 10.92%

%51.82
%37.25
%10.92

CMYK color model

#B98527 color CMYK value is (0,28,79,27).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 78.92%
  • key color value is 27.45%
CMYK:
(0,28,79,27)
C0M28Y79K27 
(0%,28%,79%,27%)
(0.00/0.28/0.79/0.27)	

CMYK percentages

%0
%28.11
%78.92
%27.45

Codes

Color #B98527 in popluar color models

B98527
RGB18513339
HSL39°65.18%43.92%
HSB/HSV39°78.92%72.55%
CMYK0.00%28.11%78.92%
27.45%

Color #B98527 in popluar number systems.

HEXB98527
Decimal18513339
Binary1011100110000101100111
Octal27120547

Shades and tints

Shades of #B98527

#B98527
(185,133,39)
#A97924
(169,121,36)
#996D21
(153,109,33)
#89611E
(137,97,30)
#79551B
(121,85,27)
#694918
(105,73,24)
#593D15
(89,61,21)
#493112
(73,49,18)
#39250F
(57,37,15)
#29190C
(41,25,12)
#190D09
(25,13,9)
#000000
(0,0,0)

Tints of #B98527

#B98527
(185,133,39)
#BF903A
(191,144,58)
#C59B4D
(197,155,77)
#CBA660
(203,166,96)
#D1B173
(209,177,115)
#D7BC86
(215,188,134)
#DDC799
(221,199,153)
#E3D2AC
(227,210,172)
#E9DDBF
(233,221,191)
#EFE8D2
(239,232,210)
#F5F3E5
(245,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98527 color. Also use rgb(185,133,39) instead hex code.

Text Font Color

.myTextColor { color: #B98527; }

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

This text font color is #B98527.


Background Color

.myBgColor { background-color: #B98527; }

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

This div background color is #B98527.


Border color

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

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

This div border color is #B98527.


Opacity

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

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

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

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

This text has shadow with #B98527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98527 on black background.


Color preview on white background

This text has color #B98527 on white background.



Black color preview on #B98527 background

This text has black color on #B98527 background.


White color preview on #B98527 background

This text has white color on #B98527 background.