COLOR #B5BE97

HEX: #B5BE97
RGB: (181,190,151)

Color info

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

RGB color model

#B5BE97 color RGB value is (181,190,151).

  • red value is 181;
  • green value is 190;
  • blue value is 151.
RGB:
(181,190,151)
(71%,75%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 151 of 255 = 59%

181
190
151

R + G + B ~ 68%. #B5BE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 190 + 151 = 522 (100%)
R 181 of 522 ~ 34.67%
G 190 of 522 ~ 36.4%
B 151 of 522 ~ 28.93%

%34.67
%36.4
%28.93

CMYK color model

#B5BE97 color CMYK value is (5,0,21,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 20.53%
  • key color value is 25.49%
CMYK:
(5,0,21,25)
C5M0Y21K25 
(5%,0%,21%,25%)
(0.05/0.00/0.21/0.25)	

CMYK percentages

%4.74
%0
%20.53
%25.49

Codes

Color #B5BE97 in popluar color models

B5BE97
RGB181190151
HSL74°23.08%66.86%
HSB/HSV74°20.53%74.51%
CMYK4.74%0.00%20.53%
25.49%

Color #B5BE97 in popluar number systems.

HEXB5BE97
Decimal181190151
Binary101101011011111010010111
Octal265276227

Shades and tints

Shades of #B5BE97

#B5BE97
(181,190,151)
#A5AD8A
(165,173,138)
#959C7D
(149,156,125)
#858B70
(133,139,112)
#757A63
(117,122,99)
#656956
(101,105,86)
#555849
(85,88,73)
#45473C
(69,71,60)
#35362F
(53,54,47)
#252522
(37,37,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #B5BE97

#B5BE97
(181,190,151)
#BBC3A0
(187,195,160)
#C1C8A9
(193,200,169)
#C7CDB2
(199,205,178)
#CDD2BB
(205,210,187)
#D3D7C4
(211,215,196)
#D9DCCD
(217,220,205)
#DFE1D6
(223,225,214)
#E5E6DF
(229,230,223)
#EBEBE8
(235,235,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BE97 color. Also use rgb(181,190,151) instead hex code.

Text Font Color

.myTextColor { color: #B5BE97; }

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

This text font color is #B5BE97.


Background Color

.myBgColor { background-color: #B5BE97; }

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

This div background color is #B5BE97.


Border color

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

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

This div border color is #B5BE97.


Opacity

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

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

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

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

This text has shadow with #B5BE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BE97 on black background.


Color preview on white background

This text has color #B5BE97 on white background.



Black color preview on #B5BE97 background

This text has black color on #B5BE97 background.


White color preview on #B5BE97 background

This text has white color on #B5BE97 background.