COLOR #B9926B

HEX: #B9926B RGB: (185,146,107)

Color info

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

RGB color model

#B9926B color RGB value is (185,146,107).

RGB: (185,146,107) (73%, 57%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 107 of 255 = 42%

185
146
107

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

Portions of RGB colors in percentages

R + G + B = 185 + 146 + 107 = 438 (100%)
R 185 of 438 ~ 42.24%
G 146 of 438 ~ 33.33%
B 107 of 438 ~ 24.43'%

%42.24
%33.33
%24.43

CMYK color model

#B9926B color CMYK value is (0,21,42,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 42.16%
  • key color value is 27.45%
CMYK: (0,21,42,27) C0M21Y42K27 (0%,21%,42%,27%) (0.00/0.21/0.42/0.27) 

CMYK percentages

%0
%21.08
%42.16
%27.45

Codes

Color #B9926B in popluar color models

B9 92 6B
RGB 185 146 107
HSL 30° 35.78% 57.25%
HSB/HSV 30° 42.16% 72.55%
CMYK 0.00% 21.08% 42.16%
27.45%

Color #B9926B in popluar number systems.

HEX B9 92 6B
Decimal 185 146 107
Binary 10111001 10010010 1101011
Octal 271 222 153

Shades and tints

Shades of #B9926B

#B9926B
(185,146,107)
#A98562
(169,133,98)
#997859
(153,120,89)
#896B50
(137,107,80)
#795E47
(121,94,71)
#69513E
(105,81,62)
#594435
(89,68,53)
#49372C
(73,55,44)
#392A23
(57,42,35)
#291D1A
(41,29,26)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #B9926B

#B9926B
(185,146,107)
#BF9B78
(191,155,120)
#C5A485
(197,164,133)
#CBAD92
(203,173,146)
#D1B69F
(209,182,159)
#D7BFAC
(215,191,172)
#DDC8B9
(221,200,185)
#E3D1C6
(227,209,198)
#E9DAD3
(233,218,211)
#EFE3E0
(239,227,224)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9926B; }

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

This text font color is #B9926B.

Background Color

.myBgColor { background-color: #B9926B; }

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

This div background color is #B9926B.

Border color

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

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

This div border color is #B9926B.

Opacity

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

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

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

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

This text has shadow with #B9926B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9926B.

Preview

Color preview on black background

This text has color #B9926B on black background.


Color preview on white background

This text has color #B9926B on white background.


Black color preview on #B9926B background

This text has black color on #B9926B background.


White color preview on #B9926B background

This text has white color on #B9926B background.


Related colors

Complementary color

Complementary color for #hex is #466D94.


I love getcolorcode.com

Triadic colors

1 #6BB992 and #926BB9 with #B9926B are triadic colors.

2 #6B92B9 and #92B96B with #B9926B are triadic colors.