COLOR #B5B17F

HEX: #B5B17F
RGB: (181,177,127)

Color info

#B5B17F contains red, green and blue colors in about the same proportion. Web safe color of #B5B17F is #CC9966 (or #C96).

RGB color model

#B5B17F color RGB value is (181,177,127).

  • red value is 181;
  • green value is 177;
  • blue value is 127.
RGB:
(181,177,127)
(71%,69%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 127 of 255 = 50%

181
177
127

R + G + B ~ 63%. #B5B17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 127 = 485 (100%)
R 181 of 485 ~ 37.32%
G 177 of 485 ~ 36.49%
B 127 of 485 ~ 26.19%

%37.32
%36.49
%26.19

CMYK color model

#B5B17F color CMYK value is (0,2,30,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(0,2,30,29)
C0M2Y30K29 
(0%,2%,30%,29%)
(0.00/0.02/0.30/0.29)	

CMYK percentages

%0
%2.21
%29.83
%29.02

Codes

Color #B5B17F in popluar color models

B5B17F
RGB181177127
HSL56°26.73%60.39%
HSB/HSV56°29.83%70.98%
CMYK0.00%2.21%29.83%
29.02%

Color #B5B17F in popluar number systems.

HEXB5B17F
Decimal181177127
Binary10110101101100011111111
Octal265261177

Shades and tints

Shades of #B5B17F

#B5B17F
(181,177,127)
#A5A174
(165,161,116)
#959169
(149,145,105)
#85815E
(133,129,94)
#757153
(117,113,83)
#656148
(101,97,72)
#55513D
(85,81,61)
#454132
(69,65,50)
#353127
(53,49,39)
#25211C
(37,33,28)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #B5B17F

#B5B17F
(181,177,127)
#BBB88A
(187,184,138)
#C1BF95
(193,191,149)
#C7C6A0
(199,198,160)
#CDCDAB
(205,205,171)
#D3D4B6
(211,212,182)
#D9DBC1
(217,219,193)
#DFE2CC
(223,226,204)
#E5E9D7
(229,233,215)
#EBF0E2
(235,240,226)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B17F color. Also use rgb(181,177,127) instead hex code.

Text Font Color

.myTextColor { color: #B5B17F; }

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

This text font color is #B5B17F.


Background Color

.myBgColor { background-color: #B5B17F; }

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

This div background color is #B5B17F.


Border color

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

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

This div border color is #B5B17F.


Opacity

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

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

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

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

This text has shadow with #B5B17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B17F on black background.


Color preview on white background

This text has color #B5B17F on white background.



Black color preview on #B5B17F background

This text has black color on #B5B17F background.


White color preview on #B5B17F background

This text has white color on #B5B17F background.