COLOR #B9928C

HEX: #B9928C RGB: (185,146,140)

Color info

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

RGB color model

#B9928C color RGB value is (185,146,140).

RGB: (185,146,140) (73%, 57%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 140 of 255 = 55%

185
146
140

R + G + B ~ 62%. #B9928C is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 146 + 140 = 471 (100%)
R 185 of 471 ~ 39.28%
G 146 of 471 ~ 31%
B 140 of 471 ~ 29.72'%

%39.28
%31
%29.72

CMYK color model

#B9928C color CMYK value is (0,21,24,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 24.32%
  • key color value is 27.45%

CMYK: (0,21,24,27)
C0M21Y24K27 (0%, 21%, 24%, 27%)
(0.00 / 0.21 / 0.24 / 0.27)

CMYK percentages

%0
%21.08
%24.32
%27.45

Codes

Color #B9928C in popluar color models

B9 92 8C
RGB 185 146 140
HSL 24.32% 63.73%
HSB/HSV 24.32% 72.55%
CMYK 0.00% 21.08% 24.32%
27.45%

Color #B9928C in popluar number systems.

HEX B9 92 8C
Decimal 185 146 140
Binary 10111001 10010010 10001100
Octal 271 222 214

Shades and tints

Shades of #B9928C

#B9928C
(185,146,140)
#A98580
(169,133,128)
#997874
(153,120,116)
#896B68
(137,107,104)
#795E5C
(121,94,92)
#695150
(105,81,80)
#594444
(89,68,68)
#493738
(73,55,56)
#392A2C
(57,42,44)
#291D20
(41,29,32)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #B9928C

#B9928C
(185,146,140)
#BF9B96
(191,155,150)
#C5A4A0
(197,164,160)
#CBADAA
(203,173,170)
#D1B6B4
(209,182,180)
#D7BFBE
(215,191,190)
#DDC8C8
(221,200,200)
#E3D1D2
(227,209,210)
#E9DADC
(233,218,220)
#EFE3E6
(239,227,230)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9928C; }

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

This text font color is #B9928C.

Background Color

.myBgColor { background-color: #B9928C; }

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

This div background color is #B9928C.

Border color

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

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

This div border color is #B9928C.

Opacity

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

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

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

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

This text has shadow with #B9928C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9928C.

Preview

Color preview on black background

This text has color #B9928C on black background.


Color preview on white background

This text has color #B9928C on white background.


Black color preview on #B9928C background

This text has black color on #B9928C background.


White color preview on #B9928C background

This text has white color on #B9928C background.


Related colors

Complementary color

Complementary color for #hex is #466D73.


I love getcolorcode.com

Triadic colors

1 #8CB992 and #928CB9 with #B9928C are triadic colors.

2 #8C92B9 and #92B98C with #B9928C are triadic colors.