COLOR #B6786C

HEX: #B6786C RGB: (182,120,108)

Color info

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

RGB color model

#B6786C color RGB value is (182,120,108).

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

RGB channels and saturation

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

182
120
108

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

Portions of RGB colors in percentages

R + G + B = 182 + 120 + 108 = 410 (100%)
R 182 of 410 ~ 44.39%
G 120 of 410 ~ 29.27%
B 108 of 410 ~ 26.34'%

%44.39
%29.27
%26.34

CMYK color model

#B6786C color CMYK value is (0,34,41,29).

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

CMYK: (0,34,41,29)
C0M34Y41K29 (0%, 34%, 41%, 29%)
(0.00 / 0.34 / 0.41 / 0.29)

CMYK percentages

%0
%34.07
%40.66
%28.63

Codes

Color #B6786C in popluar color models

B6 78 6C
RGB 182 120 108
HSL 10° 33.64% 56.86%
HSB/HSV 10° 40.66% 71.37%
CMYK 0.00% 34.07% 40.66%
28.63%

Color #B6786C in popluar number systems.

HEX B6 78 6C
Decimal 182 120 108
Binary 10110110 1111000 1101100
Octal 266 170 154

Shades and tints

Shades of #B6786C

#B6786C
(182,120,108)
#A66E63
(166,110,99)
#96645A
(150,100,90)
#865A51
(134,90,81)
#765048
(118,80,72)
#66463F
(102,70,63)
#563C36
(86,60,54)
#46322D
(70,50,45)
#362824
(54,40,36)
#261E1B
(38,30,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B6786C

#B6786C
(182,120,108)
#BC8479
(188,132,121)
#C29086
(194,144,134)
#C89C93
(200,156,147)
#CEA8A0
(206,168,160)
#D4B4AD
(212,180,173)
#DAC0BA
(218,192,186)
#E0CCC7
(224,204,199)
#E6D8D4
(230,216,212)
#ECE4E1
(236,228,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6786C; }

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

This text font color is #B6786C.

Background Color

.myBgColor { background-color: #B6786C; }

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

This div background color is #B6786C.

Border color

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

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

This div border color is #B6786C.

Opacity

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

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

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

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

This text has shadow with #B6786C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6786C.

Preview

Color preview on black background

This text has color #B6786C on black background.


Color preview on white background

This text has color #B6786C on white background.


Black color preview on #B6786C background

This text has black color on #B6786C background.


White color preview on #B6786C background

This text has white color on #B6786C background.


Related colors

Complementary color

Complementary color for #hex is #498793.


I love getcolorcode.com

Triadic colors

1 #6CB678 and #786CB6 with #B6786C are triadic colors.

2 #6C78B6 and #78B66C with #B6786C are triadic colors.