COLOR #B87C4F

HEX: #B87C4F RGB: (184,124,79)

Color info

#B87C4F contains mainly red color. Web safe color of #B87C4F is #CC6666 (or #C66).

RGB color model

#B87C4F color RGB value is (184,124,79).

RGB: (184,124,79) (72%, 49%, 31%)

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 79 of 255 = 31%

184
124
79

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

Portions of RGB colors in percentages

R + G + B = 184 + 124 + 79 = 387 (100%)
R 184 of 387 ~ 47.55%
G 124 of 387 ~ 32.04%
B 79 of 387 ~ 20.41'%

%47.55
%32.04
%20.41

CMYK color model

#B87C4F color CMYK value is (0,33,57,28).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 57.07%
  • key color value is 27.84%

CMYK: (0,33,57,28)
C0M33Y57K28 (0%, 33%, 57%, 28%)
(0.00 / 0.33 / 0.57 / 0.28)

CMYK percentages

%0
%32.61
%57.07
%27.84

Codes

Color #B87C4F in popluar color models

B8 7C 4F
RGB 184 124 79
HSL 26° 42.51% 51.57%
HSB/HSV 26° 57.07% 72.16%
CMYK 0.00% 32.61% 57.07%
27.84%

Color #B87C4F in popluar number systems.

HEX B8 7C 4F
Decimal 184 124 79
Binary 10111000 1111100 1001111
Octal 270 174 117

Shades and tints

Shades of #B87C4F

#B87C4F
(184,124,79)
#A87148
(168,113,72)
#986641
(152,102,65)
#885B3A
(136,91,58)
#785033
(120,80,51)
#68452C
(104,69,44)
#583A25
(88,58,37)
#482F1E
(72,47,30)
#382417
(56,36,23)
#281910
(40,25,16)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #B87C4F

#B87C4F
(184,124,79)
#BE875F
(190,135,95)
#C4926F
(196,146,111)
#CA9D7F
(202,157,127)
#D0A88F
(208,168,143)
#D6B39F
(214,179,159)
#DCBEAF
(220,190,175)
#E2C9BF
(226,201,191)
#E8D4CF
(232,212,207)
#EEDFDF
(238,223,223)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87C4F color. Also use rgb(184,124,79) instead hex code.

Text Font Color

.myTextColor { color: #B87C4F; }

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

This text font color is #B87C4F.

Background Color

.myBgColor { background-color: #B87C4F; }

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

This div background color is #B87C4F.

Border color

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

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

This div border color is #B87C4F.

Opacity

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

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

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

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

This text has shadow with #B87C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87C4F.

Preview

Color preview on black background

This text has color #B87C4F on black background.


Color preview on white background

This text has color #B87C4F on white background.


Black color preview on #B87C4F background

This text has black color on #B87C4F background.


White color preview on #B87C4F background

This text has white color on #B87C4F background.


Related colors

Complementary color

Complementary color for #hex is #4783B0.


I love getcolorcode.com

Triadic colors

1 #4FB87C and #7C4FB8 with #B87C4F are triadic colors.

2 #4F7CB8 and #7CB84F with #B87C4F are triadic colors.