COLOR #B6BF95

HEX: #B6BF95
RGB: (182,191,149)

Color info

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

RGB color model

#B6BF95 color RGB value is (182,191,149).

  • red value is 182;
  • green value is 191;
  • blue value is 149.
RGB:
(182,191,149)
(71%,75%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 191 of 255 = 75%
B 149 of 255 = 58%

182
191
149

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

Portions of RGB colors in percentages

R + G + B =
182 + 191 + 149 = 522 (100%)
R 182 of 522 ~ 34.87%
G 191 of 522 ~ 36.59%
B 149 of 522 ~ 28.54%

%34.87
%36.59
%28.54

CMYK color model

#B6BF95 color CMYK value is (5,0,22,25).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 25.10%
CMYK:
(5,0,22,25)
C5M0Y22K25 
(5%,0%,22%,25%)
(0.05/0.00/0.22/0.25)	

CMYK percentages

%4.71
%0
%21.99
%25.1

Codes

Color #B6BF95 in popluar color models

B6BF95
RGB182191149
HSL73°24.71%66.67%
HSB/HSV73°21.99%74.90%
CMYK4.71%0.00%21.99%
25.10%

Color #B6BF95 in popluar number systems.

HEXB6BF95
Decimal182191149
Binary101101101011111110010101
Octal266277225

Shades and tints

Shades of #B6BF95

#B6BF95
(182,191,149)
#A6AE88
(166,174,136)
#969D7B
(150,157,123)
#868C6E
(134,140,110)
#767B61
(118,123,97)
#666A54
(102,106,84)
#565947
(86,89,71)
#46483A
(70,72,58)
#36372D
(54,55,45)
#262620
(38,38,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6BF95

#B6BF95
(182,191,149)
#BCC49E
(188,196,158)
#C2C9A7
(194,201,167)
#C8CEB0
(200,206,176)
#CED3B9
(206,211,185)
#D4D8C2
(212,216,194)
#DADDCB
(218,221,203)
#E0E2D4
(224,226,212)
#E6E7DD
(230,231,221)
#ECECE6
(236,236,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BF95 color. Also use rgb(182,191,149) instead hex code.

Text Font Color

.myTextColor { color: #B6BF95; }

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

This text font color is #B6BF95.


Background Color

.myBgColor { background-color: #B6BF95; }

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

This div background color is #B6BF95.


Border color

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

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

This div border color is #B6BF95.


Opacity

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

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

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

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

This text has shadow with #B6BF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BF95 on black background.


Color preview on white background

This text has color #B6BF95 on white background.



Black color preview on #B6BF95 background

This text has black color on #B6BF95 background.


White color preview on #B6BF95 background

This text has white color on #B6BF95 background.