COLOR #B6A95C

HEX: #B6A95C
RGB: (182,169,92)

Color info

#B6A95C contains mainly red and green colors. Web safe color of #B6A95C is #CC9966 (or #C96).

RGB color model

#B6A95C color RGB value is (182,169,92).

  • red value is 182;
  • green value is 169;
  • blue value is 92.
RGB:
(182,169,92)
(71%,66%,36%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 92 of 255 = 36%

182
169
92

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 92 = 443 (100%)
R 182 of 443 ~ 41.08%
G 169 of 443 ~ 38.15%
B 92 of 443 ~ 20.77%

%41.08
%38.15
%20.77

CMYK color model

#B6A95C color CMYK value is (0,7,49,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 49.45%
  • key color value is 28.63%
CMYK:
(0,7,49,29)
C0M7Y49K29 
(0%,7%,49%,29%)
(0.00/0.07/0.49/0.29)	

CMYK percentages

%0
%7.14
%49.45
%28.63

Codes

Color #B6A95C in popluar color models

B6A95C
RGB18216992
HSL51°38.14%53.73%
HSB/HSV51°49.45%71.37%
CMYK0.00%7.14%49.45%
28.63%

Color #B6A95C in popluar number systems.

HEXB6A95C
Decimal18216992
Binary10110110101010011011100
Octal266251134

Shades and tints

Shades of #B6A95C

#B6A95C
(182,169,92)
#A69A54
(166,154,84)
#968B4C
(150,139,76)
#867C44
(134,124,68)
#766D3C
(118,109,60)
#665E34
(102,94,52)
#564F2C
(86,79,44)
#464024
(70,64,36)
#36311C
(54,49,28)
#262214
(38,34,20)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #B6A95C

#B6A95C
(182,169,92)
#BCB06A
(188,176,106)
#C2B778
(194,183,120)
#C8BE86
(200,190,134)
#CEC594
(206,197,148)
#D4CCA2
(212,204,162)
#DAD3B0
(218,211,176)
#E0DABE
(224,218,190)
#E6E1CC
(230,225,204)
#ECE8DA
(236,232,218)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A95C; }

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

This text font color is #B6A95C.


Background Color

.myBgColor { background-color: #B6A95C; }

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

This div background color is #B6A95C.


Border color

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

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

This div border color is #B6A95C.


Opacity

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

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

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

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

This text has shadow with #B6A95C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A95C on black background.


Color preview on white background

This text has color #B6A95C on white background.



Black color preview on #B6A95C background

This text has black color on #B6A95C background.


White color preview on #B6A95C background

This text has white color on #B6A95C background.