COLOR #B6B55B

HEX: #B6B55B RGB: (182,181,91)

Color info

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

RGB color model

#B6B55B color RGB value is (182,181,91).

RGB: (182,181,91) (71%, 71%, 36%)

RGB channels and saturation

R 182 of 255 = 71%
G 181 of 255 = 71%
B 91 of 255 = 36%

182
181
91

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

Portions of RGB colors in percentages

R + G + B = 182 + 181 + 91 = 454 (100%)
R 182 of 454 ~ 40.09%
G 181 of 454 ~ 39.87%
B 91 of 454 ~ 20.04'%

%40.09
%39.87
%20.04

CMYK color model

#B6B55B color CMYK value is (0,1,50,29).

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

CMYK: (0,1,50,29)
C0M1Y50K29 (0%, 1%, 50%, 29%)
(0.00 / 0.01 / 0.50 / 0.29)

CMYK percentages

%0
%0.55
%50
%28.63

Codes

Color #B6B55B in popluar color models

B6 B5 5B
RGB 182 181 91
HSL 59° 38.40% 53.53%
HSB/HSV 59° 50.00% 71.37%
CMYK 0.00% 0.55% 50.00%
28.63%

Color #B6B55B in popluar number systems.

HEX B6 B5 5B
Decimal 182 181 91
Binary 10110110 10110101 1011011
Octal 266 265 133

Shades and tints

Shades of #B6B55B

#B6B55B
(182,181,91)
#A6A553
(166,165,83)
#96954B
(150,149,75)
#868543
(134,133,67)
#76753B
(118,117,59)
#666533
(102,101,51)
#56552B
(86,85,43)
#464523
(70,69,35)
#36351B
(54,53,27)
#262513
(38,37,19)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #B6B55B

#B6B55B
(182,181,91)
#BCBB69
(188,187,105)
#C2C177
(194,193,119)
#C8C785
(200,199,133)
#CECD93
(206,205,147)
#D4D3A1
(212,211,161)
#DAD9AF
(218,217,175)
#E0DFBD
(224,223,189)
#E6E5CB
(230,229,203)
#ECEBD9
(236,235,217)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B55B; }

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

This text font color is #B6B55B.

Background Color

.myBgColor { background-color: #B6B55B; }

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

This div background color is #B6B55B.

Border color

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

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

This div border color is #B6B55B.

Opacity

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

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

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

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

This text has shadow with #B6B55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B55B.

Preview

Color preview on black background

This text has color #B6B55B on black background.


Color preview on white background

This text has color #B6B55B on white background.


Black color preview on #B6B55B background

This text has black color on #B6B55B background.


White color preview on #B6B55B background

This text has white color on #B6B55B background.


Related colors

Complementary color

Complementary color for #hex is #494AA4.


I love getcolorcode.com

Triadic colors

1 #5BB6B5 and #B55BB6 with #B6B55B are triadic colors.

2 #5BB5B6 and #B5B65B with #B6B55B are triadic colors.