COLOR #B7BE92

HEX: #B7BE92
RGB: (183,190,146)

Color info

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

RGB color model

#B7BE92 color RGB value is (183,190,146).

  • red value is 183;
  • green value is 190;
  • blue value is 146.
RGB:
(183,190,146)
(72%,75%,57%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 146 of 255 = 57%

183
190
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 190 + 146 = 519 (100%)
R 183 of 519 ~ 35.26%
G 190 of 519 ~ 36.61%
B 146 of 519 ~ 28.13%

%35.26
%36.61
%28.13

CMYK color model

#B7BE92 color CMYK value is (4,0,23,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(4,0,23,25)
C4M0Y23K25 
(4%,0%,23%,25%)
(0.04/0.00/0.23/0.25)	

CMYK percentages

%3.68
%0
%23.16
%25.49

Codes

Color #B7BE92 in popluar color models

B7BE92
RGB183190146
HSL70°25.29%65.88%
HSB/HSV70°23.16%74.51%
CMYK3.68%0.00%23.16%
25.49%

Color #B7BE92 in popluar number systems.

HEXB7BE92
Decimal183190146
Binary101101111011111010010010
Octal267276222

Shades and tints

Shades of #B7BE92

#B7BE92
(183,190,146)
#A7AD85
(167,173,133)
#979C78
(151,156,120)
#878B6B
(135,139,107)
#777A5E
(119,122,94)
#676951
(103,105,81)
#575844
(87,88,68)
#474737
(71,71,55)
#37362A
(55,54,42)
#27251D
(39,37,29)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #B7BE92

#B7BE92
(183,190,146)
#BDC39B
(189,195,155)
#C3C8A4
(195,200,164)
#C9CDAD
(201,205,173)
#CFD2B6
(207,210,182)
#D5D7BF
(213,215,191)
#DBDCC8
(219,220,200)
#E1E1D1
(225,225,209)
#E7E6DA
(231,230,218)
#EDEBE3
(237,235,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BE92 color. Also use rgb(183,190,146) instead hex code.

Text Font Color

.myTextColor { color: #B7BE92; }

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

This text font color is #B7BE92.


Background Color

.myBgColor { background-color: #B7BE92; }

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

This div background color is #B7BE92.


Border color

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

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

This div border color is #B7BE92.


Opacity

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

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

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

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

This text has shadow with #B7BE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BE92 on black background.


Color preview on white background

This text has color #B7BE92 on white background.



Black color preview on #B7BE92 background

This text has black color on #B7BE92 background.


White color preview on #B7BE92 background

This text has white color on #B7BE92 background.