COLOR #B9918D

HEX: #B9918D
RGB: (185,145,141)

Color info

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

RGB color model

#B9918D color RGB value is (185,145,141).

  • red value is 185;
  • green value is 145;
  • blue value is 141.
RGB:
(185,145,141)
(73%,57%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 141 of 255 = 55%

185
145
141

R + G + B ~ 62%. #B9918D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 141 = 471 (100%)
R 185 of 471 ~ 39.28%
G 145 of 471 ~ 30.79%
B 141 of 471 ~ 29.94%

%39.28
%30.79
%29.94

CMYK color model

#B9918D color CMYK value is (0,22,24,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK:
(0,22,24,27)
C0M22Y24K27 
(0%,22%,24%,27%)
(0.00/0.22/0.24/0.27)	

CMYK percentages

%0
%21.62
%23.78
%27.45

Codes

Color #B9918D in popluar color models

B9918D
RGB185145141
HSL23.91%63.92%
HSB/HSV23.78%72.55%
CMYK0.00%21.62%23.78%
27.45%

Color #B9918D in popluar number systems.

HEXB9918D
Decimal185145141
Binary101110011001000110001101
Octal271221215

Shades and tints

Shades of #B9918D

#B9918D
(185,145,141)
#A98481
(169,132,129)
#997775
(153,119,117)
#896A69
(137,106,105)
#795D5D
(121,93,93)
#695051
(105,80,81)
#594345
(89,67,69)
#493639
(73,54,57)
#39292D
(57,41,45)
#291C21
(41,28,33)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B9918D

#B9918D
(185,145,141)
#BF9B97
(191,155,151)
#C5A5A1
(197,165,161)
#CBAFAB
(203,175,171)
#D1B9B5
(209,185,181)
#D7C3BF
(215,195,191)
#DDCDC9
(221,205,201)
#E3D7D3
(227,215,211)
#E9E1DD
(233,225,221)
#EFEBE7
(239,235,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9918D color. Also use rgb(185,145,141) instead hex code.

Text Font Color

.myTextColor { color: #B9918D; }

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

This text font color is #B9918D.


Background Color

.myBgColor { background-color: #B9918D; }

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

This div background color is #B9918D.


Border color

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

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

This div border color is #B9918D.


Opacity

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

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

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

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

This text has shadow with #B9918D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9918D on black background.


Color preview on white background

This text has color #B9918D on white background.



Black color preview on #B9918D background

This text has black color on #B9918D background.


White color preview on #B9918D background

This text has white color on #B9918D background.