COLOR #B5B091

HEX: #B5B091
RGB: (181,176,145)

Color info

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

RGB color model

#B5B091 color RGB value is (181,176,145).

  • red value is 181;
  • green value is 176;
  • blue value is 145.
RGB:
(181,176,145)
(71%,69%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 145 of 255 = 57%

181
176
145

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

Portions of RGB colors in percentages

R + G + B =
181 + 176 + 145 = 502 (100%)
R 181 of 502 ~ 36.06%
G 176 of 502 ~ 35.06%
B 145 of 502 ~ 28.88%

%36.06
%35.06
%28.88

CMYK color model

#B5B091 color CMYK value is (0,3,20,29).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(0,3,20,29)
C0M3Y20K29 
(0%,3%,20%,29%)
(0.00/0.03/0.20/0.29)	

CMYK percentages

%0
%2.76
%19.89
%29.02

Codes

Color #B5B091 in popluar color models

B5B091
RGB181176145
HSL52°19.57%63.92%
HSB/HSV52°19.89%70.98%
CMYK0.00%2.76%19.89%
29.02%

Color #B5B091 in popluar number systems.

HEXB5B091
Decimal181176145
Binary101101011011000010010001
Octal265260221

Shades and tints

Shades of #B5B091

#B5B091
(181,176,145)
#A5A084
(165,160,132)
#959077
(149,144,119)
#85806A
(133,128,106)
#75705D
(117,112,93)
#656050
(101,96,80)
#555043
(85,80,67)
#454036
(69,64,54)
#353029
(53,48,41)
#25201C
(37,32,28)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #B5B091

#B5B091
(181,176,145)
#BBB79B
(187,183,155)
#C1BEA5
(193,190,165)
#C7C5AF
(199,197,175)
#CDCCB9
(205,204,185)
#D3D3C3
(211,211,195)
#D9DACD
(217,218,205)
#DFE1D7
(223,225,215)
#E5E8E1
(229,232,225)
#EBEFEB
(235,239,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B091 color. Also use rgb(181,176,145) instead hex code.

Text Font Color

.myTextColor { color: #B5B091; }

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

This text font color is #B5B091.


Background Color

.myBgColor { background-color: #B5B091; }

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

This div background color is #B5B091.


Border color

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

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

This div border color is #B5B091.


Opacity

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

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

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

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

This text has shadow with #B5B091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B091 on black background.


Color preview on white background

This text has color #B5B091 on white background.



Black color preview on #B5B091 background

This text has black color on #B5B091 background.


White color preview on #B5B091 background

This text has white color on #B5B091 background.