COLOR #B9A27F

HEX: #B9A27F
RGB: (185,162,127)

Color info

#B9A27F contains red, green and blue colors in about the same proportion. Web safe color of #B9A27F is #CC9966 (or #C96).

RGB color model

#B9A27F color RGB value is (185,162,127).

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

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 127 of 255 = 50%

185
162
127

R + G + B ~ 62%. #B9A27F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 127 = 474 (100%)
R 185 of 474 ~ 39.03%
G 162 of 474 ~ 34.18%
B 127 of 474 ~ 26.79%

%39.03
%34.18
%26.79

CMYK color model

#B9A27F color CMYK value is (0,12,31,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 31.35%
  • key color value is 27.45%
CMYK:
(0,12,31,27)
C0M12Y31K27 
(0%,12%,31%,27%)
(0.00/0.12/0.31/0.27)	

CMYK percentages

%0
%12.43
%31.35
%27.45

Codes

Color #B9A27F in popluar color models

B9A27F
RGB185162127
HSL36°29.29%61.18%
HSB/HSV36°31.35%72.55%
CMYK0.00%12.43%31.35%
27.45%

Color #B9A27F in popluar number systems.

HEXB9A27F
Decimal185162127
Binary10111001101000101111111
Octal271242177

Shades and tints

Shades of #B9A27F

#B9A27F
(185,162,127)
#A99474
(169,148,116)
#998669
(153,134,105)
#89785E
(137,120,94)
#796A53
(121,106,83)
#695C48
(105,92,72)
#594E3D
(89,78,61)
#494032
(73,64,50)
#393227
(57,50,39)
#29241C
(41,36,28)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9A27F

#B9A27F
(185,162,127)
#BFAA8A
(191,170,138)
#C5B295
(197,178,149)
#CBBAA0
(203,186,160)
#D1C2AB
(209,194,171)
#D7CAB6
(215,202,182)
#DDD2C1
(221,210,193)
#E3DACC
(227,218,204)
#E9E2D7
(233,226,215)
#EFEAE2
(239,234,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A27F; }

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

This text font color is #B9A27F.


Background Color

.myBgColor { background-color: #B9A27F; }

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

This div background color is #B9A27F.


Border color

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

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

This div border color is #B9A27F.


Opacity

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

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

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

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

This text has shadow with #B9A27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A27F on black background.


Color preview on white background

This text has color #B9A27F on white background.



Black color preview on #B9A27F background

This text has black color on #B9A27F background.


White color preview on #B9A27F background

This text has white color on #B9A27F background.