COLOR #B8966A

HEX: #B8966A
RGB: (184,150,106)

Color info

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

RGB color model

#B8966A color RGB value is (184,150,106).

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

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 106 of 255 = 42%

184
150
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 106 = 440 (100%)
R 184 of 440 ~ 41.82%
G 150 of 440 ~ 34.09%
B 106 of 440 ~ 24.09%

%41.82
%34.09
%24.09

CMYK color model

#B8966A color CMYK value is (0,18,42,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,18,42,28)
C0M18Y42K28 
(0%,18%,42%,28%)
(0.00/0.18/0.42/0.28)	

CMYK percentages

%0
%18.48
%42.39
%27.84

Codes

Color #B8966A in popluar color models

B8966A
RGB184150106
HSL34°35.45%56.86%
HSB/HSV34°42.39%72.16%
CMYK0.00%18.48%42.39%
27.84%

Color #B8966A in popluar number systems.

HEXB8966A
Decimal184150106
Binary10111000100101101101010
Octal270226152

Shades and tints

Shades of #B8966A

#B8966A
(184,150,106)
#A88961
(168,137,97)
#987C58
(152,124,88)
#886F4F
(136,111,79)
#786246
(120,98,70)
#68553D
(104,85,61)
#584834
(88,72,52)
#483B2B
(72,59,43)
#382E22
(56,46,34)
#282119
(40,33,25)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B8966A

#B8966A
(184,150,106)
#BE9F77
(190,159,119)
#C4A884
(196,168,132)
#CAB191
(202,177,145)
#D0BA9E
(208,186,158)
#D6C3AB
(214,195,171)
#DCCCB8
(220,204,184)
#E2D5C5
(226,213,197)
#E8DED2
(232,222,210)
#EEE7DF
(238,231,223)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8966A; }

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

This text font color is #B8966A.


Background Color

.myBgColor { background-color: #B8966A; }

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

This div background color is #B8966A.


Border color

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

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

This div border color is #B8966A.


Opacity

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

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

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

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

This text has shadow with #B8966A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8966A on black background.


Color preview on white background

This text has color #B8966A on white background.



Black color preview on #B8966A background

This text has black color on #B8966A background.


White color preview on #B8966A background

This text has white color on #B8966A background.