COLOR #B98271

HEX: #B98271
RGB: (185,130,113)

Color info

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

RGB color model

#B98271 color RGB value is (185,130,113).

  • red value is 185;
  • green value is 130;
  • blue value is 113.
RGB:
(185,130,113)
(73%,51%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 113 of 255 = 44%

185
130
113

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

Portions of RGB colors in percentages

R + G + B =
185 + 130 + 113 = 428 (100%)
R 185 of 428 ~ 43.22%
G 130 of 428 ~ 30.37%
B 113 of 428 ~ 26.4%

%43.22
%30.37
%26.4

CMYK color model

#B98271 color CMYK value is (0,30,39,27).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(0,30,39,27)
C0M30Y39K27 
(0%,30%,39%,27%)
(0.00/0.30/0.39/0.27)	

CMYK percentages

%0
%29.73
%38.92
%27.45

Codes

Color #B98271 in popluar color models

B98271
RGB185130113
HSL14°33.96%58.43%
HSB/HSV14°38.92%72.55%
CMYK0.00%29.73%38.92%
27.45%

Color #B98271 in popluar number systems.

HEXB98271
Decimal185130113
Binary10111001100000101110001
Octal271202161

Shades and tints

Shades of #B98271

#B98271
(185,130,113)
#A97767
(169,119,103)
#996C5D
(153,108,93)
#896153
(137,97,83)
#795649
(121,86,73)
#694B3F
(105,75,63)
#594035
(89,64,53)
#49352B
(73,53,43)
#392A21
(57,42,33)
#291F17
(41,31,23)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #B98271

#B98271
(185,130,113)
#BF8D7D
(191,141,125)
#C59889
(197,152,137)
#CBA395
(203,163,149)
#D1AEA1
(209,174,161)
#D7B9AD
(215,185,173)
#DDC4B9
(221,196,185)
#E3CFC5
(227,207,197)
#E9DAD1
(233,218,209)
#EFE5DD
(239,229,221)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98271 color. Also use rgb(185,130,113) instead hex code.

Text Font Color

.myTextColor { color: #B98271; }

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

This text font color is #B98271.


Background Color

.myBgColor { background-color: #B98271; }

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

This div background color is #B98271.


Border color

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

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

This div border color is #B98271.


Opacity

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

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

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

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

This text has shadow with #B98271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98271 on black background.


Color preview on white background

This text has color #B98271 on white background.



Black color preview on #B98271 background

This text has black color on #B98271 background.


White color preview on #B98271 background

This text has white color on #B98271 background.