COLOR #B6B537

HEX: #B6B537
RGB: (182,181,55)

Color info

#B6B537 contains mainly red and green colors. Web safe color of #B6B537 is #CCCC33 (or #CC3).

RGB color model

#B6B537 color RGB value is (182,181,55).

  • red value is 182;
  • green value is 181;
  • blue value is 55.
RGB:
(182,181,55)
(71%,71%,22%)

RGB channels and saturation

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

182
181
55

R + G + B ~ 55%. #B6B537 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 181 + 55 = 418 (100%)
R 182 of 418 ~ 43.54%
G 181 of 418 ~ 43.3%
B 55 of 418 ~ 13.16%

%43.54
%43.3
%13.16

CMYK color model

#B6B537 color CMYK value is (0,1,70,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 69.78%
  • key color value is 28.63%
CMYK:
(0,1,70,29)
C0M1Y70K29 
(0%,1%,70%,29%)
(0.00/0.01/0.70/0.29)	

CMYK percentages

%0
%0.55
%69.78
%28.63

Codes

Color #B6B537 in popluar color models

B6B537
RGB18218155
HSL60°53.59%46.47%
HSB/HSV60°69.78%71.37%
CMYK0.00%0.55%69.78%
28.63%

Color #B6B537 in popluar number systems.

HEXB6B537
Decimal18218155
Binary1011011010110101110111
Octal26626567

Shades and tints

Shades of #B6B537

#B6B537
(182,181,55)
#A6A532
(166,165,50)
#96952D
(150,149,45)
#868528
(134,133,40)
#767523
(118,117,35)
#66651E
(102,101,30)
#565519
(86,85,25)
#464514
(70,69,20)
#36350F
(54,53,15)
#26250A
(38,37,10)
#161505
(22,21,5)
#000000
(0,0,0)

Tints of #B6B537

#B6B537
(182,181,55)
#BCBB49
(188,187,73)
#C2C15B
(194,193,91)
#C8C76D
(200,199,109)
#CECD7F
(206,205,127)
#D4D391
(212,211,145)
#DAD9A3
(218,217,163)
#E0DFB5
(224,223,181)
#E6E5C7
(230,229,199)
#ECEBD9
(236,235,217)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B537; }

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

This text font color is #B6B537.


Background Color

.myBgColor { background-color: #B6B537; }

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

This div background color is #B6B537.


Border color

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

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

This div border color is #B6B537.


Opacity

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

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

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

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

This text has shadow with #B6B537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B537 on black background.


Color preview on white background

This text has color #B6B537 on white background.



Black color preview on #B6B537 background

This text has black color on #B6B537 background.


White color preview on #B6B537 background

This text has white color on #B6B537 background.