COLOR #B9A398

HEX: #B9A398
RGB: (185,163,152)

Color info

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

RGB color model

#B9A398 color RGB value is (185,163,152).

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

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 152 of 255 = 60%

185
163
152

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 152 = 500 (100%)
R 185 of 500 ~ 37%
G 163 of 500 ~ 32.6%
B 152 of 500 ~ 30.4%

%37
%32.6
%30.4

CMYK color model

#B9A398 color CMYK value is (0,12,18,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(0,12,18,27)
C0M12Y18K27 
(0%,12%,18%,27%)
(0.00/0.12/0.18/0.27)	

CMYK percentages

%0
%11.89
%17.84
%27.45

Codes

Color #B9A398 in popluar color models

B9A398
RGB185163152
HSL20°19.08%66.08%
HSB/HSV20°17.84%72.55%
CMYK0.00%11.89%17.84%
27.45%

Color #B9A398 in popluar number systems.

HEXB9A398
Decimal185163152
Binary101110011010001110011000
Octal271243230

Shades and tints

Shades of #B9A398

#B9A398
(185,163,152)
#A9958B
(169,149,139)
#99877E
(153,135,126)
#897971
(137,121,113)
#796B64
(121,107,100)
#695D57
(105,93,87)
#594F4A
(89,79,74)
#49413D
(73,65,61)
#393330
(57,51,48)
#292523
(41,37,35)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9A398

#B9A398
(185,163,152)
#BFABA1
(191,171,161)
#C5B3AA
(197,179,170)
#CBBBB3
(203,187,179)
#D1C3BC
(209,195,188)
#D7CBC5
(215,203,197)
#DDD3CE
(221,211,206)
#E3DBD7
(227,219,215)
#E9E3E0
(233,227,224)
#EFEBE9
(239,235,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A398; }

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

This text font color is #B9A398.


Background Color

.myBgColor { background-color: #B9A398; }

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

This div background color is #B9A398.


Border color

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

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

This div border color is #B9A398.


Opacity

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

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

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

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

This text has shadow with #B9A398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A398 on black background.


Color preview on white background

This text has color #B9A398 on white background.



Black color preview on #B9A398 background

This text has black color on #B9A398 background.


White color preview on #B9A398 background

This text has white color on #B9A398 background.