COLOR #B0958C

HEX: #B0958C
RGB: (176,149,140)

Color info

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

RGB color model

#B0958C color RGB value is (176,149,140).

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

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 140 of 255 = 55%

176
149
140

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

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 140 = 465 (100%)
R 176 of 465 ~ 37.85%
G 149 of 465 ~ 32.04%
B 140 of 465 ~ 30.11%

%37.85
%32.04
%30.11

CMYK color model

#B0958C color CMYK value is (0,15,20,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 20.45%
  • key color value is 30.98%
CMYK:
(0,15,20,31)
C0M15Y20K31 
(0%,15%,20%,31%)
(0.00/0.15/0.20/0.31)	

CMYK percentages

%0
%15.34
%20.45
%30.98

Codes

Color #B0958C in popluar color models

B0958C
RGB176149140
HSL15°18.56%61.96%
HSB/HSV15°20.45%69.02%
CMYK0.00%15.34%20.45%
30.98%

Color #B0958C in popluar number systems.

HEXB0958C
Decimal176149140
Binary101100001001010110001100
Octal260225214

Shades and tints

Shades of #B0958C

#B0958C
(176,149,140)
#A08880
(160,136,128)
#907B74
(144,123,116)
#806E68
(128,110,104)
#70615C
(112,97,92)
#605450
(96,84,80)
#504744
(80,71,68)
#403A38
(64,58,56)
#302D2C
(48,45,44)
#202020
(32,32,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0958C

#B0958C
(176,149,140)
#B79E96
(183,158,150)
#BEA7A0
(190,167,160)
#C5B0AA
(197,176,170)
#CCB9B4
(204,185,180)
#D3C2BE
(211,194,190)
#DACBC8
(218,203,200)
#E1D4D2
(225,212,210)
#E8DDDC
(232,221,220)
#EFE6E6
(239,230,230)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0958C color. Also use rgb(176,149,140) instead hex code.

Text Font Color

.myTextColor { color: #B0958C; }

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

This text font color is #B0958C.


Background Color

.myBgColor { background-color: #B0958C; }

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

This div background color is #B0958C.


Border color

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

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

This div border color is #B0958C.


Opacity

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

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

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

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

This text has shadow with #B0958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0958C on black background.


Color preview on white background

This text has color #B0958C on white background.



Black color preview on #B0958C background

This text has black color on #B0958C background.


White color preview on #B0958C background

This text has white color on #B0958C background.