COLOR #B9A277

HEX: #B9A277
RGB: (185,162,119)

Color info

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

RGB color model

#B9A277 color RGB value is (185,162,119).

  • red value is 185;
  • green value is 162;
  • blue value is 119.
RGB:
(185,162,119)
(73%,64%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 119 of 255 = 47%

185
162
119

R + G + B ~ 61%. #B9A277 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 119 = 466 (100%)
R 185 of 466 ~ 39.7%
G 162 of 466 ~ 34.76%
B 119 of 466 ~ 25.54%

%39.7
%34.76
%25.54

CMYK color model

#B9A277 color CMYK value is (0,12,36,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(0,12,36,27)
C0M12Y36K27 
(0%,12%,36%,27%)
(0.00/0.12/0.36/0.27)	

CMYK percentages

%0
%12.43
%35.68
%27.45

Codes

Color #B9A277 in popluar color models

B9A277
RGB185162119
HSL39°32.04%59.61%
HSB/HSV39°35.68%72.55%
CMYK0.00%12.43%35.68%
27.45%

Color #B9A277 in popluar number systems.

HEXB9A277
Decimal185162119
Binary10111001101000101110111
Octal271242167

Shades and tints

Shades of #B9A277

#B9A277
(185,162,119)
#A9946D
(169,148,109)
#998663
(153,134,99)
#897859
(137,120,89)
#796A4F
(121,106,79)
#695C45
(105,92,69)
#594E3B
(89,78,59)
#494031
(73,64,49)
#393227
(57,50,39)
#29241D
(41,36,29)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9A277

#B9A277
(185,162,119)
#BFAA83
(191,170,131)
#C5B28F
(197,178,143)
#CBBA9B
(203,186,155)
#D1C2A7
(209,194,167)
#D7CAB3
(215,202,179)
#DDD2BF
(221,210,191)
#E3DACB
(227,218,203)
#E9E2D7
(233,226,215)
#EFEAE3
(239,234,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A277 color. Also use rgb(185,162,119) instead hex code.

Text Font Color

.myTextColor { color: #B9A277; }

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

This text font color is #B9A277.


Background Color

.myBgColor { background-color: #B9A277; }

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

This div background color is #B9A277.


Border color

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

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

This div border color is #B9A277.


Opacity

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

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

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

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

This text has shadow with #B9A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A277 on black background.


Color preview on white background

This text has color #B9A277 on white background.



Black color preview on #B9A277 background

This text has black color on #B9A277 background.


White color preview on #B9A277 background

This text has white color on #B9A277 background.