COLOR #B98A7D

HEX: #B98A7D RGB: (185,138,125)

Color info

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

RGB color model

#B98A7D color RGB value is (185,138,125).

RGB: (185,138,125) (73%, 54%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 138 of 255 = 54%
B 125 of 255 = 49%

185
138
125

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

Portions of RGB colors in percentages

R + G + B = 185 + 138 + 125 = 448 (100%)
R 185 of 448 ~ 41.29%
G 138 of 448 ~ 30.8%
B 125 of 448 ~ 27.9'%

%41.29
%30.8
%27.9

CMYK color model

#B98A7D color CMYK value is (0,25,32,27).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK: (0,25,32,27) C0M25Y32K27 (0%,25%,32%,27%) (0.00/0.25/0.32/0.27) 

CMYK percentages

%0
%25.41
%32.43
%27.45

Codes

Color #B98A7D in popluar color models

B9 8A 7D
RGB 185 138 125
HSL 13° 30.00% 60.78%
HSB/HSV 13° 32.43% 72.55%
CMYK 0.00% 25.41% 32.43%
27.45%

Color #B98A7D in popluar number systems.

HEX B9 8A 7D
Decimal 185 138 125
Binary 10111001 10001010 1111101
Octal 271 212 175

Shades and tints

Shades of #B98A7D

#B98A7D
(185,138,125)
#A97E72
(169,126,114)
#997267
(153,114,103)
#89665C
(137,102,92)
#795A51
(121,90,81)
#694E46
(105,78,70)
#59423B
(89,66,59)
#493630
(73,54,48)
#392A25
(57,42,37)
#291E1A
(41,30,26)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #B98A7D

#B98A7D
(185,138,125)
#BF9488
(191,148,136)
#C59E93
(197,158,147)
#CBA89E
(203,168,158)
#D1B2A9
(209,178,169)
#D7BCB4
(215,188,180)
#DDC6BF
(221,198,191)
#E3D0CA
(227,208,202)
#E9DAD5
(233,218,213)
#EFE4E0
(239,228,224)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98A7D color. Also use rgb(185,138,125) instead hex code.

Text Font Color

.myTextColor { color: #B98A7D; }

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

This text font color is #B98A7D.

Background Color

.myBgColor { background-color: #B98A7D; }

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

This div background color is #B98A7D.

Border color

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

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

This div border color is #B98A7D.

Opacity

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

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

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

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

This text has shadow with #B98A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98A7D.

Preview

Color preview on black background

This text has color #B98A7D on black background.


Color preview on white background

This text has color #B98A7D on white background.


Black color preview on #B98A7D background

This text has black color on #B98A7D background.


White color preview on #B98A7D background

This text has white color on #B98A7D background.


Related colors

Complementary color

Complementary color for #hex is #467582.


I love getcolorcode.com

Triadic colors

1 #7DB98A and #8A7DB9 with #B98A7D are triadic colors.

2 #7D8AB9 and #8AB97D with #B98A7D are triadic colors.