COLOR #B6926F

HEX: #B6926F
RGB: (182,146,111)

Color info

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

RGB color model

#B6926F color RGB value is (182,146,111).

  • red value is 182;
  • green value is 146;
  • blue value is 111.
RGB:
(182,146,111)
(71%,57%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 111 of 255 = 44%

182
146
111

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

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 111 = 439 (100%)
R 182 of 439 ~ 41.46%
G 146 of 439 ~ 33.26%
B 111 of 439 ~ 25.28%

%41.46
%33.26
%25.28

CMYK color model

#B6926F color CMYK value is (0,20,39,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(0,20,39,29)
C0M20Y39K29 
(0%,20%,39%,29%)
(0.00/0.20/0.39/0.29)	

CMYK percentages

%0
%19.78
%39.01
%28.63

Codes

Color #B6926F in popluar color models

B6926F
RGB182146111
HSL30°32.72%57.45%
HSB/HSV30°39.01%71.37%
CMYK0.00%19.78%39.01%
28.63%

Color #B6926F in popluar number systems.

HEXB6926F
Decimal182146111
Binary10110110100100101101111
Octal266222157

Shades and tints

Shades of #B6926F

#B6926F
(182,146,111)
#A68565
(166,133,101)
#96785B
(150,120,91)
#866B51
(134,107,81)
#765E47
(118,94,71)
#66513D
(102,81,61)
#564433
(86,68,51)
#463729
(70,55,41)
#362A1F
(54,42,31)
#261D15
(38,29,21)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #B6926F

#B6926F
(182,146,111)
#BC9B7C
(188,155,124)
#C2A489
(194,164,137)
#C8AD96
(200,173,150)
#CEB6A3
(206,182,163)
#D4BFB0
(212,191,176)
#DAC8BD
(218,200,189)
#E0D1CA
(224,209,202)
#E6DAD7
(230,218,215)
#ECE3E4
(236,227,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6926F; }

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

This text font color is #B6926F.


Background Color

.myBgColor { background-color: #B6926F; }

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

This div background color is #B6926F.


Border color

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

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

This div border color is #B6926F.


Opacity

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

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

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

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

This text has shadow with #B6926F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6926F on black background.


Color preview on white background

This text has color #B6926F on white background.



Black color preview on #B6926F background

This text has black color on #B6926F background.


White color preview on #B6926F background

This text has white color on #B6926F background.