COLOR #B9B6A1

HEX: #B9B6A1
RGB: (185,182,161)

Color info

#B9B6A1 contains red, green and blue colors in about the same proportion. Web safe color of #B9B6A1 is #CCCC99 (or #CC9).

RGB color model

#B9B6A1 color RGB value is (185,182,161).

  • red value is 185;
  • green value is 182;
  • blue value is 161.
RGB:
(185,182,161)
(73%,71%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 161 of 255 = 63%

185
182
161

R + G + B ~ 69%. #B9B6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 161 = 528 (100%)
R 185 of 528 ~ 35.04%
G 182 of 528 ~ 34.47%
B 161 of 528 ~ 30.49%

%35.04
%34.47
%30.49

CMYK color model

#B9B6A1 color CMYK value is (0,2,13,27).

  • cyan value is 0.00%
  • magenta value is 1.62%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(0,2,13,27)
C0M2Y13K27 
(0%,2%,13%,27%)
(0.00/0.02/0.13/0.27)	

CMYK percentages

%0
%1.62
%12.97
%27.45

Codes

Color #B9B6A1 in popluar color models

B9B6A1
RGB185182161
HSL53°14.63%67.84%
HSB/HSV53°12.97%72.55%
CMYK0.00%1.62%12.97%
27.45%

Color #B9B6A1 in popluar number systems.

HEXB9B6A1
Decimal185182161
Binary101110011011011010100001
Octal271266241

Shades and tints

Shades of #B9B6A1

#B9B6A1
(185,182,161)
#A9A693
(169,166,147)
#999685
(153,150,133)
#898677
(137,134,119)
#797669
(121,118,105)
#69665B
(105,102,91)
#59564D
(89,86,77)
#49463F
(73,70,63)
#393631
(57,54,49)
#292623
(41,38,35)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9B6A1

#B9B6A1
(185,182,161)
#BFBCA9
(191,188,169)
#C5C2B1
(197,194,177)
#CBC8B9
(203,200,185)
#D1CEC1
(209,206,193)
#D7D4C9
(215,212,201)
#DDDAD1
(221,218,209)
#E3E0D9
(227,224,217)
#E9E6E1
(233,230,225)
#EFECE9
(239,236,233)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B6A1 color. Also use rgb(185,182,161) instead hex code.

Text Font Color

.myTextColor { color: #B9B6A1; }

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

This text font color is #B9B6A1.


Background Color

.myBgColor { background-color: #B9B6A1; }

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

This div background color is #B9B6A1.


Border color

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

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

This div border color is #B9B6A1.


Opacity

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

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

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

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

This text has shadow with #B9B6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B6A1 on black background.


Color preview on white background

This text has color #B9B6A1 on white background.



Black color preview on #B9B6A1 background

This text has black color on #B9B6A1 background.


White color preview on #B9B6A1 background

This text has white color on #B9B6A1 background.