COLOR #B8886A

HEX: #B8886A
RGB: (184,136,106)

Color info

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

RGB color model

#B8886A color RGB value is (184,136,106).

  • red value is 184;
  • green value is 136;
  • blue value is 106.
RGB:
(184,136,106)
(72%,53%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 136 of 255 = 53%
B 106 of 255 = 42%

184
136
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 136 + 106 = 426 (100%)
R 184 of 426 ~ 43.19%
G 136 of 426 ~ 31.92%
B 106 of 426 ~ 24.88%

%43.19
%31.92
%24.88

CMYK color model

#B8886A color CMYK value is (0,26,42,28).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,26,42,28)
C0M26Y42K28 
(0%,26%,42%,28%)
(0.00/0.26/0.42/0.28)	

CMYK percentages

%0
%26.09
%42.39
%27.84

Codes

Color #B8886A in popluar color models

B8886A
RGB184136106
HSL23°35.45%56.86%
HSB/HSV23°42.39%72.16%
CMYK0.00%26.09%42.39%
27.84%

Color #B8886A in popluar number systems.

HEXB8886A
Decimal184136106
Binary10111000100010001101010
Octal270210152

Shades and tints

Shades of #B8886A

#B8886A
(184,136,106)
#A87C61
(168,124,97)
#987058
(152,112,88)
#88644F
(136,100,79)
#785846
(120,88,70)
#684C3D
(104,76,61)
#584034
(88,64,52)
#48342B
(72,52,43)
#382822
(56,40,34)
#281C19
(40,28,25)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #B8886A

#B8886A
(184,136,106)
#BE9277
(190,146,119)
#C49C84
(196,156,132)
#CAA691
(202,166,145)
#D0B09E
(208,176,158)
#D6BAAB
(214,186,171)
#DCC4B8
(220,196,184)
#E2CEC5
(226,206,197)
#E8D8D2
(232,216,210)
#EEE2DF
(238,226,223)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8886A color. Also use rgb(184,136,106) instead hex code.

Text Font Color

.myTextColor { color: #B8886A; }

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

This text font color is #B8886A.


Background Color

.myBgColor { background-color: #B8886A; }

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

This div background color is #B8886A.


Border color

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

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

This div border color is #B8886A.


Opacity

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

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

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

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

This text has shadow with #B8886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8886A on black background.


Color preview on white background

This text has color #B8886A on white background.



Black color preview on #B8886A background

This text has black color on #B8886A background.


White color preview on #B8886A background

This text has white color on #B8886A background.