COLOR #B99279

HEX: #B99279
RGB: (185,146,121)

Color info

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

RGB color model

#B99279 color RGB value is (185,146,121).

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

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 121 of 255 = 47%

185
146
121

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

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 121 = 452 (100%)
R 185 of 452 ~ 40.93%
G 146 of 452 ~ 32.3%
B 121 of 452 ~ 26.77%

%40.93
%32.3
%26.77

CMYK color model

#B99279 color CMYK value is (0,21,35,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(0,21,35,27)
C0M21Y35K27 
(0%,21%,35%,27%)
(0.00/0.21/0.35/0.27)	

CMYK percentages

%0
%21.08
%34.59
%27.45

Codes

Color #B99279 in popluar color models

B99279
RGB185146121
HSL23°31.37%60.00%
HSB/HSV23°34.59%72.55%
CMYK0.00%21.08%34.59%
27.45%

Color #B99279 in popluar number systems.

HEXB99279
Decimal185146121
Binary10111001100100101111001
Octal271222171

Shades and tints

Shades of #B99279

#B99279
(185,146,121)
#A9856E
(169,133,110)
#997863
(153,120,99)
#896B58
(137,107,88)
#795E4D
(121,94,77)
#695142
(105,81,66)
#594437
(89,68,55)
#49372C
(73,55,44)
#392A21
(57,42,33)
#291D16
(41,29,22)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #B99279

#B99279
(185,146,121)
#BF9B85
(191,155,133)
#C5A491
(197,164,145)
#CBAD9D
(203,173,157)
#D1B6A9
(209,182,169)
#D7BFB5
(215,191,181)
#DDC8C1
(221,200,193)
#E3D1CD
(227,209,205)
#E9DAD9
(233,218,217)
#EFE3E5
(239,227,229)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99279; }

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

This text font color is #B99279.


Background Color

.myBgColor { background-color: #B99279; }

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

This div background color is #B99279.


Border color

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

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

This div border color is #B99279.


Opacity

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

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

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

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

This text has shadow with #B99279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99279 on black background.


Color preview on white background

This text has color #B99279 on white background.



Black color preview on #B99279 background

This text has black color on #B99279 background.


White color preview on #B99279 background

This text has white color on #B99279 background.