COLOR #B6B46F

HEX: #B6B46F RGB: (182,180,111)

Color info

#B6B46F contains mainly red and green colors. Web safe color of #B6B46F is #CCCC66 (or #CC6).

RGB color model

#B6B46F color RGB value is (182,180,111).

RGB: (182,180,111) (71%, 71%, 44%)

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 111 of 255 = 44%

182
180
111

R + G + B ~ 62%. #B6B46F is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 180 + 111 = 473 (100%)
R 182 of 473 ~ 38.48%
G 180 of 473 ~ 38.05%
B 111 of 473 ~ 23.47'%

%38.48
%38.05
%23.47

CMYK color model

#B6B46F color CMYK value is (0,1,39,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 39.01%
  • key color value is 28.63%

CMYK: (0,1,39,29)
C0M1Y39K29 (0%, 1%, 39%, 29%)
(0.00 / 0.01 / 0.39 / 0.29)

CMYK percentages

%0
%1.1
%39.01
%28.63

Codes

Color #B6B46F in popluar color models

B6 B4 6F
RGB 182 180 111
HSL 58° 32.72% 57.45%
HSB/HSV 58° 39.01% 71.37%
CMYK 0.00% 1.10% 39.01%
28.63%

Color #B6B46F in popluar number systems.

HEX B6 B4 6F
Decimal 182 180 111
Binary 10110110 10110100 1101111
Octal 266 264 157

Shades and tints

Shades of #B6B46F

#B6B46F
(182,180,111)
#A6A465
(166,164,101)
#96945B
(150,148,91)
#868451
(134,132,81)
#767447
(118,116,71)
#66643D
(102,100,61)
#565433
(86,84,51)
#464429
(70,68,41)
#36341F
(54,52,31)
#262415
(38,36,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #B6B46F

#B6B46F
(182,180,111)
#BCBA7C
(188,186,124)
#C2C089
(194,192,137)
#C8C696
(200,198,150)
#CECCA3
(206,204,163)
#D4D2B0
(212,210,176)
#DAD8BD
(218,216,189)
#E0DECA
(224,222,202)
#E6E4D7
(230,228,215)
#ECEAE4
(236,234,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B46F color. Also use rgb(182,180,111) instead hex code.

Text Font Color

.myTextColor { color: #B6B46F; }

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

This text font color is #B6B46F.

Background Color

.myBgColor { background-color: #B6B46F; }

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

This div background color is #B6B46F.

Border color

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

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

This div border color is #B6B46F.

Opacity

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

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

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

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

This text has shadow with #B6B46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B46F.

Preview

Color preview on black background

This text has color #B6B46F on black background.


Color preview on white background

This text has color #B6B46F on white background.


Black color preview on #B6B46F background

This text has black color on #B6B46F background.


White color preview on #B6B46F background

This text has white color on #B6B46F background.


Related colors

Complementary color

Complementary color for #hex is #494B90.


I love getcolorcode.com

Triadic colors

1 #6FB6B4 and #B46FB6 with #B6B46F are triadic colors.

2 #6FB4B6 and #B4B66F with #B6B46F are triadic colors.