COLOR #B87333

HEX: #B87333
RGB: (184,115,51)

Color info

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

RGB color model

#B87333 color RGB value is (184,115,51).

  • red value is 184;
  • green value is 115;
  • blue value is 51.
RGB:
(184,115,51)
(72%,45%,20%)

RGB channels and saturation

R 184 of 255 = 72%
G 115 of 255 = 45%
B 51 of 255 = 20%

184
115
51

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

Portions of RGB colors in percentages

R + G + B =
184 + 115 + 51 = 350 (100%)
R 184 of 350 ~ 52.57%
G 115 of 350 ~ 32.86%
B 51 of 350 ~ 14.57%

%52.57
%32.86
%14.57

CMYK color model

#B87333 color CMYK value is (0,38,72,28).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 72.28%
  • key color value is 27.84%
CMYK:
(0,38,72,28)
C0M38Y72K28 
(0%,38%,72%,28%)
(0.00/0.38/0.72/0.28)	

CMYK percentages

%0
%37.5
%72.28
%27.84

Codes

Color #B87333 in popluar color models

B87333
RGB18411551
HSL29°56.60%46.08%
HSB/HSV29°72.28%72.16%
CMYK0.00%37.50%72.28%
27.84%

Color #B87333 in popluar number systems.

HEXB87333
Decimal18411551
Binary101110001110011110011
Octal27016363

Shades and tints

Shades of #B87333

#B87333
(184,115,51)
#A8692F
(168,105,47)
#985F2B
(152,95,43)
#885527
(136,85,39)
#784B23
(120,75,35)
#68411F
(104,65,31)
#58371B
(88,55,27)
#482D17
(72,45,23)
#382313
(56,35,19)
#28190F
(40,25,15)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #B87333

#B87333
(184,115,51)
#BE7F45
(190,127,69)
#C48B57
(196,139,87)
#CA9769
(202,151,105)
#D0A37B
(208,163,123)
#D6AF8D
(214,175,141)
#DCBB9F
(220,187,159)
#E2C7B1
(226,199,177)
#E8D3C3
(232,211,195)
#EEDFD5
(238,223,213)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87333 color. Also use rgb(184,115,51) instead hex code.

Text Font Color

.myTextColor { color: #B87333; }

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

This text font color is #B87333.


Background Color

.myBgColor { background-color: #B87333; }

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

This div background color is #B87333.


Border color

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

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

This div border color is #B87333.


Opacity

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

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

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

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

This text has shadow with #B87333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87333 on black background.


Color preview on white background

This text has color #B87333 on white background.



Black color preview on #B87333 background

This text has black color on #B87333 background.


White color preview on #B87333 background

This text has white color on #B87333 background.