COLOR #B6B380

HEX: #B6B380
RGB: (182,179,128)

Color info

#B6B380 contains red, green and blue colors in about the same proportion. Web safe color of #B6B380 is #CC9966 (or #C96).

RGB color model

#B6B380 color RGB value is (182,179,128).

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

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 128 of 255 = 50%

182
179
128

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

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 128 = 489 (100%)
R 182 of 489 ~ 37.22%
G 179 of 489 ~ 36.61%
B 128 of 489 ~ 26.18%

%37.22
%36.61
%26.18

CMYK color model

#B6B380 color CMYK value is (0,2,30,29).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(0,2,30,29)
C0M2Y30K29 
(0%,2%,30%,29%)
(0.00/0.02/0.30/0.29)	

CMYK percentages

%0
%1.65
%29.67
%28.63

Codes

Color #B6B380 in popluar color models

B6B380
RGB182179128
HSL57°27.00%60.78%
HSB/HSV57°29.67%71.37%
CMYK0.00%1.65%29.67%
28.63%

Color #B6B380 in popluar number systems.

HEXB6B380
Decimal182179128
Binary101101101011001110000000
Octal266263200

Shades and tints

Shades of #B6B380

#B6B380
(182,179,128)
#A6A375
(166,163,117)
#96936A
(150,147,106)
#86835F
(134,131,95)
#767354
(118,115,84)
#666349
(102,99,73)
#56533E
(86,83,62)
#464333
(70,67,51)
#363328
(54,51,40)
#26231D
(38,35,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B6B380

#B6B380
(182,179,128)
#BCB98B
(188,185,139)
#C2BF96
(194,191,150)
#C8C5A1
(200,197,161)
#CECBAC
(206,203,172)
#D4D1B7
(212,209,183)
#DAD7C2
(218,215,194)
#E0DDCD
(224,221,205)
#E6E3D8
(230,227,216)
#ECE9E3
(236,233,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B380; }

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

This text font color is #B6B380.


Background Color

.myBgColor { background-color: #B6B380; }

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

This div background color is #B6B380.


Border color

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

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

This div border color is #B6B380.


Opacity

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

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

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

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

This text has shadow with #B6B380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B380 on black background.


Color preview on white background

This text has color #B6B380 on white background.



Black color preview on #B6B380 background

This text has black color on #B6B380 background.


White color preview on #B6B380 background

This text has white color on #B6B380 background.