COLOR #B6766B

HEX: #B6766B RGB: (182,118,107)

Color info

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

RGB color model

#B6766B color RGB value is (182,118,107).

RGB: (182,118,107) (71%, 46%, 42%)

RGB channels and saturation

R 182 of 255 = 71%
G 118 of 255 = 46%
B 107 of 255 = 42%

182
118
107

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

Portions of RGB colors in percentages

R + G + B = 182 + 118 + 107 = 407 (100%)
R 182 of 407 ~ 44.72%
G 118 of 407 ~ 28.99%
B 107 of 407 ~ 26.29'%

%44.72
%28.99
%26.29

CMYK color model

#B6766B color CMYK value is (0,35,41,29).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 41.21%
  • key color value is 28.63%

CMYK: (0,35,41,29)
C0M35Y41K29 (0%, 35%, 41%, 29%)
(0.00 / 0.35 / 0.41 / 0.29)

CMYK percentages

%0
%35.16
%41.21
%28.63

Codes

Color #B6766B in popluar color models

B6 76 6B
RGB 182 118 107
HSL 33.94% 56.67%
HSB/HSV 41.21% 71.37%
CMYK 0.00% 35.16% 41.21%
28.63%

Color #B6766B in popluar number systems.

HEX B6 76 6B
Decimal 182 118 107
Binary 10110110 1110110 1101011
Octal 266 166 153

Shades and tints

Shades of #B6766B

#B6766B
(182,118,107)
#A66C62
(166,108,98)
#966259
(150,98,89)
#865850
(134,88,80)
#764E47
(118,78,71)
#66443E
(102,68,62)
#563A35
(86,58,53)
#46302C
(70,48,44)
#362623
(54,38,35)
#261C1A
(38,28,26)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6766B

#B6766B
(182,118,107)
#BC8278
(188,130,120)
#C28E85
(194,142,133)
#C89A92
(200,154,146)
#CEA69F
(206,166,159)
#D4B2AC
(212,178,172)
#DABEB9
(218,190,185)
#E0CAC6
(224,202,198)
#E6D6D3
(230,214,211)
#ECE2E0
(236,226,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6766B color. Also use rgb(182,118,107) instead hex code.

Text Font Color

.myTextColor { color: #B6766B; }

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

This text font color is #B6766B.

Background Color

.myBgColor { background-color: #B6766B; }

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

This div background color is #B6766B.

Border color

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

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

This div border color is #B6766B.

Opacity

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

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

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

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

This text has shadow with #B6766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6766B.

Preview

Color preview on black background

This text has color #B6766B on black background.


Color preview on white background

This text has color #B6766B on white background.


Black color preview on #B6766B background

This text has black color on #B6766B background.


White color preview on #B6766B background

This text has white color on #B6766B background.


Related colors

Complementary color

Complementary color for #hex is #498994.


I love getcolorcode.com

Triadic colors

1 #6BB676 and #766BB6 with #B6766B are triadic colors.

2 #6B76B6 and #76B66B with #B6766B are triadic colors.