COLOR #B8968D

HEX: #B8968D RGB: (184,150,141)

Color info

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

RGB color model

#B8968D color RGB value is (184,150,141).

RGB: (184,150,141) (72%, 59%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 141 of 255 = 55%

184
150
141

R + G + B ~ 62%. #B8968D is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 141 = 475 (100%)
R 184 of 475 ~ 38.74%
G 150 of 475 ~ 31.58%
B 141 of 475 ~ 29.68'%

%38.74
%31.58
%29.68

CMYK color model

#B8968D color CMYK value is (0,18,23,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (0,18,23,28)
C0M18Y23K28 (0%, 18%, 23%, 28%)
(0.00 / 0.18 / 0.23 / 0.28)

CMYK percentages

%0
%18.48
%23.37
%27.84

Codes

Color #B8968D in popluar color models

B8 96 8D
RGB 184 150 141
HSL 13° 23.24% 63.73%
HSB/HSV 13° 23.37% 72.16%
CMYK 0.00% 18.48% 23.37%
27.84%

Color #B8968D in popluar number systems.

HEX B8 96 8D
Decimal 184 150 141
Binary 10111000 10010110 10001101
Octal 270 226 215

Shades and tints

Shades of #B8968D

#B8968D
(184,150,141)
#A88981
(168,137,129)
#987C75
(152,124,117)
#886F69
(136,111,105)
#78625D
(120,98,93)
#685551
(104,85,81)
#584845
(88,72,69)
#483B39
(72,59,57)
#382E2D
(56,46,45)
#282121
(40,33,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8968D

#B8968D
(184,150,141)
#BE9F97
(190,159,151)
#C4A8A1
(196,168,161)
#CAB1AB
(202,177,171)
#D0BAB5
(208,186,181)
#D6C3BF
(214,195,191)
#DCCCC9
(220,204,201)
#E2D5D3
(226,213,211)
#E8DEDD
(232,222,221)
#EEE7E7
(238,231,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8968D color. Also use rgb(184,150,141) instead hex code.

Text Font Color

.myTextColor { color: #B8968D; }

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

This text font color is #B8968D.

Background Color

.myBgColor { background-color: #B8968D; }

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

This div background color is #B8968D.

Border color

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

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

This div border color is #B8968D.

Opacity

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

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

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

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

This text has shadow with #B8968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8968D.

Preview

Color preview on black background

This text has color #B8968D on black background.


Color preview on white background

This text has color #B8968D on white background.


Black color preview on #B8968D background

This text has black color on #B8968D background.


White color preview on #B8968D background

This text has white color on #B8968D background.


Related colors

Complementary color

Complementary color for #hex is #476972.


I love getcolorcode.com

Triadic colors

1 #8DB896 and #968DB8 with #B8968D are triadic colors.

2 #8D96B8 and #96B88D with #B8968D are triadic colors.