COLOR #B9A68C

HEX: #B9A68C
RGB: (185,166,140)

Color info

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

RGB color model

#B9A68C color RGB value is (185,166,140).

  • red value is 185;
  • green value is 166;
  • blue value is 140.
RGB:
(185,166,140)
(73%,65%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 166 of 255 = 65%
B 140 of 255 = 55%

185
166
140

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

Portions of RGB colors in percentages

R + G + B =
185 + 166 + 140 = 491 (100%)
R 185 of 491 ~ 37.68%
G 166 of 491 ~ 33.81%
B 140 of 491 ~ 28.51%

%37.68
%33.81
%28.51

CMYK color model

#B9A68C color CMYK value is (0,10,24,27).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(0,10,24,27)
C0M10Y24K27 
(0%,10%,24%,27%)
(0.00/0.10/0.24/0.27)	

CMYK percentages

%0
%10.27
%24.32
%27.45

Codes

Color #B9A68C in popluar color models

B9A68C
RGB185166140
HSL35°24.32%63.73%
HSB/HSV35°24.32%72.55%
CMYK0.00%10.27%24.32%
27.45%

Color #B9A68C in popluar number systems.

HEXB9A68C
Decimal185166140
Binary101110011010011010001100
Octal271246214

Shades and tints

Shades of #B9A68C

#B9A68C
(185,166,140)
#A99780
(169,151,128)
#998874
(153,136,116)
#897968
(137,121,104)
#796A5C
(121,106,92)
#695B50
(105,91,80)
#594C44
(89,76,68)
#493D38
(73,61,56)
#392E2C
(57,46,44)
#291F20
(41,31,32)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #B9A68C

#B9A68C
(185,166,140)
#BFAE96
(191,174,150)
#C5B6A0
(197,182,160)
#CBBEAA
(203,190,170)
#D1C6B4
(209,198,180)
#D7CEBE
(215,206,190)
#DDD6C8
(221,214,200)
#E3DED2
(227,222,210)
#E9E6DC
(233,230,220)
#EFEEE6
(239,238,230)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A68C color. Also use rgb(185,166,140) instead hex code.

Text Font Color

.myTextColor { color: #B9A68C; }

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

This text font color is #B9A68C.


Background Color

.myBgColor { background-color: #B9A68C; }

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

This div background color is #B9A68C.


Border color

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

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

This div border color is #B9A68C.


Opacity

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

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

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

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

This text has shadow with #B9A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A68C on black background.


Color preview on white background

This text has color #B9A68C on white background.



Black color preview on #B9A68C background

This text has black color on #B9A68C background.


White color preview on #B9A68C background

This text has white color on #B9A68C background.