COLOR #B6786A

HEX: #B6786A RGB: (182,120,106)

Color info

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

RGB color model

#B6786A color RGB value is (182,120,106).

RGB: (182,120,106) (71%, 47%, 42%)

RGB channels and saturation

R 182 of 255 = 71%
G 120 of 255 = 47%
B 106 of 255 = 42%

182
120
106

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

Portions of RGB colors in percentages

R + G + B = 182 + 120 + 106 = 408 (100%)
R 182 of 408 ~ 44.61%
G 120 of 408 ~ 29.41%
B 106 of 408 ~ 25.98'%

%44.61
%29.41
%25.98

CMYK color model

#B6786A color CMYK value is (0,34,42,29).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 41.76%
  • key color value is 28.63%

CMYK: (0,34,42,29)
C0M34Y42K29 (0%, 34%, 42%, 29%)
(0.00 / 0.34 / 0.42 / 0.29)

CMYK percentages

%0
%34.07
%41.76
%28.63

Codes

Color #B6786A in popluar color models

B6 78 6A
RGB 182 120 106
HSL 11° 34.23% 56.47%
HSB/HSV 11° 41.76% 71.37%
CMYK 0.00% 34.07% 41.76%
28.63%

Color #B6786A in popluar number systems.

HEX B6 78 6A
Decimal 182 120 106
Binary 10110110 1111000 1101010
Octal 266 170 152

Shades and tints

Shades of #B6786A

#B6786A
(182,120,106)
#A66E61
(166,110,97)
#966458
(150,100,88)
#865A4F
(134,90,79)
#765046
(118,80,70)
#66463D
(102,70,61)
#563C34
(86,60,52)
#46322B
(70,50,43)
#362822
(54,40,34)
#261E19
(38,30,25)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #B6786A

#B6786A
(182,120,106)
#BC8477
(188,132,119)
#C29084
(194,144,132)
#C89C91
(200,156,145)
#CEA89E
(206,168,158)
#D4B4AB
(212,180,171)
#DAC0B8
(218,192,184)
#E0CCC5
(224,204,197)
#E6D8D2
(230,216,210)
#ECE4DF
(236,228,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6786A color. Also use rgb(182,120,106) instead hex code.

Text Font Color

.myTextColor { color: #B6786A; }

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

This text font color is #B6786A.

Background Color

.myBgColor { background-color: #B6786A; }

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

This div background color is #B6786A.

Border color

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

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

This div border color is #B6786A.

Opacity

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

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

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

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

This text has shadow with #B6786A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6786A.

Preview

Color preview on black background

This text has color #B6786A on black background.


Color preview on white background

This text has color #B6786A on white background.


Black color preview on #B6786A background

This text has black color on #B6786A background.


White color preview on #B6786A background

This text has white color on #B6786A background.


Related colors

Complementary color

Complementary color for #hex is #498795.


I love getcolorcode.com

Triadic colors

1 #6AB678 and #786AB6 with #B6786A are triadic colors.

2 #6A78B6 and #78B66A with #B6786A are triadic colors.