COLOR #B9946B

HEX: #B9946B
RGB: (185,148,107)

Color info

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

RGB color model

#B9946B color RGB value is (185,148,107).

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

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 107 of 255 = 42%

185
148
107

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 107 = 440 (100%)
R 185 of 440 ~ 42.05%
G 148 of 440 ~ 33.64%
B 107 of 440 ~ 24.32%

%42.05
%33.64
%24.32

CMYK color model

#B9946B color CMYK value is (0,20,42,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 42.16%
  • key color value is 27.45%
CMYK:
(0,20,42,27)
C0M20Y42K27 
(0%,20%,42%,27%)
(0.00/0.20/0.42/0.27)	

CMYK percentages

%0
%20
%42.16
%27.45

Codes

Color #B9946B in popluar color models

B9946B
RGB185148107
HSL32°35.78%57.25%
HSB/HSV32°42.16%72.55%
CMYK0.00%20.00%42.16%
27.45%

Color #B9946B in popluar number systems.

HEXB9946B
Decimal185148107
Binary10111001100101001101011
Octal271224153

Shades and tints

Shades of #B9946B

#B9946B
(185,148,107)
#A98762
(169,135,98)
#997A59
(153,122,89)
#896D50
(137,109,80)
#796047
(121,96,71)
#69533E
(105,83,62)
#594635
(89,70,53)
#49392C
(73,57,44)
#392C23
(57,44,35)
#291F1A
(41,31,26)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B9946B

#B9946B
(185,148,107)
#BF9D78
(191,157,120)
#C5A685
(197,166,133)
#CBAF92
(203,175,146)
#D1B89F
(209,184,159)
#D7C1AC
(215,193,172)
#DDCAB9
(221,202,185)
#E3D3C6
(227,211,198)
#E9DCD3
(233,220,211)
#EFE5E0
(239,229,224)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9946B; }

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

This text font color is #B9946B.


Background Color

.myBgColor { background-color: #B9946B; }

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

This div background color is #B9946B.


Border color

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

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

This div border color is #B9946B.


Opacity

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

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

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

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

This text has shadow with #B9946B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9946B on black background.


Color preview on white background

This text has color #B9946B on white background.



Black color preview on #B9946B background

This text has black color on #B9946B background.


White color preview on #B9946B background

This text has white color on #B9946B background.