COLOR #B87C4A

HEX: #B87C4A RGB: (184,124,74)

Color info

#B87C4A contains mainly red color. Web safe color of #B87C4A is #CC6633 (or #C63).

RGB color model

#B87C4A color RGB value is (184,124,74).

RGB: (184,124,74) (72%, 49%, 29%)

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 74 of 255 = 29%

184
124
74

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

Portions of RGB colors in percentages

R + G + B = 184 + 124 + 74 = 382 (100%)
R 184 of 382 ~ 48.17%
G 124 of 382 ~ 32.46%
B 74 of 382 ~ 19.37'%

%48.17
%32.46
%19.37

CMYK color model

#B87C4A color CMYK value is (0,33,60,28).

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

CMYK: (0,33,60,28)
C0M33Y60K28 (0%, 33%, 60%, 28%)
(0.00 / 0.33 / 0.60 / 0.28)

CMYK percentages

%0
%32.61
%59.78
%27.84

Codes

Color #B87C4A in popluar color models

B8 7C 4A
RGB 184 124 74
HSL 27° 43.65% 50.59%
HSB/HSV 27° 59.78% 72.16%
CMYK 0.00% 32.61% 59.78%
27.84%

Color #B87C4A in popluar number systems.

HEX B8 7C 4A
Decimal 184 124 74
Binary 10111000 1111100 1001010
Octal 270 174 112

Shades and tints

Shades of #B87C4A

#B87C4A
(184,124,74)
#A87144
(168,113,68)
#98663E
(152,102,62)
#885B38
(136,91,56)
#785032
(120,80,50)
#68452C
(104,69,44)
#583A26
(88,58,38)
#482F20
(72,47,32)
#38241A
(56,36,26)
#281914
(40,25,20)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #B87C4A

#B87C4A
(184,124,74)
#BE875A
(190,135,90)
#C4926A
(196,146,106)
#CA9D7A
(202,157,122)
#D0A88A
(208,168,138)
#D6B39A
(214,179,154)
#DCBEAA
(220,190,170)
#E2C9BA
(226,201,186)
#E8D4CA
(232,212,202)
#EEDFDA
(238,223,218)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87C4A; }

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

This text font color is #B87C4A.

Background Color

.myBgColor { background-color: #B87C4A; }

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

This div background color is #B87C4A.

Border color

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

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

This div border color is #B87C4A.

Opacity

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

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

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

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

This text has shadow with #B87C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87C4A.

Preview

Color preview on black background

This text has color #B87C4A on black background.


Color preview on white background

This text has color #B87C4A on white background.


Black color preview on #B87C4A background

This text has black color on #B87C4A background.


White color preview on #B87C4A background

This text has white color on #B87C4A background.


Related colors

Complementary color

Complementary color for #hex is #4783B5.


I love getcolorcode.com

Triadic colors

1 #4AB87C and #7C4AB8 with #B87C4A are triadic colors.

2 #4A7CB8 and #7CB84A with #B87C4A are triadic colors.