COLOR #B8967A

HEX: #B8967A
RGB: (184,150,122)

Color info

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

RGB color model

#B8967A color RGB value is (184,150,122).

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

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 122 of 255 = 48%

184
150
122

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 122 = 456 (100%)
R 184 of 456 ~ 40.35%
G 150 of 456 ~ 32.89%
B 122 of 456 ~ 26.75%

%40.35
%32.89
%26.75

CMYK color model

#B8967A color CMYK value is (0,18,34,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 33.70%
  • key color value is 27.84%
CMYK:
(0,18,34,28)
C0M18Y34K28 
(0%,18%,34%,28%)
(0.00/0.18/0.34/0.28)	

CMYK percentages

%0
%18.48
%33.7
%27.84

Codes

Color #B8967A in popluar color models

B8967A
RGB184150122
HSL27°30.39%60.00%
HSB/HSV27°33.70%72.16%
CMYK0.00%18.48%33.70%
27.84%

Color #B8967A in popluar number systems.

HEXB8967A
Decimal184150122
Binary10111000100101101111010
Octal270226172

Shades and tints

Shades of #B8967A

#B8967A
(184,150,122)
#A8896F
(168,137,111)
#987C64
(152,124,100)
#886F59
(136,111,89)
#78624E
(120,98,78)
#685543
(104,85,67)
#584838
(88,72,56)
#483B2D
(72,59,45)
#382E22
(56,46,34)
#282117
(40,33,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #B8967A

#B8967A
(184,150,122)
#BE9F86
(190,159,134)
#C4A892
(196,168,146)
#CAB19E
(202,177,158)
#D0BAAA
(208,186,170)
#D6C3B6
(214,195,182)
#DCCCC2
(220,204,194)
#E2D5CE
(226,213,206)
#E8DEDA
(232,222,218)
#EEE7E6
(238,231,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8967A; }

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

This text font color is #B8967A.


Background Color

.myBgColor { background-color: #B8967A; }

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

This div background color is #B8967A.


Border color

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

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

This div border color is #B8967A.


Opacity

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

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

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

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

This text has shadow with #B8967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8967A on black background.


Color preview on white background

This text has color #B8967A on white background.



Black color preview on #B8967A background

This text has black color on #B8967A background.


White color preview on #B8967A background

This text has white color on #B8967A background.