COLOR #B9867A

HEX: #B9867A
RGB: (185,134,122)

Color info

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

RGB color model

#B9867A color RGB value is (185,134,122).

  • red value is 185;
  • green value is 134;
  • blue value is 122.
RGB:
(185,134,122)
(73%,53%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 134 of 255 = 53%
B 122 of 255 = 48%

185
134
122

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

Portions of RGB colors in percentages

R + G + B =
185 + 134 + 122 = 441 (100%)
R 185 of 441 ~ 41.95%
G 134 of 441 ~ 30.39%
B 122 of 441 ~ 27.66%

%41.95
%30.39
%27.66

CMYK color model

#B9867A color CMYK value is (0,28,34,27).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(0,28,34,27)
C0M28Y34K27 
(0%,28%,34%,27%)
(0.00/0.28/0.34/0.27)	

CMYK percentages

%0
%27.57
%34.05
%27.45

Codes

Color #B9867A in popluar color models

B9867A
RGB185134122
HSL11°31.03%60.20%
HSB/HSV11°34.05%72.55%
CMYK0.00%27.57%34.05%
27.45%

Color #B9867A in popluar number systems.

HEXB9867A
Decimal185134122
Binary10111001100001101111010
Octal271206172

Shades and tints

Shades of #B9867A

#B9867A
(185,134,122)
#A97A6F
(169,122,111)
#996E64
(153,110,100)
#896259
(137,98,89)
#79564E
(121,86,78)
#694A43
(105,74,67)
#593E38
(89,62,56)
#49322D
(73,50,45)
#392622
(57,38,34)
#291A17
(41,26,23)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #B9867A

#B9867A
(185,134,122)
#BF9186
(191,145,134)
#C59C92
(197,156,146)
#CBA79E
(203,167,158)
#D1B2AA
(209,178,170)
#D7BDB6
(215,189,182)
#DDC8C2
(221,200,194)
#E3D3CE
(227,211,206)
#E9DEDA
(233,222,218)
#EFE9E6
(239,233,230)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9867A color. Also use rgb(185,134,122) instead hex code.

Text Font Color

.myTextColor { color: #B9867A; }

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

This text font color is #B9867A.


Background Color

.myBgColor { background-color: #B9867A; }

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

This div background color is #B9867A.


Border color

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

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

This div border color is #B9867A.


Opacity

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

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

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

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

This text has shadow with #B9867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9867A on black background.


Color preview on white background

This text has color #B9867A on white background.



Black color preview on #B9867A background

This text has black color on #B9867A background.


White color preview on #B9867A background

This text has white color on #B9867A background.