COLOR #B98E81

HEX: #B98E81 RGB: (185,142,129)

Color info

#B98E81 contains red, green and blue colors in about the same proportion. Web safe color of #B98E81 is #CC9999 (or #C99).

RGB color model

#B98E81 color RGB value is (185,142,129).

RGB: (185,142,129) (73%, 56%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 129 of 255 = 51%

185
142
129

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

Portions of RGB colors in percentages

R + G + B = 185 + 142 + 129 = 456 (100%)
R 185 of 456 ~ 40.57%
G 142 of 456 ~ 31.14%
B 129 of 456 ~ 28.29'%

%40.57
%31.14
%28.29

CMYK color model

#B98E81 color CMYK value is (0,23,30,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 30.27%
  • key color value is 27.45%

CMYK: (0,23,30,27)
C0M23Y30K27 (0%, 23%, 30%, 27%)
(0.00 / 0.23 / 0.30 / 0.27)

CMYK percentages

%0
%23.24
%30.27
%27.45

Codes

Color #B98E81 in popluar color models

B9 8E 81
RGB 185 142 129
HSL 14° 28.57% 61.57%
HSB/HSV 14° 30.27% 72.55%
CMYK 0.00% 23.24% 30.27%
27.45%

Color #B98E81 in popluar number systems.

HEX B9 8E 81
Decimal 185 142 129
Binary 10111001 10001110 10000001
Octal 271 216 201

Shades and tints

Shades of #B98E81

#B98E81
(185,142,129)
#A98276
(169,130,118)
#99766B
(153,118,107)
#896A60
(137,106,96)
#795E55
(121,94,85)
#69524A
(105,82,74)
#59463F
(89,70,63)
#493A34
(73,58,52)
#392E29
(57,46,41)
#29221E
(41,34,30)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B98E81

#B98E81
(185,142,129)
#BF988C
(191,152,140)
#C5A297
(197,162,151)
#CBACA2
(203,172,162)
#D1B6AD
(209,182,173)
#D7C0B8
(215,192,184)
#DDCAC3
(221,202,195)
#E3D4CE
(227,212,206)
#E9DED9
(233,222,217)
#EFE8E4
(239,232,228)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E81; }

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

This text font color is #B98E81.

Background Color

.myBgColor { background-color: #B98E81; }

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

This div background color is #B98E81.

Border color

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

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

This div border color is #B98E81.

Opacity

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

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

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

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

This text has shadow with #B98E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98E81.

Preview

Color preview on black background

This text has color #B98E81 on black background.


Color preview on white background

This text has color #B98E81 on white background.


Black color preview on #B98E81 background

This text has black color on #B98E81 background.


White color preview on #B98E81 background

This text has white color on #B98E81 background.


Related colors

Complementary color

Complementary color for #hex is #46717E.


I love getcolorcode.com

Triadic colors

1 #81B98E and #8E81B9 with #B98E81 are triadic colors.

2 #818EB9 and #8EB981 with #B98E81 are triadic colors.