COLOR #B8987D

HEX: #B8987D
RGB: (184,152,125)

Color info

#B8987D contains red, green and blue colors in about the same proportion. Web safe color of #B8987D is #CC9966 (or #C96).

RGB color model

#B8987D color RGB value is (184,152,125).

  • red value is 184;
  • green value is 152;
  • blue value is 125.
RGB:
(184,152,125)
(72%,60%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 125 of 255 = 49%

184
152
125

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

Portions of RGB colors in percentages

R + G + B =
184 + 152 + 125 = 461 (100%)
R 184 of 461 ~ 39.91%
G 152 of 461 ~ 32.97%
B 125 of 461 ~ 27.11%

%39.91
%32.97
%27.11

CMYK color model

#B8987D color CMYK value is (0,17,32,28).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(0,17,32,28)
C0M17Y32K28 
(0%,17%,32%,28%)
(0.00/0.17/0.32/0.28)	

CMYK percentages

%0
%17.39
%32.07
%27.84

Codes

Color #B8987D in popluar color models

B8987D
RGB184152125
HSL27°29.35%60.59%
HSB/HSV27°32.07%72.16%
CMYK0.00%17.39%32.07%
27.84%

Color #B8987D in popluar number systems.

HEXB8987D
Decimal184152125
Binary10111000100110001111101
Octal270230175

Shades and tints

Shades of #B8987D

#B8987D
(184,152,125)
#A88B72
(168,139,114)
#987E67
(152,126,103)
#88715C
(136,113,92)
#786451
(120,100,81)
#685746
(104,87,70)
#584A3B
(88,74,59)
#483D30
(72,61,48)
#383025
(56,48,37)
#28231A
(40,35,26)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8987D

#B8987D
(184,152,125)
#BEA188
(190,161,136)
#C4AA93
(196,170,147)
#CAB39E
(202,179,158)
#D0BCA9
(208,188,169)
#D6C5B4
(214,197,180)
#DCCEBF
(220,206,191)
#E2D7CA
(226,215,202)
#E8E0D5
(232,224,213)
#EEE9E0
(238,233,224)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8987D color. Also use rgb(184,152,125) instead hex code.

Text Font Color

.myTextColor { color: #B8987D; }

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

This text font color is #B8987D.


Background Color

.myBgColor { background-color: #B8987D; }

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

This div background color is #B8987D.


Border color

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

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

This div border color is #B8987D.


Opacity

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

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

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

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

This text has shadow with #B8987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8987D on black background.


Color preview on white background

This text has color #B8987D on white background.



Black color preview on #B8987D background

This text has black color on #B8987D background.


White color preview on #B8987D background

This text has white color on #B8987D background.