COLOR #B6B383

HEX: #B6B383
RGB: (182,179,131)

Color info

#B6B383 contains red, green and blue colors in about the same proportion. Web safe color of #B6B383 is #CC9999 (or #C99).

RGB color model

#B6B383 color RGB value is (182,179,131).

  • red value is 182;
  • green value is 179;
  • blue value is 131.
RGB:
(182,179,131)
(71%,70%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 131 of 255 = 51%

182
179
131

R + G + B ~ 64%. #B6B383 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 131 = 492 (100%)
R 182 of 492 ~ 36.99%
G 179 of 492 ~ 36.38%
B 131 of 492 ~ 26.63%

%36.99
%36.38
%26.63

CMYK color model

#B6B383 color CMYK value is (0,2,28,29).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(0,2,28,29)
C0M2Y28K29 
(0%,2%,28%,29%)
(0.00/0.02/0.28/0.29)	

CMYK percentages

%0
%1.65
%28.02
%28.63

Codes

Color #B6B383 in popluar color models

B6B383
RGB182179131
HSL56°25.89%61.37%
HSB/HSV56°28.02%71.37%
CMYK0.00%1.65%28.02%
28.63%

Color #B6B383 in popluar number systems.

HEXB6B383
Decimal182179131
Binary101101101011001110000011
Octal266263203

Shades and tints

Shades of #B6B383

#B6B383
(182,179,131)
#A6A378
(166,163,120)
#96936D
(150,147,109)
#868362
(134,131,98)
#767357
(118,115,87)
#66634C
(102,99,76)
#565341
(86,83,65)
#464336
(70,67,54)
#36332B
(54,51,43)
#262320
(38,35,32)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B6B383

#B6B383
(182,179,131)
#BCB98E
(188,185,142)
#C2BF99
(194,191,153)
#C8C5A4
(200,197,164)
#CECBAF
(206,203,175)
#D4D1BA
(212,209,186)
#DAD7C5
(218,215,197)
#E0DDD0
(224,221,208)
#E6E3DB
(230,227,219)
#ECE9E6
(236,233,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B383; }

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

This text font color is #B6B383.


Background Color

.myBgColor { background-color: #B6B383; }

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

This div background color is #B6B383.


Border color

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

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

This div border color is #B6B383.


Opacity

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

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

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

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

This text has shadow with #B6B383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B383 on black background.


Color preview on white background

This text has color #B6B383 on white background.



Black color preview on #B6B383 background

This text has black color on #B6B383 background.


White color preview on #B6B383 background

This text has white color on #B6B383 background.