COLOR #B9A39F

HEX: #B9A39F
RGB: (185,163,159)

Color info

#B9A39F contains red, green and blue colors in about the same proportion. Web safe color of #B9A39F is #CC9999 (or #C99).

RGB color model

#B9A39F color RGB value is (185,163,159).

  • red value is 185;
  • green value is 163;
  • blue value is 159.
RGB:
(185,163,159)
(73%,64%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 159 of 255 = 62%

185
163
159

R + G + B ~ 66%. #B9A39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 159 = 507 (100%)
R 185 of 507 ~ 36.49%
G 163 of 507 ~ 32.15%
B 159 of 507 ~ 31.36%

%36.49
%32.15
%31.36

CMYK color model

#B9A39F color CMYK value is (0,12,14,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 14.05%
  • key color value is 27.45%
CMYK:
(0,12,14,27)
C0M12Y14K27 
(0%,12%,14%,27%)
(0.00/0.12/0.14/0.27)	

CMYK percentages

%0
%11.89
%14.05
%27.45

Codes

Color #B9A39F in popluar color models

B9A39F
RGB185163159
HSL15.66%67.45%
HSB/HSV14.05%72.55%
CMYK0.00%11.89%14.05%
27.45%

Color #B9A39F in popluar number systems.

HEXB9A39F
Decimal185163159
Binary101110011010001110011111
Octal271243237

Shades and tints

Shades of #B9A39F

#B9A39F
(185,163,159)
#A99591
(169,149,145)
#998783
(153,135,131)
#897975
(137,121,117)
#796B67
(121,107,103)
#695D59
(105,93,89)
#594F4B
(89,79,75)
#49413D
(73,65,61)
#39332F
(57,51,47)
#292521
(41,37,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9A39F

#B9A39F
(185,163,159)
#BFABA7
(191,171,167)
#C5B3AF
(197,179,175)
#CBBBB7
(203,187,183)
#D1C3BF
(209,195,191)
#D7CBC7
(215,203,199)
#DDD3CF
(221,211,207)
#E3DBD7
(227,219,215)
#E9E3DF
(233,227,223)
#EFEBE7
(239,235,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A39F color. Also use rgb(185,163,159) instead hex code.

Text Font Color

.myTextColor { color: #B9A39F; }

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

This text font color is #B9A39F.


Background Color

.myBgColor { background-color: #B9A39F; }

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

This div background color is #B9A39F.


Border color

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

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

This div border color is #B9A39F.


Opacity

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

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

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

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

This text has shadow with #B9A39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A39F on black background.


Color preview on white background

This text has color #B9A39F on white background.



Black color preview on #B9A39F background

This text has black color on #B9A39F background.


White color preview on #B9A39F background

This text has white color on #B9A39F background.