COLOR #B9977C

HEX: #B9977C
RGB: (185,151,124)

Color info

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

RGB color model

#B9977C color RGB value is (185,151,124).

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

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 124 of 255 = 49%

185
151
124

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 124 = 460 (100%)
R 185 of 460 ~ 40.22%
G 151 of 460 ~ 32.83%
B 124 of 460 ~ 26.96%

%40.22
%32.83
%26.96

CMYK color model

#B9977C color CMYK value is (0,18,33,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(0,18,33,27)
C0M18Y33K27 
(0%,18%,33%,27%)
(0.00/0.18/0.33/0.27)	

CMYK percentages

%0
%18.38
%32.97
%27.45

Codes

Color #B9977C in popluar color models

B9977C
RGB185151124
HSL27°30.35%60.59%
HSB/HSV27°32.97%72.55%
CMYK0.00%18.38%32.97%
27.45%

Color #B9977C in popluar number systems.

HEXB9977C
Decimal185151124
Binary10111001100101111111100
Octal271227174

Shades and tints

Shades of #B9977C

#B9977C
(185,151,124)
#A98A71
(169,138,113)
#997D66
(153,125,102)
#89705B
(137,112,91)
#796350
(121,99,80)
#695645
(105,86,69)
#59493A
(89,73,58)
#493C2F
(73,60,47)
#392F24
(57,47,36)
#292219
(41,34,25)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B9977C

#B9977C
(185,151,124)
#BFA087
(191,160,135)
#C5A992
(197,169,146)
#CBB29D
(203,178,157)
#D1BBA8
(209,187,168)
#D7C4B3
(215,196,179)
#DDCDBE
(221,205,190)
#E3D6C9
(227,214,201)
#E9DFD4
(233,223,212)
#EFE8DF
(239,232,223)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9977C; }

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

This text font color is #B9977C.


Background Color

.myBgColor { background-color: #B9977C; }

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

This div background color is #B9977C.


Border color

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

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

This div border color is #B9977C.


Opacity

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

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

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

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

This text has shadow with #B9977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9977C on black background.


Color preview on white background

This text has color #B9977C on white background.



Black color preview on #B9977C background

This text has black color on #B9977C background.


White color preview on #B9977C background

This text has white color on #B9977C background.