COLOR #B6B58B

HEX: #B6B58B RGB: (182,181,139)

Color info

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

RGB color model

#B6B58B color RGB value is (182,181,139).

RGB: (182,181,139) (71%, 71%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 181 of 255 = 71%
B 139 of 255 = 55%

182
181
139

R + G + B ~ 66%. #B6B58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 181 + 139 = 502 (100%)
R 182 of 502 ~ 36.25%
G 181 of 502 ~ 36.06%
B 139 of 502 ~ 27.69'%

%36.25
%36.06
%27.69

CMYK color model

#B6B58B color CMYK value is (0,1,24,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 23.63%
  • key color value is 28.63%

CMYK: (0,1,24,29)
C0M1Y24K29 (0%, 1%, 24%, 29%)
(0.00 / 0.01 / 0.24 / 0.29)

CMYK percentages

%0
%0.55
%23.63
%28.63

Codes

Color #B6B58B in popluar color models

B6 B5 8B
RGB 182 181 139
HSL 59° 22.75% 62.94%
HSB/HSV 59° 23.63% 71.37%
CMYK 0.00% 0.55% 23.63%
28.63%

Color #B6B58B in popluar number systems.

HEX B6 B5 8B
Decimal 182 181 139
Binary 10110110 10110101 10001011
Octal 266 265 213

Shades and tints

Shades of #B6B58B

#B6B58B
(182,181,139)
#A6A57F
(166,165,127)
#969573
(150,149,115)
#868567
(134,133,103)
#76755B
(118,117,91)
#66654F
(102,101,79)
#565543
(86,85,67)
#464537
(70,69,55)
#36352B
(54,53,43)
#26251F
(38,37,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6B58B

#B6B58B
(182,181,139)
#BCBB95
(188,187,149)
#C2C19F
(194,193,159)
#C8C7A9
(200,199,169)
#CECDB3
(206,205,179)
#D4D3BD
(212,211,189)
#DAD9C7
(218,217,199)
#E0DFD1
(224,223,209)
#E6E5DB
(230,229,219)
#ECEBE5
(236,235,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B58B color. Also use rgb(182,181,139) instead hex code.

Text Font Color

.myTextColor { color: #B6B58B; }

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

This text font color is #B6B58B.

Background Color

.myBgColor { background-color: #B6B58B; }

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

This div background color is #B6B58B.

Border color

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

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

This div border color is #B6B58B.

Opacity

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

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

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

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

This text has shadow with #B6B58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B58B.

Preview

Color preview on black background

This text has color #B6B58B on black background.


Color preview on white background

This text has color #B6B58B on white background.


Black color preview on #B6B58B background

This text has black color on #B6B58B background.


White color preview on #B6B58B background

This text has white color on #B6B58B background.


Related colors

Complementary color

Complementary color for #hex is #494A74.


I love getcolorcode.com

Triadic colors

1 #8BB6B5 and #B58BB6 with #B6B58B are triadic colors.

2 #8BB5B6 and #B5B68B with #B6B58B are triadic colors.