COLOR #B6704F

HEX: #B6704F RGB: (182,112,79)

Color info

#B6704F contains mainly red color. Web safe color of #B6704F is #CC6666 (or #C66).

RGB color model

#B6704F color RGB value is (182,112,79).

RGB: (182,112,79) (71%, 44%, 31%)

RGB channels and saturation

R 182 of 255 = 71%
G 112 of 255 = 44%
B 79 of 255 = 31%

182
112
79

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

Portions of RGB colors in percentages

R + G + B = 182 + 112 + 79 = 373 (100%)
R 182 of 373 ~ 48.79%
G 112 of 373 ~ 30.03%
B 79 of 373 ~ 21.18'%

%48.79
%30.03
%21.18

CMYK color model

#B6704F color CMYK value is (0,38,57,29).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 56.59%
  • key color value is 28.63%

CMYK: (0,38,57,29)
C0M38Y57K29 (0%, 38%, 57%, 29%)
(0.00 / 0.38 / 0.57 / 0.29)

CMYK percentages

%0
%38.46
%56.59
%28.63

Codes

Color #B6704F in popluar color models

B6 70 4F
RGB 182 112 79
HSL 19° 41.37% 51.18%
HSB/HSV 19° 56.59% 71.37%
CMYK 0.00% 38.46% 56.59%
28.63%

Color #B6704F in popluar number systems.

HEX B6 70 4F
Decimal 182 112 79
Binary 10110110 1110000 1001111
Octal 266 160 117

Shades and tints

Shades of #B6704F

#B6704F
(182,112,79)
#A66648
(166,102,72)
#965C41
(150,92,65)
#86523A
(134,82,58)
#764833
(118,72,51)
#663E2C
(102,62,44)
#563425
(86,52,37)
#462A1E
(70,42,30)
#362017
(54,32,23)
#261610
(38,22,16)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #B6704F

#B6704F
(182,112,79)
#BC7D5F
(188,125,95)
#C28A6F
(194,138,111)
#C8977F
(200,151,127)
#CEA48F
(206,164,143)
#D4B19F
(212,177,159)
#DABEAF
(218,190,175)
#E0CBBF
(224,203,191)
#E6D8CF
(230,216,207)
#ECE5DF
(236,229,223)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6704F; }

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

This text font color is #B6704F.

Background Color

.myBgColor { background-color: #B6704F; }

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

This div background color is #B6704F.

Border color

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

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

This div border color is #B6704F.

Opacity

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

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

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

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

This text has shadow with #B6704F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6704F.

Preview

Color preview on black background

This text has color #B6704F on black background.


Color preview on white background

This text has color #B6704F on white background.


Black color preview on #B6704F background

This text has black color on #B6704F background.


White color preview on #B6704F background

This text has white color on #B6704F background.


Related colors

Complementary color

Complementary color for #hex is #498FB0.


I love getcolorcode.com

Triadic colors

1 #4FB670 and #704FB6 with #B6704F are triadic colors.

2 #4F70B6 and #70B64F with #B6704F are triadic colors.