COLOR #B9B299

HEX: #B9B299
RGB: (185,178,153)

Color info

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

RGB color model

#B9B299 color RGB value is (185,178,153).

  • red value is 185;
  • green value is 178;
  • blue value is 153.
RGB:
(185,178,153)
(73%,70%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 153 of 255 = 60%

185
178
153

R + G + B ~ 68%. #B9B299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 178 + 153 = 516 (100%)
R 185 of 516 ~ 35.85%
G 178 of 516 ~ 34.5%
B 153 of 516 ~ 29.65%

%35.85
%34.5
%29.65

CMYK color model

#B9B299 color CMYK value is (0,4,17,27).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,4,17,27)
C0M4Y17K27 
(0%,4%,17%,27%)
(0.00/0.04/0.17/0.27)	

CMYK percentages

%0
%3.78
%17.3
%27.45

Codes

Color #B9B299 in popluar color models

B9B299
RGB185178153
HSL47°18.60%66.27%
HSB/HSV47°17.30%72.55%
CMYK0.00%3.78%17.30%
27.45%

Color #B9B299 in popluar number systems.

HEXB9B299
Decimal185178153
Binary101110011011001010011001
Octal271262231

Shades and tints

Shades of #B9B299

#B9B299
(185,178,153)
#A9A28C
(169,162,140)
#99927F
(153,146,127)
#898272
(137,130,114)
#797265
(121,114,101)
#696258
(105,98,88)
#59524B
(89,82,75)
#49423E
(73,66,62)
#393231
(57,50,49)
#292224
(41,34,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9B299

#B9B299
(185,178,153)
#BFB9A2
(191,185,162)
#C5C0AB
(197,192,171)
#CBC7B4
(203,199,180)
#D1CEBD
(209,206,189)
#D7D5C6
(215,213,198)
#DDDCCF
(221,220,207)
#E3E3D8
(227,227,216)
#E9EAE1
(233,234,225)
#EFF1EA
(239,241,234)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B299 color. Also use rgb(185,178,153) instead hex code.

Text Font Color

.myTextColor { color: #B9B299; }

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

This text font color is #B9B299.


Background Color

.myBgColor { background-color: #B9B299; }

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

This div background color is #B9B299.


Border color

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

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

This div border color is #B9B299.


Opacity

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

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

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

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

This text has shadow with #B9B299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B299 on black background.


Color preview on white background

This text has color #B9B299 on white background.



Black color preview on #B9B299 background

This text has black color on #B9B299 background.


White color preview on #B9B299 background

This text has white color on #B9B299 background.