COLOR #B98194

HEX: #B98194 RGB: (185,129,148)

Color info

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

RGB color model

#B98194 color RGB value is (185,129,148).

RGB: (185,129,148) (73%, 51%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 148 of 255 = 58%

185
129
148

R + G + B ~ 61%. #B98194 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 129 + 148 = 462 (100%)
R 185 of 462 ~ 40.04%
G 129 of 462 ~ 27.92%
B 148 of 462 ~ 32.03'%

%40.04
%27.92
%32.03

CMYK color model

#B98194 color CMYK value is (0,30,20,27).

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

CMYK: (0,30,20,27)
C0M30Y20K27 (0%, 30%, 20%, 27%)
(0.00 / 0.30 / 0.20 / 0.27)

CMYK percentages

%0
%30.27
%20
%27.45

Codes

Color #B98194 in popluar color models

B9 81 94
RGB 185 129 148
HSL 340° 28.57% 61.57%
HSB/HSV 340° 30.27% 72.55%
CMYK 0.00% 30.27% 20.00%
27.45%

Color #B98194 in popluar number systems.

HEX B9 81 94
Decimal 185 129 148
Binary 10111001 10000001 10010100
Octal 271 201 224

Shades and tints

Shades of #B98194

#B98194
(185,129,148)
#A97687
(169,118,135)
#996B7A
(153,107,122)
#89606D
(137,96,109)
#795560
(121,85,96)
#694A53
(105,74,83)
#593F46
(89,63,70)
#493439
(73,52,57)
#39292C
(57,41,44)
#291E1F
(41,30,31)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #B98194

#B98194
(185,129,148)
#BF8C9D
(191,140,157)
#C597A6
(197,151,166)
#CBA2AF
(203,162,175)
#D1ADB8
(209,173,184)
#D7B8C1
(215,184,193)
#DDC3CA
(221,195,202)
#E3CED3
(227,206,211)
#E9D9DC
(233,217,220)
#EFE4E5
(239,228,229)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98194; }

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

This text font color is #B98194.

Background Color

.myBgColor { background-color: #B98194; }

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

This div background color is #B98194.

Border color

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

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

This div border color is #B98194.

Opacity

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

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

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

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

This text has shadow with #B98194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98194.

Preview

Color preview on black background

This text has color #B98194 on black background.


Color preview on white background

This text has color #B98194 on white background.


Black color preview on #B98194 background

This text has black color on #B98194 background.


White color preview on #B98194 background

This text has white color on #B98194 background.


Related colors

Complementary color

Complementary color for #hex is #467E6B.


I love getcolorcode.com

Triadic colors

1 #94B981 and #8194B9 with #B98194 are triadic colors.

2 #9481B9 and #81B994 with #B98194 are triadic colors.