COLOR #B9B155

HEX: #B9B155
RGB: (185,177,85)

Color info

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

RGB color model

#B9B155 color RGB value is (185,177,85).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 85 of 255 = 33%

185
177
85

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 85 = 447 (100%)
R 185 of 447 ~ 41.39%
G 177 of 447 ~ 39.6%
B 85 of 447 ~ 19.02%

%41.39
%39.6
%19.02

CMYK color model

#B9B155 color CMYK value is (0,4,54,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 54.05%
  • key color value is 27.45%
CMYK:
(0,4,54,27)
C0M4Y54K27 
(0%,4%,54%,27%)
(0.00/0.04/0.54/0.27)	

CMYK percentages

%0
%4.32
%54.05
%27.45

Codes

Color #B9B155 in popluar color models

B9B155
RGB18517785
HSL55°41.67%52.94%
HSB/HSV55°54.05%72.55%
CMYK0.00%4.32%54.05%
27.45%

Color #B9B155 in popluar number systems.

HEXB9B155
Decimal18517785
Binary10111001101100011010101
Octal271261125

Shades and tints

Shades of #B9B155

#B9B155
(185,177,85)
#A9A14E
(169,161,78)
#999147
(153,145,71)
#898140
(137,129,64)
#797139
(121,113,57)
#696132
(105,97,50)
#59512B
(89,81,43)
#494124
(73,65,36)
#39311D
(57,49,29)
#292116
(41,33,22)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #B9B155

#B9B155
(185,177,85)
#BFB864
(191,184,100)
#C5BF73
(197,191,115)
#CBC682
(203,198,130)
#D1CD91
(209,205,145)
#D7D4A0
(215,212,160)
#DDDBAF
(221,219,175)
#E3E2BE
(227,226,190)
#E9E9CD
(233,233,205)
#EFF0DC
(239,240,220)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B155; }

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

This text font color is #B9B155.


Background Color

.myBgColor { background-color: #B9B155; }

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

This div background color is #B9B155.


Border color

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

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

This div border color is #B9B155.


Opacity

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

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

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

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

This text has shadow with #B9B155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B155 on black background.


Color preview on white background

This text has color #B9B155 on white background.



Black color preview on #B9B155 background

This text has black color on #B9B155 background.


White color preview on #B9B155 background

This text has white color on #B9B155 background.