COLOR #B99674

HEX: #B99674
RGB: (185,150,116)

Color info

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

RGB color model

#B99674 color RGB value is (185,150,116).

  • red value is 185;
  • green value is 150;
  • blue value is 116.
RGB:
(185,150,116)
(73%,59%,45%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 116 of 255 = 45%

185
150
116

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

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 116 = 451 (100%)
R 185 of 451 ~ 41.02%
G 150 of 451 ~ 33.26%
B 116 of 451 ~ 25.72%

%41.02
%33.26
%25.72

CMYK color model

#B99674 color CMYK value is (0,19,37,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 37.30%
  • key color value is 27.45%
CMYK:
(0,19,37,27)
C0M19Y37K27 
(0%,19%,37%,27%)
(0.00/0.19/0.37/0.27)	

CMYK percentages

%0
%18.92
%37.3
%27.45

Codes

Color #B99674 in popluar color models

B99674
RGB185150116
HSL30°33.01%59.02%
HSB/HSV30°37.30%72.55%
CMYK0.00%18.92%37.30%
27.45%

Color #B99674 in popluar number systems.

HEXB99674
Decimal185150116
Binary10111001100101101110100
Octal271226164

Shades and tints

Shades of #B99674

#B99674
(185,150,116)
#A9896A
(169,137,106)
#997C60
(153,124,96)
#896F56
(137,111,86)
#79624C
(121,98,76)
#695542
(105,85,66)
#594838
(89,72,56)
#493B2E
(73,59,46)
#392E24
(57,46,36)
#29211A
(41,33,26)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B99674

#B99674
(185,150,116)
#BF9F80
(191,159,128)
#C5A88C
(197,168,140)
#CBB198
(203,177,152)
#D1BAA4
(209,186,164)
#D7C3B0
(215,195,176)
#DDCCBC
(221,204,188)
#E3D5C8
(227,213,200)
#E9DED4
(233,222,212)
#EFE7E0
(239,231,224)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99674 color. Also use rgb(185,150,116) instead hex code.

Text Font Color

.myTextColor { color: #B99674; }

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

This text font color is #B99674.


Background Color

.myBgColor { background-color: #B99674; }

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

This div background color is #B99674.


Border color

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

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

This div border color is #B99674.


Opacity

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

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

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

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

This text has shadow with #B99674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99674 on black background.


Color preview on white background

This text has color #B99674 on white background.



Black color preview on #B99674 background

This text has black color on #B99674 background.


White color preview on #B99674 background

This text has white color on #B99674 background.