COLOR #B6797A

HEX: #B6797A
RGB: (182,121,122)

Color info

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

RGB color model

#B6797A color RGB value is (182,121,122).

  • red value is 182;
  • green value is 121;
  • blue value is 122.
RGB:
(182,121,122)
(71%,47%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 122 of 255 = 48%

182
121
122

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

Portions of RGB colors in percentages

R + G + B =
182 + 121 + 122 = 425 (100%)
R 182 of 425 ~ 42.82%
G 121 of 425 ~ 28.47%
B 122 of 425 ~ 28.71%

%42.82
%28.47
%28.71

CMYK color model

#B6797A color CMYK value is (0,34,33,29).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(0,34,33,29)
C0M34Y33K29 
(0%,34%,33%,29%)
(0.00/0.34/0.33/0.29)	

CMYK percentages

%0
%33.52
%32.97
%28.63

Codes

Color #B6797A in popluar color models

B6797A
RGB182121122
HSL359°29.47%59.41%
HSB/HSV359°33.52%71.37%
CMYK0.00%33.52%32.97%
28.63%

Color #B6797A in popluar number systems.

HEXB6797A
Decimal182121122
Binary1011011011110011111010
Octal266171172

Shades and tints

Shades of #B6797A

#B6797A
(182,121,122)
#A66E6F
(166,110,111)
#966364
(150,99,100)
#865859
(134,88,89)
#764D4E
(118,77,78)
#664243
(102,66,67)
#563738
(86,55,56)
#462C2D
(70,44,45)
#362122
(54,33,34)
#261617
(38,22,23)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #B6797A

#B6797A
(182,121,122)
#BC8586
(188,133,134)
#C29192
(194,145,146)
#C89D9E
(200,157,158)
#CEA9AA
(206,169,170)
#D4B5B6
(212,181,182)
#DAC1C2
(218,193,194)
#E0CDCE
(224,205,206)
#E6D9DA
(230,217,218)
#ECE5E6
(236,229,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6797A color. Also use rgb(182,121,122) instead hex code.

Text Font Color

.myTextColor { color: #B6797A; }

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

This text font color is #B6797A.


Background Color

.myBgColor { background-color: #B6797A; }

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

This div background color is #B6797A.


Border color

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

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

This div border color is #B6797A.


Opacity

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

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

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

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

This text has shadow with #B6797A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6797A on black background.


Color preview on white background

This text has color #B6797A on white background.



Black color preview on #B6797A background

This text has black color on #B6797A background.


White color preview on #B6797A background

This text has white color on #B6797A background.