COLOR #B6958D

HEX: #B6958D
RGB: (182,149,141)

Color info

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

RGB color model

#B6958D color RGB value is (182,149,141).

  • red value is 182;
  • green value is 149;
  • blue value is 141.
RGB:
(182,149,141)
(71%,58%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 141 of 255 = 55%

182
149
141

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

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 141 = 472 (100%)
R 182 of 472 ~ 38.56%
G 149 of 472 ~ 31.57%
B 141 of 472 ~ 29.87%

%38.56
%31.57
%29.87

CMYK color model

#B6958D color CMYK value is (0,18,23,29).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(0,18,23,29)
C0M18Y23K29 
(0%,18%,23%,29%)
(0.00/0.18/0.23/0.29)	

CMYK percentages

%0
%18.13
%22.53
%28.63

Codes

Color #B6958D in popluar color models

B6958D
RGB182149141
HSL12°21.93%63.33%
HSB/HSV12°22.53%71.37%
CMYK0.00%18.13%22.53%
28.63%

Color #B6958D in popluar number systems.

HEXB6958D
Decimal182149141
Binary101101101001010110001101
Octal266225215

Shades and tints

Shades of #B6958D

#B6958D
(182,149,141)
#A68881
(166,136,129)
#967B75
(150,123,117)
#866E69
(134,110,105)
#76615D
(118,97,93)
#665451
(102,84,81)
#564745
(86,71,69)
#463A39
(70,58,57)
#362D2D
(54,45,45)
#262021
(38,32,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B6958D

#B6958D
(182,149,141)
#BC9E97
(188,158,151)
#C2A7A1
(194,167,161)
#C8B0AB
(200,176,171)
#CEB9B5
(206,185,181)
#D4C2BF
(212,194,191)
#DACBC9
(218,203,201)
#E0D4D3
(224,212,211)
#E6DDDD
(230,221,221)
#ECE6E7
(236,230,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6958D; }

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

This text font color is #B6958D.


Background Color

.myBgColor { background-color: #B6958D; }

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

This div background color is #B6958D.


Border color

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

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

This div border color is #B6958D.


Opacity

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

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

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

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

This text has shadow with #B6958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6958D on black background.


Color preview on white background

This text has color #B6958D on white background.



Black color preview on #B6958D background

This text has black color on #B6958D background.


White color preview on #B6958D background

This text has white color on #B6958D background.