COLOR #B8866D

HEX: #B8866D
RGB: (184,134,109)

Color info

#B8866D contains mainly red and green colors. Web safe color of #B8866D is #CC9966 (or #C96).

RGB color model

#B8866D color RGB value is (184,134,109).

  • red value is 184;
  • green value is 134;
  • blue value is 109.
RGB:
(184,134,109)
(72%,53%,43%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 109 of 255 = 43%

184
134
109

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 109 = 427 (100%)
R 184 of 427 ~ 43.09%
G 134 of 427 ~ 31.38%
B 109 of 427 ~ 25.53%

%43.09
%31.38
%25.53

CMYK color model

#B8866D color CMYK value is (0,27,41,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK:
(0,27,41,28)
C0M27Y41K28 
(0%,27%,41%,28%)
(0.00/0.27/0.41/0.28)	

CMYK percentages

%0
%27.17
%40.76
%27.84

Codes

Color #B8866D in popluar color models

B8866D
RGB184134109
HSL20°34.56%57.45%
HSB/HSV20°40.76%72.16%
CMYK0.00%27.17%40.76%
27.84%

Color #B8866D in popluar number systems.

HEXB8866D
Decimal184134109
Binary10111000100001101101101
Octal270206155

Shades and tints

Shades of #B8866D

#B8866D
(184,134,109)
#A87A64
(168,122,100)
#986E5B
(152,110,91)
#886252
(136,98,82)
#785649
(120,86,73)
#684A40
(104,74,64)
#583E37
(88,62,55)
#48322E
(72,50,46)
#382625
(56,38,37)
#281A1C
(40,26,28)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #B8866D

#B8866D
(184,134,109)
#BE917A
(190,145,122)
#C49C87
(196,156,135)
#CAA794
(202,167,148)
#D0B2A1
(208,178,161)
#D6BDAE
(214,189,174)
#DCC8BB
(220,200,187)
#E2D3C8
(226,211,200)
#E8DED5
(232,222,213)
#EEE9E2
(238,233,226)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8866D color. Also use rgb(184,134,109) instead hex code.

Text Font Color

.myTextColor { color: #B8866D; }

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

This text font color is #B8866D.


Background Color

.myBgColor { background-color: #B8866D; }

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

This div background color is #B8866D.


Border color

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

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

This div border color is #B8866D.


Opacity

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

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

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

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

This text has shadow with #B8866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8866D on black background.


Color preview on white background

This text has color #B8866D on white background.



Black color preview on #B8866D background

This text has black color on #B8866D background.


White color preview on #B8866D background

This text has white color on #B8866D background.