COLOR #B6756F

HEX: #B6756F
RGB: (182,117,111)

Color info

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

RGB color model

#B6756F color RGB value is (182,117,111).

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

RGB channels and saturation

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

182
117
111

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 111 = 410 (100%)
R 182 of 410 ~ 44.39%
G 117 of 410 ~ 28.54%
B 111 of 410 ~ 27.07%

%44.39
%28.54
%27.07

CMYK color model

#B6756F color CMYK value is (0,36,39,29).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 39.01%
  • key color value is 28.63%
CMYK:
(0,36,39,29)
C0M36Y39K29 
(0%,36%,39%,29%)
(0.00/0.36/0.39/0.29)	

CMYK percentages

%0
%35.71
%39.01
%28.63

Codes

Color #B6756F in popluar color models

B6756F
RGB182117111
HSL32.72%57.45%
HSB/HSV39.01%71.37%
CMYK0.00%35.71%39.01%
28.63%

Color #B6756F in popluar number systems.

HEXB6756F
Decimal182117111
Binary1011011011101011101111
Octal266165157

Shades and tints

Shades of #B6756F

#B6756F
(182,117,111)
#A66B65
(166,107,101)
#96615B
(150,97,91)
#865751
(134,87,81)
#764D47
(118,77,71)
#66433D
(102,67,61)
#563933
(86,57,51)
#462F29
(70,47,41)
#36251F
(54,37,31)
#261B15
(38,27,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #B6756F

#B6756F
(182,117,111)
#BC817C
(188,129,124)
#C28D89
(194,141,137)
#C89996
(200,153,150)
#CEA5A3
(206,165,163)
#D4B1B0
(212,177,176)
#DABDBD
(218,189,189)
#E0C9CA
(224,201,202)
#E6D5D7
(230,213,215)
#ECE1E4
(236,225,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6756F; }

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

This text font color is #B6756F.


Background Color

.myBgColor { background-color: #B6756F; }

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

This div background color is #B6756F.


Border color

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

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

This div border color is #B6756F.


Opacity

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

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

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

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

This text has shadow with #B6756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6756F on black background.


Color preview on white background

This text has color #B6756F on white background.



Black color preview on #B6756F background

This text has black color on #B6756F background.


White color preview on #B6756F background

This text has white color on #B6756F background.