COLOR #B6934F

HEX: #B6934F
RGB: (182,147,79)

Color info

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

RGB color model

#B6934F color RGB value is (182,147,79).

  • red value is 182;
  • green value is 147;
  • blue value is 79.
RGB:
(182,147,79)
(71%,58%,31%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 79 of 255 = 31%

182
147
79

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 79 = 408 (100%)
R 182 of 408 ~ 44.61%
G 147 of 408 ~ 36.03%
B 79 of 408 ~ 19.36%

%44.61
%36.03
%19.36

CMYK color model

#B6934F color CMYK value is (0,19,57,29).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 56.59%
  • key color value is 28.63%
CMYK:
(0,19,57,29)
C0M19Y57K29 
(0%,19%,57%,29%)
(0.00/0.19/0.57/0.29)	

CMYK percentages

%0
%19.23
%56.59
%28.63

Codes

Color #B6934F in popluar color models

B6934F
RGB18214779
HSL40°41.37%51.18%
HSB/HSV40°56.59%71.37%
CMYK0.00%19.23%56.59%
28.63%

Color #B6934F in popluar number systems.

HEXB6934F
Decimal18214779
Binary10110110100100111001111
Octal266223117

Shades and tints

Shades of #B6934F

#B6934F
(182,147,79)
#A68648
(166,134,72)
#967941
(150,121,65)
#866C3A
(134,108,58)
#765F33
(118,95,51)
#66522C
(102,82,44)
#564525
(86,69,37)
#46381E
(70,56,30)
#362B17
(54,43,23)
#261E10
(38,30,16)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #B6934F

#B6934F
(182,147,79)
#BC9C5F
(188,156,95)
#C2A56F
(194,165,111)
#C8AE7F
(200,174,127)
#CEB78F
(206,183,143)
#D4C09F
(212,192,159)
#DAC9AF
(218,201,175)
#E0D2BF
(224,210,191)
#E6DBCF
(230,219,207)
#ECE4DF
(236,228,223)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6934F color. Also use rgb(182,147,79) instead hex code.

Text Font Color

.myTextColor { color: #B6934F; }

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

This text font color is #B6934F.


Background Color

.myBgColor { background-color: #B6934F; }

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

This div background color is #B6934F.


Border color

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

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

This div border color is #B6934F.


Opacity

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

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

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

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

This text has shadow with #B6934F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6934F on black background.


Color preview on white background

This text has color #B6934F on white background.



Black color preview on #B6934F background

This text has black color on #B6934F background.


White color preview on #B6934F background

This text has white color on #B6934F background.