COLOR #B0958A

HEX: #B0958A
RGB: (176,149,138)

Color info

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

RGB color model

#B0958A color RGB value is (176,149,138).

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

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 138 of 255 = 54%

176
149
138

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

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 138 = 463 (100%)
R 176 of 463 ~ 38.01%
G 149 of 463 ~ 32.18%
B 138 of 463 ~ 29.81%

%38.01
%32.18
%29.81

CMYK color model

#B0958A color CMYK value is (0,15,22,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(0,15,22,31)
C0M15Y22K31 
(0%,15%,22%,31%)
(0.00/0.15/0.22/0.31)	

CMYK percentages

%0
%15.34
%21.59
%30.98

Codes

Color #B0958A in popluar color models

B0958A
RGB176149138
HSL17°19.39%61.57%
HSB/HSV17°21.59%69.02%
CMYK0.00%15.34%21.59%
30.98%

Color #B0958A in popluar number systems.

HEXB0958A
Decimal176149138
Binary101100001001010110001010
Octal260225212

Shades and tints

Shades of #B0958A

#B0958A
(176,149,138)
#A0887E
(160,136,126)
#907B72
(144,123,114)
#806E66
(128,110,102)
#70615A
(112,97,90)
#60544E
(96,84,78)
#504742
(80,71,66)
#403A36
(64,58,54)
#302D2A
(48,45,42)
#20201E
(32,32,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #B0958A

#B0958A
(176,149,138)
#B79E94
(183,158,148)
#BEA79E
(190,167,158)
#C5B0A8
(197,176,168)
#CCB9B2
(204,185,178)
#D3C2BC
(211,194,188)
#DACBC6
(218,203,198)
#E1D4D0
(225,212,208)
#E8DDDA
(232,221,218)
#EFE6E4
(239,230,228)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0958A; }

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

This text font color is #B0958A.


Background Color

.myBgColor { background-color: #B0958A; }

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

This div background color is #B0958A.


Border color

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

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

This div border color is #B0958A.


Opacity

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

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

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

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

This text has shadow with #B0958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0958A on black background.


Color preview on white background

This text has color #B0958A on white background.



Black color preview on #B0958A background

This text has black color on #B0958A background.


White color preview on #B0958A background

This text has white color on #B0958A background.