COLOR #B9B38F

HEX: #B9B38F
RGB: (185,179,143)

Color info

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

RGB color model

#B9B38F color RGB value is (185,179,143).

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

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 143 of 255 = 56%

185
179
143

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

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 143 = 507 (100%)
R 185 of 507 ~ 36.49%
G 179 of 507 ~ 35.31%
B 143 of 507 ~ 28.21%

%36.49
%35.31
%28.21

CMYK color model

#B9B38F color CMYK value is (0,3,23,27).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(0,3,23,27)
C0M3Y23K27 
(0%,3%,23%,27%)
(0.00/0.03/0.23/0.27)	

CMYK percentages

%0
%3.24
%22.7
%27.45

Codes

Color #B9B38F in popluar color models

B9B38F
RGB185179143
HSL51°23.08%64.31%
HSB/HSV51°22.70%72.55%
CMYK0.00%3.24%22.70%
27.45%

Color #B9B38F in popluar number systems.

HEXB9B38F
Decimal185179143
Binary101110011011001110001111
Octal271263217

Shades and tints

Shades of #B9B38F

#B9B38F
(185,179,143)
#A9A382
(169,163,130)
#999375
(153,147,117)
#898368
(137,131,104)
#79735B
(121,115,91)
#69634E
(105,99,78)
#595341
(89,83,65)
#494334
(73,67,52)
#393327
(57,51,39)
#29231A
(41,35,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B9B38F

#B9B38F
(185,179,143)
#BFB999
(191,185,153)
#C5BFA3
(197,191,163)
#CBC5AD
(203,197,173)
#D1CBB7
(209,203,183)
#D7D1C1
(215,209,193)
#DDD7CB
(221,215,203)
#E3DDD5
(227,221,213)
#E9E3DF
(233,227,223)
#EFE9E9
(239,233,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B38F; }

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

This text font color is #B9B38F.


Background Color

.myBgColor { background-color: #B9B38F; }

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

This div background color is #B9B38F.


Border color

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

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

This div border color is #B9B38F.


Opacity

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

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

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

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

This text has shadow with #B9B38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B38F on black background.


Color preview on white background

This text has color #B9B38F on white background.



Black color preview on #B9B38F background

This text has black color on #B9B38F background.


White color preview on #B9B38F background

This text has white color on #B9B38F background.