COLOR #B9B4A1

HEX: #B9B4A1
RGB: (185,180,161)

Color info

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

RGB color model

#B9B4A1 color RGB value is (185,180,161).

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

RGB channels and saturation

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

185
180
161

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 161 = 526 (100%)
R 185 of 526 ~ 35.17%
G 180 of 526 ~ 34.22%
B 161 of 526 ~ 30.61%

%35.17
%34.22
%30.61

CMYK color model

#B9B4A1 color CMYK value is (0,3,13,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(0,3,13,27)
C0M3Y13K27 
(0%,3%,13%,27%)
(0.00/0.03/0.13/0.27)	

CMYK percentages

%0
%2.7
%12.97
%27.45

Codes

Color #B9B4A1 in popluar color models

B9B4A1
RGB185180161
HSL48°14.63%67.84%
HSB/HSV48°12.97%72.55%
CMYK0.00%2.70%12.97%
27.45%

Color #B9B4A1 in popluar number systems.

HEXB9B4A1
Decimal185180161
Binary101110011011010010100001
Octal271264241

Shades and tints

Shades of #B9B4A1

#B9B4A1
(185,180,161)
#A9A493
(169,164,147)
#999485
(153,148,133)
#898477
(137,132,119)
#797469
(121,116,105)
#69645B
(105,100,91)
#59544D
(89,84,77)
#49443F
(73,68,63)
#393431
(57,52,49)
#292423
(41,36,35)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9B4A1

#B9B4A1
(185,180,161)
#BFBAA9
(191,186,169)
#C5C0B1
(197,192,177)
#CBC6B9
(203,198,185)
#D1CCC1
(209,204,193)
#D7D2C9
(215,210,201)
#DDD8D1
(221,216,209)
#E3DED9
(227,222,217)
#E9E4E1
(233,228,225)
#EFEAE9
(239,234,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4A1; }

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

This text font color is #B9B4A1.


Background Color

.myBgColor { background-color: #B9B4A1; }

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

This div background color is #B9B4A1.


Border color

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

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

This div border color is #B9B4A1.


Opacity

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

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

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

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

This text has shadow with #B9B4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B4A1 on black background.


Color preview on white background

This text has color #B9B4A1 on white background.



Black color preview on #B9B4A1 background

This text has black color on #B9B4A1 background.


White color preview on #B9B4A1 background

This text has white color on #B9B4A1 background.