COLOR #B9A089

HEX: #B9A089
RGB: (185,160,137)

Color info

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

RGB color model

#B9A089 color RGB value is (185,160,137).

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

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 137 of 255 = 54%

185
160
137

R + G + B ~ 63%. #B9A089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 137 = 482 (100%)
R 185 of 482 ~ 38.38%
G 160 of 482 ~ 33.2%
B 137 of 482 ~ 28.42%

%38.38
%33.2
%28.42

CMYK color model

#B9A089 color CMYK value is (0,14,26,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(0,14,26,27)
C0M14Y26K27 
(0%,14%,26%,27%)
(0.00/0.14/0.26/0.27)	

CMYK percentages

%0
%13.51
%25.95
%27.45

Codes

Color #B9A089 in popluar color models

B9A089
RGB185160137
HSL29°25.53%63.14%
HSB/HSV29°25.95%72.55%
CMYK0.00%13.51%25.95%
27.45%

Color #B9A089 in popluar number systems.

HEXB9A089
Decimal185160137
Binary101110011010000010001001
Octal271240211

Shades and tints

Shades of #B9A089

#B9A089
(185,160,137)
#A9927D
(169,146,125)
#998471
(153,132,113)
#897665
(137,118,101)
#796859
(121,104,89)
#695A4D
(105,90,77)
#594C41
(89,76,65)
#493E35
(73,62,53)
#393029
(57,48,41)
#29221D
(41,34,29)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9A089

#B9A089
(185,160,137)
#BFA893
(191,168,147)
#C5B09D
(197,176,157)
#CBB8A7
(203,184,167)
#D1C0B1
(209,192,177)
#D7C8BB
(215,200,187)
#DDD0C5
(221,208,197)
#E3D8CF
(227,216,207)
#E9E0D9
(233,224,217)
#EFE8E3
(239,232,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A089; }

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

This text font color is #B9A089.


Background Color

.myBgColor { background-color: #B9A089; }

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

This div background color is #B9A089.


Border color

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

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

This div border color is #B9A089.


Opacity

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

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

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

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

This text has shadow with #B9A089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A089 on black background.


Color preview on white background

This text has color #B9A089 on white background.



Black color preview on #B9A089 background

This text has black color on #B9A089 background.


White color preview on #B9A089 background

This text has white color on #B9A089 background.