COLOR #B6766F

HEX: #B6766F
RGB: (182,118,111)

Color info

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

RGB color model

#B6766F color RGB value is (182,118,111).

  • red value is 182;
  • green value is 118;
  • blue value is 111.
RGB:
(182,118,111)
(71%,46%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 118 of 255 = 46%
B 111 of 255 = 44%

182
118
111

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

Portions of RGB colors in percentages

R + G + B =
182 + 118 + 111 = 411 (100%)
R 182 of 411 ~ 44.28%
G 118 of 411 ~ 28.71%
B 111 of 411 ~ 27.01%

%44.28
%28.71
%27.01

CMYK color model

#B6766F color CMYK value is (0,35,39,29).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(0,35,39,29)
C0M35Y39K29 
(0%,35%,39%,29%)
(0.00/0.35/0.39/0.29)	

CMYK percentages

%0
%35.16
%39.01
%28.63

Codes

Color #B6766F in popluar color models

B6766F
RGB182118111
HSL32.72%57.45%
HSB/HSV39.01%71.37%
CMYK0.00%35.16%39.01%
28.63%

Color #B6766F in popluar number systems.

HEXB6766F
Decimal182118111
Binary1011011011101101101111
Octal266166157

Shades and tints

Shades of #B6766F

#B6766F
(182,118,111)
#A66C65
(166,108,101)
#96625B
(150,98,91)
#865851
(134,88,81)
#764E47
(118,78,71)
#66443D
(102,68,61)
#563A33
(86,58,51)
#463029
(70,48,41)
#36261F
(54,38,31)
#261C15
(38,28,21)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #B6766F

#B6766F
(182,118,111)
#BC827C
(188,130,124)
#C28E89
(194,142,137)
#C89A96
(200,154,150)
#CEA6A3
(206,166,163)
#D4B2B0
(212,178,176)
#DABEBD
(218,190,189)
#E0CACA
(224,202,202)
#E6D6D7
(230,214,215)
#ECE2E4
(236,226,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6766F; }

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

This text font color is #B6766F.


Background Color

.myBgColor { background-color: #B6766F; }

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

This div background color is #B6766F.


Border color

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

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

This div border color is #B6766F.


Opacity

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

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

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

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

This text has shadow with #B6766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6766F on black background.


Color preview on white background

This text has color #B6766F on white background.



Black color preview on #B6766F background

This text has black color on #B6766F background.


White color preview on #B6766F background

This text has white color on #B6766F background.