COLOR #B87221

HEX: #B87221 RGB: (184,114,33)

Color info

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

RGB color model

#B87221 color RGB value is (184,114,33).

RGB: (184,114,33) (72%, 45%, 13%)

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 33 of 255 = 13%

184
114
33

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

Portions of RGB colors in percentages

R + G + B = 184 + 114 + 33 = 331 (100%)
R 184 of 331 ~ 55.59%
G 114 of 331 ~ 34.44%
B 33 of 331 ~ 9.97'%

%55.59
%34.44

CMYK color model

#B87221 color CMYK value is (0,38,82,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 82.07%
  • key color value is 27.84%

CMYK: (0,38,82,28)
C0M38Y82K28 (0%, 38%, 82%, 28%)
(0.00 / 0.38 / 0.82 / 0.28)

CMYK percentages

%0
%38.04
%82.07
%27.84

Codes

Color #B87221 in popluar color models

B8 72 21
RGB 184 114 33
HSL 32° 69.59% 42.55%
HSB/HSV 32° 82.07% 72.16%
CMYK 0.00% 38.04% 82.07%
27.84%

Color #B87221 in popluar number systems.

HEX B8 72 21
Decimal 184 114 33
Binary 10111000 1110010 100001
Octal 270 162 41

Shades and tints

Shades of #B87221

#B87221
(184,114,33)
#A8681E
(168,104,30)
#985E1B
(152,94,27)
#885418
(136,84,24)
#784A15
(120,74,21)
#684012
(104,64,18)
#58360F
(88,54,15)
#482C0C
(72,44,12)
#382209
(56,34,9)
#281806
(40,24,6)
#180E03
(24,14,3)
#000000
(0,0,0)

Tints of #B87221

#B87221
(184,114,33)
#BE7E35
(190,126,53)
#C48A49
(196,138,73)
#CA965D
(202,150,93)
#D0A271
(208,162,113)
#D6AE85
(214,174,133)
#DCBA99
(220,186,153)
#E2C6AD
(226,198,173)
#E8D2C1
(232,210,193)
#EEDED5
(238,222,213)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87221 color. Also use rgb(184,114,33) instead hex code.

Text Font Color

.myTextColor { color: #B87221; }

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

This text font color is #B87221.

Background Color

.myBgColor { background-color: #B87221; }

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

This div background color is #B87221.

Border color

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

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

This div border color is #B87221.

Opacity

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

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

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

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

This text has shadow with #B87221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87221.

Preview

Color preview on black background

This text has color #B87221 on black background.


Color preview on white background

This text has color #B87221 on white background.


Black color preview on #B87221 background

This text has black color on #B87221 background.


White color preview on #B87221 background

This text has white color on #B87221 background.


Related colors

Complementary color

Complementary color for #hex is #478DDE.


I love getcolorcode.com

Triadic colors

1 #21B872 and #7221B8 with #B87221 are triadic colors.

2 #2172B8 and #72B821 with #B87221 are triadic colors.