COLOR #B6BA95

HEX: #B6BA95 RGB: (182,186,149)

Color info

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

RGB color model

#B6BA95 color RGB value is (182,186,149).

RGB: (182,186,149) (71%, 73%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 186 of 255 = 73%
B 149 of 255 = 58%

182
186
149

R + G + B ~ 67%. #B6BA95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 186 + 149 = 517 (100%)
R 182 of 517 ~ 35.2%
G 186 of 517 ~ 35.98%
B 149 of 517 ~ 28.82'%

%35.2
%35.98
%28.82

CMYK color model

#B6BA95 color CMYK value is (2,0,20,27).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 27.06%

CMYK: (2,0,20,27)
C2M0Y20K27 (2%, 0%, 20%, 27%)
(0.02 / 0.00 / 0.20 / 0.27)

CMYK percentages

%2.15
%0
%19.89
%27.06

Codes

Color #B6BA95 in popluar color models

B6 BA 95
RGB 182 186 149
HSL 66° 21.14% 65.69%
HSB/HSV 66° 19.89% 72.94%
CMYK 2.15% 0.00% 19.89%
27.06%

Color #B6BA95 in popluar number systems.

HEX B6 BA 95
Decimal 182 186 149
Binary 10110110 10111010 10010101
Octal 266 272 225

Shades and tints

Shades of #B6BA95

#B6BA95
(182,186,149)
#A6AA88
(166,170,136)
#969A7B
(150,154,123)
#868A6E
(134,138,110)
#767A61
(118,122,97)
#666A54
(102,106,84)
#565A47
(86,90,71)
#464A3A
(70,74,58)
#363A2D
(54,58,45)
#262A20
(38,42,32)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #B6BA95

#B6BA95
(182,186,149)
#BCC09E
(188,192,158)
#C2C6A7
(194,198,167)
#C8CCB0
(200,204,176)
#CED2B9
(206,210,185)
#D4D8C2
(212,216,194)
#DADECB
(218,222,203)
#E0E4D4
(224,228,212)
#E6EADD
(230,234,221)
#ECF0E6
(236,240,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BA95; }

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

This text font color is #B6BA95.

Background Color

.myBgColor { background-color: #B6BA95; }

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

This div background color is #B6BA95.

Border color

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

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

This div border color is #B6BA95.

Opacity

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

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

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

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

This text has shadow with #B6BA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BA95.

Preview

Color preview on black background

This text has color #B6BA95 on black background.


Color preview on white background

This text has color #B6BA95 on white background.


Black color preview on #B6BA95 background

This text has black color on #B6BA95 background.


White color preview on #B6BA95 background

This text has white color on #B6BA95 background.


Related colors

Complementary color

Complementary color for #hex is #49456A.


I love getcolorcode.com

Triadic colors

1 #95B6BA and #BA95B6 with #B6BA95 are triadic colors.

2 #95BAB6 and #BAB695 with #B6BA95 are triadic colors.