COLOR #B6B999

HEX: #B6B999 RGB: (182,185,153)

Color info

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

RGB color model

#B6B999 color RGB value is (182,185,153).

RGB: (182,185,153) (71%, 73%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 153 of 255 = 60%

182
185
153

R + G + B ~ 68%. #B6B999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 185 + 153 = 520 (100%)
R 182 of 520 ~ 35%
G 185 of 520 ~ 35.58%
B 153 of 520 ~ 29.42'%

%35
%35.58
%29.42

CMYK color model

#B6B999 color CMYK value is (2,0,17,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%

CMYK: (2,0,17,27)
C2M0Y17K27 (2%, 0%, 17%, 27%)
(0.02 / 0.00 / 0.17 / 0.27)

CMYK percentages

%1.62
%0
%17.3
%27.45

Codes

Color #B6B999 in popluar color models

B6 B9 99
RGB 182 185 153
HSL 66° 18.60% 66.27%
HSB/HSV 66° 17.30% 72.55%
CMYK 1.62% 0.00% 17.30%
27.45%

Color #B6B999 in popluar number systems.

HEX B6 B9 99
Decimal 182 185 153
Binary 10110110 10111001 10011001
Octal 266 271 231

Shades and tints

Shades of #B6B999

#B6B999
(182,185,153)
#A6A98C
(166,169,140)
#96997F
(150,153,127)
#868972
(134,137,114)
#767965
(118,121,101)
#666958
(102,105,88)
#56594B
(86,89,75)
#46493E
(70,73,62)
#363931
(54,57,49)
#262924
(38,41,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6B999

#B6B999
(182,185,153)
#BCBFA2
(188,191,162)
#C2C5AB
(194,197,171)
#C8CBB4
(200,203,180)
#CED1BD
(206,209,189)
#D4D7C6
(212,215,198)
#DADDCF
(218,221,207)
#E0E3D8
(224,227,216)
#E6E9E1
(230,233,225)
#ECEFEA
(236,239,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B999 color. Also use rgb(182,185,153) instead hex code.

Text Font Color

.myTextColor { color: #B6B999; }

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

This text font color is #B6B999.

Background Color

.myBgColor { background-color: #B6B999; }

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

This div background color is #B6B999.

Border color

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

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

This div border color is #B6B999.

Opacity

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

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

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

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

This text has shadow with #B6B999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B999.

Preview

Color preview on black background

This text has color #B6B999 on black background.


Color preview on white background

This text has color #B6B999 on white background.


Black color preview on #B6B999 background

This text has black color on #B6B999 background.


White color preview on #B6B999 background

This text has white color on #B6B999 background.


Related colors

Complementary color

Complementary color for #hex is #494666.


I love getcolorcode.com

Triadic colors

1 #99B6B9 and #B999B6 with #B6B999 are triadic colors.

2 #99B9B6 and #B9B699 with #B6B999 are triadic colors.