COLOR #B98E6E

HEX: #B98E6E
RGB: (185,142,110)

Color info

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

RGB color model

#B98E6E color RGB value is (185,142,110).

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

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 110 of 255 = 43%

185
142
110

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 110 = 437 (100%)
R 185 of 437 ~ 42.33%
G 142 of 437 ~ 32.49%
B 110 of 437 ~ 25.17%

%42.33
%32.49
%25.17

CMYK color model

#B98E6E color CMYK value is (0,23,41,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 40.54%
  • key color value is 27.45%
CMYK:
(0,23,41,27)
C0M23Y41K27 
(0%,23%,41%,27%)
(0.00/0.23/0.41/0.27)	

CMYK percentages

%0
%23.24
%40.54
%27.45

Codes

Color #B98E6E in popluar color models

B98E6E
RGB185142110
HSL26°34.88%57.84%
HSB/HSV26°40.54%72.55%
CMYK0.00%23.24%40.54%
27.45%

Color #B98E6E in popluar number systems.

HEXB98E6E
Decimal185142110
Binary10111001100011101101110
Octal271216156

Shades and tints

Shades of #B98E6E

#B98E6E
(185,142,110)
#A98264
(169,130,100)
#99765A
(153,118,90)
#896A50
(137,106,80)
#795E46
(121,94,70)
#69523C
(105,82,60)
#594632
(89,70,50)
#493A28
(73,58,40)
#392E1E
(57,46,30)
#292214
(41,34,20)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #B98E6E

#B98E6E
(185,142,110)
#BF987B
(191,152,123)
#C5A288
(197,162,136)
#CBAC95
(203,172,149)
#D1B6A2
(209,182,162)
#D7C0AF
(215,192,175)
#DDCABC
(221,202,188)
#E3D4C9
(227,212,201)
#E9DED6
(233,222,214)
#EFE8E3
(239,232,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E6E; }

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

This text font color is #B98E6E.


Background Color

.myBgColor { background-color: #B98E6E; }

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

This div background color is #B98E6E.


Border color

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

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

This div border color is #B98E6E.


Opacity

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

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

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

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

This text has shadow with #B98E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98E6E on black background.


Color preview on white background

This text has color #B98E6E on white background.



Black color preview on #B98E6E background

This text has black color on #B98E6E background.


White color preview on #B98E6E background

This text has white color on #B98E6E background.