COLOR #B87B4B

HEX: #B87B4B
RGB: (184,123,75)

Color info

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

RGB color model

#B87B4B color RGB value is (184,123,75).

  • red value is 184;
  • green value is 123;
  • blue value is 75.
RGB:
(184,123,75)
(72%,48%,29%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 75 of 255 = 29%

184
123
75

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

Portions of RGB colors in percentages

R + G + B =
184 + 123 + 75 = 382 (100%)
R 184 of 382 ~ 48.17%
G 123 of 382 ~ 32.2%
B 75 of 382 ~ 19.63%

%48.17
%32.2
%19.63

CMYK color model

#B87B4B color CMYK value is (0,33,59,28).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 59.24%
  • key color value is 27.84%
CMYK:
(0,33,59,28)
C0M33Y59K28 
(0%,33%,59%,28%)
(0.00/0.33/0.59/0.28)	

CMYK percentages

%0
%33.15
%59.24
%27.84

Codes

Color #B87B4B in popluar color models

B87B4B
RGB18412375
HSL26°43.43%50.78%
HSB/HSV26°59.24%72.16%
CMYK0.00%33.15%59.24%
27.84%

Color #B87B4B in popluar number systems.

HEXB87B4B
Decimal18412375
Binary1011100011110111001011
Octal270173113

Shades and tints

Shades of #B87B4B

#B87B4B
(184,123,75)
#A87045
(168,112,69)
#98653F
(152,101,63)
#885A39
(136,90,57)
#784F33
(120,79,51)
#68442D
(104,68,45)
#583927
(88,57,39)
#482E21
(72,46,33)
#38231B
(56,35,27)
#281815
(40,24,21)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #B87B4B

#B87B4B
(184,123,75)
#BE875B
(190,135,91)
#C4936B
(196,147,107)
#CA9F7B
(202,159,123)
#D0AB8B
(208,171,139)
#D6B79B
(214,183,155)
#DCC3AB
(220,195,171)
#E2CFBB
(226,207,187)
#E8DBCB
(232,219,203)
#EEE7DB
(238,231,219)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87B4B color. Also use rgb(184,123,75) instead hex code.

Text Font Color

.myTextColor { color: #B87B4B; }

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

This text font color is #B87B4B.


Background Color

.myBgColor { background-color: #B87B4B; }

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

This div background color is #B87B4B.


Border color

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

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

This div border color is #B87B4B.


Opacity

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

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

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

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

This text has shadow with #B87B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87B4B on black background.


Color preview on white background

This text has color #B87B4B on white background.



Black color preview on #B87B4B background

This text has black color on #B87B4B background.


White color preview on #B87B4B background

This text has white color on #B87B4B background.