COLOR #B8BE91

HEX: #B8BE91
RGB: (184,190,145)

Color info

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

RGB color model

#B8BE91 color RGB value is (184,190,145).

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

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 145 of 255 = 57%

184
190
145

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

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 145 = 519 (100%)
R 184 of 519 ~ 35.45%
G 190 of 519 ~ 36.61%
B 145 of 519 ~ 27.94%

%35.45
%36.61
%27.94

CMYK color model

#B8BE91 color CMYK value is (3,0,24,25).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(3,0,24,25)
C3M0Y24K25 
(3%,0%,24%,25%)
(0.03/0.00/0.24/0.25)	

CMYK percentages

%3.16
%0
%23.68
%25.49

Codes

Color #B8BE91 in popluar color models

B8BE91
RGB184190145
HSL68°25.71%65.69%
HSB/HSV68°23.68%74.51%
CMYK3.16%0.00%23.68%
25.49%

Color #B8BE91 in popluar number systems.

HEXB8BE91
Decimal184190145
Binary101110001011111010010001
Octal270276221

Shades and tints

Shades of #B8BE91

#B8BE91
(184,190,145)
#A8AD84
(168,173,132)
#989C77
(152,156,119)
#888B6A
(136,139,106)
#787A5D
(120,122,93)
#686950
(104,105,80)
#585843
(88,88,67)
#484736
(72,71,54)
#383629
(56,54,41)
#28251C
(40,37,28)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #B8BE91

#B8BE91
(184,190,145)
#BEC39B
(190,195,155)
#C4C8A5
(196,200,165)
#CACDAF
(202,205,175)
#D0D2B9
(208,210,185)
#D6D7C3
(214,215,195)
#DCDCCD
(220,220,205)
#E2E1D7
(226,225,215)
#E8E6E1
(232,230,225)
#EEEBEB
(238,235,235)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BE91 color. Also use rgb(184,190,145) instead hex code.

Text Font Color

.myTextColor { color: #B8BE91; }

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

This text font color is #B8BE91.


Background Color

.myBgColor { background-color: #B8BE91; }

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

This div background color is #B8BE91.


Border color

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

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

This div border color is #B8BE91.


Opacity

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

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

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

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

This text has shadow with #B8BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BE91 on black background.


Color preview on white background

This text has color #B8BE91 on white background.



Black color preview on #B8BE91 background

This text has black color on #B8BE91 background.


White color preview on #B8BE91 background

This text has white color on #B8BE91 background.