COLOR #B9B18F

HEX: #B9B18F
RGB: (185,177,143)

Color info

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

RGB color model

#B9B18F color RGB value is (185,177,143).

  • red value is 185;
  • green value is 177;
  • blue value is 143.
RGB:
(185,177,143)
(73%,69%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 143 of 255 = 56%

185
177
143

R + G + B ~ 66%. #B9B18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 143 = 505 (100%)
R 185 of 505 ~ 36.63%
G 177 of 505 ~ 35.05%
B 143 of 505 ~ 28.32%

%36.63
%35.05
%28.32

CMYK color model

#B9B18F color CMYK value is (0,4,23,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(0,4,23,27)
C0M4Y23K27 
(0%,4%,23%,27%)
(0.00/0.04/0.23/0.27)	

CMYK percentages

%0
%4.32
%22.7
%27.45

Codes

Color #B9B18F in popluar color models

B9B18F
RGB185177143
HSL49°23.08%64.31%
HSB/HSV49°22.70%72.55%
CMYK0.00%4.32%22.70%
27.45%

Color #B9B18F in popluar number systems.

HEXB9B18F
Decimal185177143
Binary101110011011000110001111
Octal271261217

Shades and tints

Shades of #B9B18F

#B9B18F
(185,177,143)
#A9A182
(169,161,130)
#999175
(153,145,117)
#898168
(137,129,104)
#79715B
(121,113,91)
#69614E
(105,97,78)
#595141
(89,81,65)
#494134
(73,65,52)
#393127
(57,49,39)
#29211A
(41,33,26)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B9B18F

#B9B18F
(185,177,143)
#BFB899
(191,184,153)
#C5BFA3
(197,191,163)
#CBC6AD
(203,198,173)
#D1CDB7
(209,205,183)
#D7D4C1
(215,212,193)
#DDDBCB
(221,219,203)
#E3E2D5
(227,226,213)
#E9E9DF
(233,233,223)
#EFF0E9
(239,240,233)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B18F color. Also use rgb(185,177,143) instead hex code.

Text Font Color

.myTextColor { color: #B9B18F; }

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

This text font color is #B9B18F.


Background Color

.myBgColor { background-color: #B9B18F; }

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

This div background color is #B9B18F.


Border color

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

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

This div border color is #B9B18F.


Opacity

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

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

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

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

This text has shadow with #B9B18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B18F on black background.


Color preview on white background

This text has color #B9B18F on white background.



Black color preview on #B9B18F background

This text has black color on #B9B18F background.


White color preview on #B9B18F background

This text has white color on #B9B18F background.