COLOR #B0958D

HEX: #B0958D RGB: (176,149,141)

Color info

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

RGB color model

#B0958D color RGB value is (176,149,141).

RGB: (176,149,141) (69%, 58%, 55%)

RGB channels and saturation

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

176
149
141

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

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 141 = 466 (100%)
R 176 of 466 ~ 37.77%
G 149 of 466 ~ 31.97%
B 141 of 466 ~ 30.26'%

%37.77
%31.97
%30.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 19.89%
  • 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
%19.89
%30.98

Codes

Color #B0958D in popluar color models

B0 95 8D
RGB 176 149 141
HSL 14° 18.13% 62.16%
HSB/HSV 14° 19.89% 69.02%
CMYK 0.00% 15.34% 19.89%
30.98%

Color #B0958D in popluar number systems.

HEX B0 95 8D
Decimal 176 149 141
Binary 10110000 10010101 10001101
Octal 260 225 215

Shades and tints

Shades of #B0958D

#B0958D
(176,149,141)
#A08881
(160,136,129)
#907B75
(144,123,117)
#806E69
(128,110,105)
#70615D
(112,97,93)
#605451
(96,84,81)
#504745
(80,71,69)
#403A39
(64,58,57)
#302D2D
(48,45,45)
#202021
(32,32,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0958D

#B0958D
(176,149,141)
#B79E97
(183,158,151)
#BEA7A1
(190,167,161)
#C5B0AB
(197,176,171)
#CCB9B5
(204,185,181)
#D3C2BF
(211,194,191)
#DACBC9
(218,203,201)
#E1D4D3
(225,212,211)
#E8DDDD
(232,221,221)
#EFE6E7
(239,230,231)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0958D; }

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

This text font color is #B0958D.

Background Color

.myBgColor { background-color: #B0958D; }

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

This div background color is #B0958D.

Border color

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

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

This div border color is #B0958D.

Opacity

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

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

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

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

This text has shadow with #B0958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0958D.

Preview

Color preview on black background

This text has color #B0958D on black background.


Color preview on white background

This text has color #B0958D on white background.


Black color preview on #B0958D background

This text has black color on #B0958D background.


White color preview on #B0958D background

This text has white color on #B0958D background.


Related colors

Complementary color

Complementary color for #hex is #4F6A72.


I love getcolorcode.com

Triadic colors

1 #8DB095 and #958DB0 with #B0958D are triadic colors.

2 #8D95B0 and #95B08D with #B0958D are triadic colors.