COLOR #B9A589

HEX: #B9A589
RGB: (185,165,137)

Color info

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

RGB color model

#B9A589 color RGB value is (185,165,137).

  • red value is 185;
  • green value is 165;
  • blue value is 137.
RGB:
(185,165,137)
(73%,65%,54%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 137 of 255 = 54%

185
165
137

R + G + B ~ 64%. #B9A589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 165 + 137 = 487 (100%)
R 185 of 487 ~ 37.99%
G 165 of 487 ~ 33.88%
B 137 of 487 ~ 28.13%

%37.99
%33.88
%28.13

CMYK color model

#B9A589 color CMYK value is (0,11,26,27).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(0,11,26,27)
C0M11Y26K27 
(0%,11%,26%,27%)
(0.00/0.11/0.26/0.27)	

CMYK percentages

%0
%10.81
%25.95
%27.45

Codes

Color #B9A589 in popluar color models

B9A589
RGB185165137
HSL35°25.53%63.14%
HSB/HSV35°25.95%72.55%
CMYK0.00%10.81%25.95%
27.45%

Color #B9A589 in popluar number systems.

HEXB9A589
Decimal185165137
Binary101110011010010110001001
Octal271245211

Shades and tints

Shades of #B9A589

#B9A589
(185,165,137)
#A9967D
(169,150,125)
#998771
(153,135,113)
#897865
(137,120,101)
#796959
(121,105,89)
#695A4D
(105,90,77)
#594B41
(89,75,65)
#493C35
(73,60,53)
#392D29
(57,45,41)
#291E1D
(41,30,29)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #B9A589

#B9A589
(185,165,137)
#BFAD93
(191,173,147)
#C5B59D
(197,181,157)
#CBBDA7
(203,189,167)
#D1C5B1
(209,197,177)
#D7CDBB
(215,205,187)
#DDD5C5
(221,213,197)
#E3DDCF
(227,221,207)
#E9E5D9
(233,229,217)
#EFEDE3
(239,237,227)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A589 color. Also use rgb(185,165,137) instead hex code.

Text Font Color

.myTextColor { color: #B9A589; }

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

This text font color is #B9A589.


Background Color

.myBgColor { background-color: #B9A589; }

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

This div background color is #B9A589.


Border color

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

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

This div border color is #B9A589.


Opacity

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

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

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

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

This text has shadow with #B9A589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A589 on black background.


Color preview on white background

This text has color #B9A589 on white background.



Black color preview on #B9A589 background

This text has black color on #B9A589 background.


White color preview on #B9A589 background

This text has white color on #B9A589 background.