COLOR #B98752

HEX: #B98752
RGB: (185,135,82)

Color info

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

RGB color model

#B98752 color RGB value is (185,135,82).

  • red value is 185;
  • green value is 135;
  • blue value is 82.
RGB:
(185,135,82)
(73%,53%,32%)

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 82 of 255 = 32%

185
135
82

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

Portions of RGB colors in percentages

R + G + B =
185 + 135 + 82 = 402 (100%)
R 185 of 402 ~ 46.02%
G 135 of 402 ~ 33.58%
B 82 of 402 ~ 20.4%

%46.02
%33.58
%20.4

CMYK color model

#B98752 color CMYK value is (0,27,56,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 55.68%
  • key color value is 27.45%
CMYK:
(0,27,56,27)
C0M27Y56K27 
(0%,27%,56%,27%)
(0.00/0.27/0.56/0.27)	

CMYK percentages

%0
%27.03
%55.68
%27.45

Codes

Color #B98752 in popluar color models

B98752
RGB18513582
HSL31°42.39%52.35%
HSB/HSV31°55.68%72.55%
CMYK0.00%27.03%55.68%
27.45%

Color #B98752 in popluar number systems.

HEXB98752
Decimal18513582
Binary10111001100001111010010
Octal271207122

Shades and tints

Shades of #B98752

#B98752
(185,135,82)
#A97B4B
(169,123,75)
#996F44
(153,111,68)
#89633D
(137,99,61)
#795736
(121,87,54)
#694B2F
(105,75,47)
#593F28
(89,63,40)
#493321
(73,51,33)
#39271A
(57,39,26)
#291B13
(41,27,19)
#190F0C
(25,15,12)
#000000
(0,0,0)

Tints of #B98752

#B98752
(185,135,82)
#BF9161
(191,145,97)
#C59B70
(197,155,112)
#CBA57F
(203,165,127)
#D1AF8E
(209,175,142)
#D7B99D
(215,185,157)
#DDC3AC
(221,195,172)
#E3CDBB
(227,205,187)
#E9D7CA
(233,215,202)
#EFE1D9
(239,225,217)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98752 color. Also use rgb(185,135,82) instead hex code.

Text Font Color

.myTextColor { color: #B98752; }

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

This text font color is #B98752.


Background Color

.myBgColor { background-color: #B98752; }

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

This div background color is #B98752.


Border color

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

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

This div border color is #B98752.


Opacity

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

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

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

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

This text has shadow with #B98752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98752 on black background.


Color preview on white background

This text has color #B98752 on white background.



Black color preview on #B98752 background

This text has black color on #B98752 background.


White color preview on #B98752 background

This text has white color on #B98752 background.