COLOR #B9927C

HEX: #B9927C
RGB: (185,146,124)

Color info

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

RGB color model

#B9927C color RGB value is (185,146,124).

  • red value is 185;
  • green value is 146;
  • blue value is 124.
RGB:
(185,146,124)
(73%,57%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 124 of 255 = 49%

185
146
124

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

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 124 = 455 (100%)
R 185 of 455 ~ 40.66%
G 146 of 455 ~ 32.09%
B 124 of 455 ~ 27.25%

%40.66
%32.09
%27.25

CMYK color model

#B9927C color CMYK value is (0,21,33,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(0,21,33,27)
C0M21Y33K27 
(0%,21%,33%,27%)
(0.00/0.21/0.33/0.27)	

CMYK percentages

%0
%21.08
%32.97
%27.45

Codes

Color #B9927C in popluar color models

B9927C
RGB185146124
HSL22°30.35%60.59%
HSB/HSV22°32.97%72.55%
CMYK0.00%21.08%32.97%
27.45%

Color #B9927C in popluar number systems.

HEXB9927C
Decimal185146124
Binary10111001100100101111100
Octal271222174

Shades and tints

Shades of #B9927C

#B9927C
(185,146,124)
#A98571
(169,133,113)
#997866
(153,120,102)
#896B5B
(137,107,91)
#795E50
(121,94,80)
#695145
(105,81,69)
#59443A
(89,68,58)
#49372F
(73,55,47)
#392A24
(57,42,36)
#291D19
(41,29,25)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B9927C

#B9927C
(185,146,124)
#BF9B87
(191,155,135)
#C5A492
(197,164,146)
#CBAD9D
(203,173,157)
#D1B6A8
(209,182,168)
#D7BFB3
(215,191,179)
#DDC8BE
(221,200,190)
#E3D1C9
(227,209,201)
#E9DAD4
(233,218,212)
#EFE3DF
(239,227,223)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9927C; }

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

This text font color is #B9927C.


Background Color

.myBgColor { background-color: #B9927C; }

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

This div background color is #B9927C.


Border color

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

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

This div border color is #B9927C.


Opacity

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

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

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

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

This text has shadow with #B9927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9927C on black background.


Color preview on white background

This text has color #B9927C on white background.



Black color preview on #B9927C background

This text has black color on #B9927C background.


White color preview on #B9927C background

This text has white color on #B9927C background.