COLOR #B6B673

HEX: #B6B673 RGB: (182,182,115)

Color info

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

RGB color model

#B6B673 color RGB value is (182,182,115).

RGB: (182,182,115) (71%, 71%, 45%)

RGB channels and saturation

R 182 of 255 = 71%
G 182 of 255 = 71%
B 115 of 255 = 45%

182
182
115

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

Portions of RGB colors in percentages

R + G + B = 182 + 182 + 115 = 479 (100%)
R 182 of 479 ~ 38%
G 182 of 479 ~ 38%
B 115 of 479 ~ 24.01'%

%38
%38
%24.01

CMYK color model

#B6B673 color CMYK value is (0,0,37,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 28.63%

CMYK: (0,0,37,29)
C0M0Y37K29 (0%, 0%, 37%, 29%)
(0.00 / 0.00 / 0.37 / 0.29)

CMYK percentages

%0
%0
%36.81
%28.63

Codes

Color #B6B673 in popluar color models

B6 B6 73
RGB 182 182 115
HSL 60° 31.46% 58.24%
HSB/HSV 60° 36.81% 71.37%
CMYK 0.00% 0.00% 36.81%
28.63%

Color #B6B673 in popluar number systems.

HEX B6 B6 73
Decimal 182 182 115
Binary 10110110 10110110 1110011
Octal 266 266 163

Shades and tints

Shades of #B6B673

#B6B673
(182,182,115)
#A6A669
(166,166,105)
#96965F
(150,150,95)
#868655
(134,134,85)
#76764B
(118,118,75)
#666641
(102,102,65)
#565637
(86,86,55)
#46462D
(70,70,45)
#363623
(54,54,35)
#262619
(38,38,25)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #B6B673

#B6B673
(182,182,115)
#BCBC7F
(188,188,127)
#C2C28B
(194,194,139)
#C8C897
(200,200,151)
#CECEA3
(206,206,163)
#D4D4AF
(212,212,175)
#DADABB
(218,218,187)
#E0E0C7
(224,224,199)
#E6E6D3
(230,230,211)
#ECECDF
(236,236,223)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B673; }

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

This text font color is #B6B673.

Background Color

.myBgColor { background-color: #B6B673; }

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

This div background color is #B6B673.

Border color

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

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

This div border color is #B6B673.

Opacity

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

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

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

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

This text has shadow with #B6B673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B673.

Preview

Color preview on black background

This text has color #B6B673 on black background.


Color preview on white background

This text has color #B6B673 on white background.


Black color preview on #B6B673 background

This text has black color on #B6B673 background.


White color preview on #B6B673 background

This text has white color on #B6B673 background.


Related colors

Complementary color

Complementary color for #hex is #49498C.


I love getcolorcode.com