COLOR #B9A26B

HEX: #B9A26B
RGB: (185,162,107)

Color info

#B9A26B contains mainly red and green colors. Web safe color of #B9A26B is #CC9966 (or #C96).

RGB color model

#B9A26B color RGB value is (185,162,107).

  • red value is 185;
  • green value is 162;
  • blue value is 107.
RGB:
(185,162,107)
(73%,64%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 107 of 255 = 42%

185
162
107

R + G + B ~ 60%. #B9A26B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 107 = 454 (100%)
R 185 of 454 ~ 40.75%
G 162 of 454 ~ 35.68%
B 107 of 454 ~ 23.57%

%40.75
%35.68
%23.57

CMYK color model

#B9A26B color CMYK value is (0,12,42,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 42.16%
  • key color value is 27.45%
CMYK:
(0,12,42,27)
C0M12Y42K27 
(0%,12%,42%,27%)
(0.00/0.12/0.42/0.27)	

CMYK percentages

%0
%12.43
%42.16
%27.45

Codes

Color #B9A26B in popluar color models

B9A26B
RGB185162107
HSL42°35.78%57.25%
HSB/HSV42°42.16%72.55%
CMYK0.00%12.43%42.16%
27.45%

Color #B9A26B in popluar number systems.

HEXB9A26B
Decimal185162107
Binary10111001101000101101011
Octal271242153

Shades and tints

Shades of #B9A26B

#B9A26B
(185,162,107)
#A99462
(169,148,98)
#998659
(153,134,89)
#897850
(137,120,80)
#796A47
(121,106,71)
#695C3E
(105,92,62)
#594E35
(89,78,53)
#49402C
(73,64,44)
#393223
(57,50,35)
#29241A
(41,36,26)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9A26B

#B9A26B
(185,162,107)
#BFAA78
(191,170,120)
#C5B285
(197,178,133)
#CBBA92
(203,186,146)
#D1C29F
(209,194,159)
#D7CAAC
(215,202,172)
#DDD2B9
(221,210,185)
#E3DAC6
(227,218,198)
#E9E2D3
(233,226,211)
#EFEAE0
(239,234,224)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A26B color. Also use rgb(185,162,107) instead hex code.

Text Font Color

.myTextColor { color: #B9A26B; }

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

This text font color is #B9A26B.


Background Color

.myBgColor { background-color: #B9A26B; }

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

This div background color is #B9A26B.


Border color

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

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

This div border color is #B9A26B.


Opacity

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

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

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

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

This text has shadow with #B9A26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A26B on black background.


Color preview on white background

This text has color #B9A26B on white background.



Black color preview on #B9A26B background

This text has black color on #B9A26B background.


White color preview on #B9A26B background

This text has white color on #B9A26B background.