COLOR #B0938B

HEX: #B0938B
RGB: (176,147,139)

Color info

#B0938B contains red, green and blue colors in about the same proportion. Web safe color of #B0938B is #999999 (or #999).

RGB color model

#B0938B color RGB value is (176,147,139).

  • red value is 176;
  • green value is 147;
  • blue value is 139.
RGB:
(176,147,139)
(69%,58%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 139 of 255 = 55%

176
147
139

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 139 = 462 (100%)
R 176 of 462 ~ 38.1%
G 147 of 462 ~ 31.82%
B 139 of 462 ~ 30.09%

%38.1
%31.82
%30.09

CMYK color model

#B0938B color CMYK value is (0,16,21,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(0,16,21,31)
C0M16Y21K31 
(0%,16%,21%,31%)
(0.00/0.16/0.21/0.31)	

CMYK percentages

%0
%16.48
%21.02
%30.98

Codes

Color #B0938B in popluar color models

B0938B
RGB176147139
HSL13°18.97%61.76%
HSB/HSV13°21.02%69.02%
CMYK0.00%16.48%21.02%
30.98%

Color #B0938B in popluar number systems.

HEXB0938B
Decimal176147139
Binary101100001001001110001011
Octal260223213

Shades and tints

Shades of #B0938B

#B0938B
(176,147,139)
#A0867F
(160,134,127)
#907973
(144,121,115)
#806C67
(128,108,103)
#705F5B
(112,95,91)
#60524F
(96,82,79)
#504543
(80,69,67)
#403837
(64,56,55)
#302B2B
(48,43,43)
#201E1F
(32,30,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #B0938B

#B0938B
(176,147,139)
#B79C95
(183,156,149)
#BEA59F
(190,165,159)
#C5AEA9
(197,174,169)
#CCB7B3
(204,183,179)
#D3C0BD
(211,192,189)
#DAC9C7
(218,201,199)
#E1D2D1
(225,210,209)
#E8DBDB
(232,219,219)
#EFE4E5
(239,228,229)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0938B color. Also use rgb(176,147,139) instead hex code.

Text Font Color

.myTextColor { color: #B0938B; }

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

This text font color is #B0938B.


Background Color

.myBgColor { background-color: #B0938B; }

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

This div background color is #B0938B.


Border color

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

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

This div border color is #B0938B.


Opacity

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

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

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

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

This text has shadow with #B0938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0938B on black background.


Color preview on white background

This text has color #B0938B on white background.



Black color preview on #B0938B background

This text has black color on #B0938B background.


White color preview on #B0938B background

This text has white color on #B0938B background.