COLOR #B1B58F

HEX: #B1B58F
RGB: (177,181,143)

Color info

#B1B58F contains red, green and blue colors in about the same proportion. Web safe color of #B1B58F is #99CC99 (or #9C9).

RGB color model

#B1B58F color RGB value is (177,181,143).

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

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 143 of 255 = 56%

177
181
143

R + G + B ~ 65%. #B1B58F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 143 = 501 (100%)
R 177 of 501 ~ 35.33%
G 181 of 501 ~ 36.13%
B 143 of 501 ~ 28.54%

%35.33
%36.13
%28.54

CMYK color model

#B1B58F color CMYK value is (2,0,21,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK:
(2,0,21,29)
C2M0Y21K29 
(2%,0%,21%,29%)
(0.02/0.00/0.21/0.29)	

CMYK percentages

%2.21
%0
%20.99
%29.02

Codes

Color #B1B58F in popluar color models

B1B58F
RGB177181143
HSL66°20.43%63.53%
HSB/HSV66°20.99%70.98%
CMYK2.21%0.00%20.99%
29.02%

Color #B1B58F in popluar number systems.

HEXB1B58F
Decimal177181143
Binary101100011011010110001111
Octal261265217

Shades and tints

Shades of #B1B58F

#B1B58F
(177,181,143)
#A1A582
(161,165,130)
#919575
(145,149,117)
#818568
(129,133,104)
#71755B
(113,117,91)
#61654E
(97,101,78)
#515541
(81,85,65)
#414534
(65,69,52)
#313527
(49,53,39)
#21251A
(33,37,26)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #B1B58F

#B1B58F
(177,181,143)
#B8BB99
(184,187,153)
#BFC1A3
(191,193,163)
#C6C7AD
(198,199,173)
#CDCDB7
(205,205,183)
#D4D3C1
(212,211,193)
#DBD9CB
(219,217,203)
#E2DFD5
(226,223,213)
#E9E5DF
(233,229,223)
#F0EBE9
(240,235,233)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B58F; }

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

This text font color is #B1B58F.


Background Color

.myBgColor { background-color: #B1B58F; }

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

This div background color is #B1B58F.


Border color

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

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

This div border color is #B1B58F.


Opacity

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

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

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

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

This text has shadow with #B1B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B58F on black background.


Color preview on white background

This text has color #B1B58F on white background.



Black color preview on #B1B58F background

This text has black color on #B1B58F background.


White color preview on #B1B58F background

This text has white color on #B1B58F background.