COLOR #B9B788

HEX: #B9B788
RGB: (185,183,136)

Color info

#B9B788 contains red, green and blue colors in about the same proportion. Web safe color of #B9B788 is #CCCC99 (or #CC9).

RGB color model

#B9B788 color RGB value is (185,183,136).

  • red value is 185;
  • green value is 183;
  • blue value is 136.
RGB:
(185,183,136)
(73%,72%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 136 of 255 = 53%

185
183
136

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

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 136 = 504 (100%)
R 185 of 504 ~ 36.71%
G 183 of 504 ~ 36.31%
B 136 of 504 ~ 26.98%

%36.71
%36.31
%26.98

CMYK color model

#B9B788 color CMYK value is (0,1,26,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(0,1,26,27)
C0M1Y26K27 
(0%,1%,26%,27%)
(0.00/0.01/0.26/0.27)	

CMYK percentages

%0
%1.08
%26.49
%27.45

Codes

Color #B9B788 in popluar color models

B9B788
RGB185183136
HSL58°25.93%62.94%
HSB/HSV58°26.49%72.55%
CMYK0.00%1.08%26.49%
27.45%

Color #B9B788 in popluar number systems.

HEXB9B788
Decimal185183136
Binary101110011011011110001000
Octal271267210

Shades and tints

Shades of #B9B788

#B9B788
(185,183,136)
#A9A77C
(169,167,124)
#999770
(153,151,112)
#898764
(137,135,100)
#797758
(121,119,88)
#69674C
(105,103,76)
#595740
(89,87,64)
#494734
(73,71,52)
#393728
(57,55,40)
#29271C
(41,39,28)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B9B788

#B9B788
(185,183,136)
#BFBD92
(191,189,146)
#C5C39C
(197,195,156)
#CBC9A6
(203,201,166)
#D1CFB0
(209,207,176)
#D7D5BA
(215,213,186)
#DDDBC4
(221,219,196)
#E3E1CE
(227,225,206)
#E9E7D8
(233,231,216)
#EFEDE2
(239,237,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B788 color. Also use rgb(185,183,136) instead hex code.

Text Font Color

.myTextColor { color: #B9B788; }

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

This text font color is #B9B788.


Background Color

.myBgColor { background-color: #B9B788; }

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

This div background color is #B9B788.


Border color

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

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

This div border color is #B9B788.


Opacity

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

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

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

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

This text has shadow with #B9B788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B788 on black background.


Color preview on white background

This text has color #B9B788 on white background.



Black color preview on #B9B788 background

This text has black color on #B9B788 background.


White color preview on #B9B788 background

This text has white color on #B9B788 background.