COLOR #B5B988

HEX: #B5B988
RGB: (181,185,136)

Color info

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

RGB color model

#B5B988 color RGB value is (181,185,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 136 of 255 = 53%

181
185
136

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

Portions of RGB colors in percentages

R + G + B =
181 + 185 + 136 = 502 (100%)
R 181 of 502 ~ 36.06%
G 185 of 502 ~ 36.85%
B 136 of 502 ~ 27.09%

%36.06
%36.85
%27.09

CMYK color model

#B5B988 color CMYK value is (2,0,26,27).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(2,0,26,27)
C2M0Y26K27 
(2%,0%,26%,27%)
(0.02/0.00/0.26/0.27)	

CMYK percentages

%2.16
%0
%26.49
%27.45

Codes

Color #B5B988 in popluar color models

B5B988
RGB181185136
HSL65°25.93%62.94%
HSB/HSV65°26.49%72.55%
CMYK2.16%0.00%26.49%
27.45%

Color #B5B988 in popluar number systems.

HEXB5B988
Decimal181185136
Binary101101011011100110001000
Octal265271210

Shades and tints

Shades of #B5B988

#B5B988
(181,185,136)
#A5A97C
(165,169,124)
#959970
(149,153,112)
#858964
(133,137,100)
#757958
(117,121,88)
#65694C
(101,105,76)
#555940
(85,89,64)
#454934
(69,73,52)
#353928
(53,57,40)
#25291C
(37,41,28)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #B5B988

#B5B988
(181,185,136)
#BBBF92
(187,191,146)
#C1C59C
(193,197,156)
#C7CBA6
(199,203,166)
#CDD1B0
(205,209,176)
#D3D7BA
(211,215,186)
#D9DDC4
(217,221,196)
#DFE3CE
(223,227,206)
#E5E9D8
(229,233,216)
#EBEFE2
(235,239,226)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B988; }

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

This text font color is #B5B988.


Background Color

.myBgColor { background-color: #B5B988; }

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

This div background color is #B5B988.


Border color

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

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

This div border color is #B5B988.


Opacity

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

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

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

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

This text has shadow with #B5B988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B988 on black background.


Color preview on white background

This text has color #B5B988 on white background.



Black color preview on #B5B988 background

This text has black color on #B5B988 background.


White color preview on #B5B988 background

This text has white color on #B5B988 background.