COLOR #B98388

HEX: #B98388 RGB: (185,131,136)

Color info

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

RGB color model

#B98388 color RGB value is (185,131,136).

RGB: (185,131,136) (73%, 51%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 136 of 255 = 53%

185
131
136

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

Portions of RGB colors in percentages

R + G + B = 185 + 131 + 136 = 452 (100%)
R 185 of 452 ~ 40.93%
G 131 of 452 ~ 28.98%
B 136 of 452 ~ 30.09'%

%40.93
%28.98
%30.09

CMYK color model

#B98388 color CMYK value is (0,29,26,27).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 26.49%
  • key color value is 27.45%

CMYK: (0,29,26,27)
C0M29Y26K27 (0%, 29%, 26%, 27%)
(0.00 / 0.29 / 0.26 / 0.27)

CMYK percentages

%0
%29.19
%26.49
%27.45

Codes

Color #B98388 in popluar color models

B9 83 88
RGB 185 131 136
HSL 354° 27.84% 61.96%
HSB/HSV 354° 29.19% 72.55%
CMYK 0.00% 29.19% 26.49%
27.45%

Color #B98388 in popluar number systems.

HEX B9 83 88
Decimal 185 131 136
Binary 10111001 10000011 10001000
Octal 271 203 210

Shades and tints

Shades of #B98388

#B98388
(185,131,136)
#A9787C
(169,120,124)
#996D70
(153,109,112)
#896264
(137,98,100)
#795758
(121,87,88)
#694C4C
(105,76,76)
#594140
(89,65,64)
#493634
(73,54,52)
#392B28
(57,43,40)
#29201C
(41,32,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B98388

#B98388
(185,131,136)
#BF8E92
(191,142,146)
#C5999C
(197,153,156)
#CBA4A6
(203,164,166)
#D1AFB0
(209,175,176)
#D7BABA
(215,186,186)
#DDC5C4
(221,197,196)
#E3D0CE
(227,208,206)
#E9DBD8
(233,219,216)
#EFE6E2
(239,230,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98388 color. Also use rgb(185,131,136) instead hex code.

Text Font Color

.myTextColor { color: #B98388; }

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

This text font color is #B98388.

Background Color

.myBgColor { background-color: #B98388; }

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

This div background color is #B98388.

Border color

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

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

This div border color is #B98388.

Opacity

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

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

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

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

This text has shadow with #B98388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98388.

Preview

Color preview on black background

This text has color #B98388 on black background.


Color preview on white background

This text has color #B98388 on white background.


Black color preview on #B98388 background

This text has black color on #B98388 background.


White color preview on #B98388 background

This text has white color on #B98388 background.


Related colors

Complementary color

Complementary color for #hex is #467C77.


I love getcolorcode.com

Triadic colors

1 #88B983 and #8388B9 with #B98388 are triadic colors.

2 #8883B9 and #83B988 with #B98388 are triadic colors.