COLOR #B6966F

HEX: #B6966F
RGB: (182,150,111)

Color info

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

RGB color model

#B6966F color RGB value is (182,150,111).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 111 of 255 = 44%

182
150
111

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 111 = 443 (100%)
R 182 of 443 ~ 41.08%
G 150 of 443 ~ 33.86%
B 111 of 443 ~ 25.06%

%41.08
%33.86
%25.06

CMYK color model

#B6966F color CMYK value is (0,18,39,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(0,18,39,29)
C0M18Y39K29 
(0%,18%,39%,29%)
(0.00/0.18/0.39/0.29)	

CMYK percentages

%0
%17.58
%39.01
%28.63

Codes

Color #B6966F in popluar color models

B6966F
RGB182150111
HSL33°32.72%57.45%
HSB/HSV33°39.01%71.37%
CMYK0.00%17.58%39.01%
28.63%

Color #B6966F in popluar number systems.

HEXB6966F
Decimal182150111
Binary10110110100101101101111
Octal266226157

Shades and tints

Shades of #B6966F

#B6966F
(182,150,111)
#A68965
(166,137,101)
#967C5B
(150,124,91)
#866F51
(134,111,81)
#766247
(118,98,71)
#66553D
(102,85,61)
#564833
(86,72,51)
#463B29
(70,59,41)
#362E1F
(54,46,31)
#262115
(38,33,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #B6966F

#B6966F
(182,150,111)
#BC9F7C
(188,159,124)
#C2A889
(194,168,137)
#C8B196
(200,177,150)
#CEBAA3
(206,186,163)
#D4C3B0
(212,195,176)
#DACCBD
(218,204,189)
#E0D5CA
(224,213,202)
#E6DED7
(230,222,215)
#ECE7E4
(236,231,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6966F; }

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

This text font color is #B6966F.


Background Color

.myBgColor { background-color: #B6966F; }

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

This div background color is #B6966F.


Border color

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

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

This div border color is #B6966F.


Opacity

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

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

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

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

This text has shadow with #B6966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6966F on black background.


Color preview on white background

This text has color #B6966F on white background.



Black color preview on #B6966F background

This text has black color on #B6966F background.


White color preview on #B6966F background

This text has white color on #B6966F background.