COLOR #B0987C

HEX: #B0987C RGB: (176,152,124)

Color info

#B0987C contains red, green and blue colors in about the same proportion. Web safe color of #B0987C is #999966 (or #996).

RGB color model

#B0987C color RGB value is (176,152,124).

RGB: (176,152,124) (69%, 60%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 124 of 255 = 49%

176
152
124

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

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 124 = 452 (100%)
R 176 of 452 ~ 38.94%
G 152 of 452 ~ 33.63%
B 124 of 452 ~ 27.43'%

%38.94
%33.63
%27.43

CMYK color model

#B0987C color CMYK value is (0,14,30,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 29.55%
  • key color value is 30.98%

CMYK: (0,14,30,31)
C0M14Y30K31 (0%, 14%, 30%, 31%)
(0.00 / 0.14 / 0.30 / 0.31)

CMYK percentages

%0
%13.64
%29.55
%30.98

Codes

Color #B0987C in popluar color models

B0 98 7C
RGB 176 152 124
HSL 32° 24.76% 58.82%
HSB/HSV 32° 29.55% 69.02%
CMYK 0.00% 13.64% 29.55%
30.98%

Color #B0987C in popluar number systems.

HEX B0 98 7C
Decimal 176 152 124
Binary 10110000 10011000 1111100
Octal 260 230 174

Shades and tints

Shades of #B0987C

#B0987C
(176,152,124)
#A08B71
(160,139,113)
#907E66
(144,126,102)
#80715B
(128,113,91)
#706450
(112,100,80)
#605745
(96,87,69)
#504A3A
(80,74,58)
#403D2F
(64,61,47)
#303024
(48,48,36)
#202319
(32,35,25)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #B0987C

#B0987C
(176,152,124)
#B7A187
(183,161,135)
#BEAA92
(190,170,146)
#C5B39D
(197,179,157)
#CCBCA8
(204,188,168)
#D3C5B3
(211,197,179)
#DACEBE
(218,206,190)
#E1D7C9
(225,215,201)
#E8E0D4
(232,224,212)
#EFE9DF
(239,233,223)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0987C color. Also use rgb(176,152,124) instead hex code.

Text Font Color

.myTextColor { color: #B0987C; }

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

This text font color is #B0987C.

Background Color

.myBgColor { background-color: #B0987C; }

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

This div background color is #B0987C.

Border color

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

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

This div border color is #B0987C.

Opacity

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

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

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

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

This text has shadow with #B0987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0987C.

Preview

Color preview on black background

This text has color #B0987C on black background.


Color preview on white background

This text has color #B0987C on white background.


Black color preview on #B0987C background

This text has black color on #B0987C background.


White color preview on #B0987C background

This text has white color on #B0987C background.


Related colors

Complementary color

Complementary color for #hex is #4F6783.


I love getcolorcode.com

Triadic colors

1 #7CB098 and #987CB0 with #B0987C are triadic colors.

2 #7C98B0 and #98B07C with #B0987C are triadic colors.