COLOR #B6717A

HEX: #B6717A
RGB: (182,113,122)

Color info

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

RGB color model

#B6717A color RGB value is (182,113,122).

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

RGB channels and saturation

R 182 of 255 = 71%
G 113 of 255 = 44%
B 122 of 255 = 48%

182
113
122

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

Portions of RGB colors in percentages

R + G + B =
182 + 113 + 122 = 417 (100%)
R 182 of 417 ~ 43.65%
G 113 of 417 ~ 27.1%
B 122 of 417 ~ 29.26%

%43.65
%27.1
%29.26

CMYK color model

#B6717A color CMYK value is (0,38,33,29).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(0,38,33,29)
C0M38Y33K29 
(0%,38%,33%,29%)
(0.00/0.38/0.33/0.29)	

CMYK percentages

%0
%37.91
%32.97
%28.63

Codes

Color #B6717A in popluar color models

B6717A
RGB182113122
HSL352°32.09%57.84%
HSB/HSV352°37.91%71.37%
CMYK0.00%37.91%32.97%
28.63%

Color #B6717A in popluar number systems.

HEXB6717A
Decimal182113122
Binary1011011011100011111010
Octal266161172

Shades and tints

Shades of #B6717A

#B6717A
(182,113,122)
#A6676F
(166,103,111)
#965D64
(150,93,100)
#865359
(134,83,89)
#76494E
(118,73,78)
#663F43
(102,63,67)
#563538
(86,53,56)
#462B2D
(70,43,45)
#362122
(54,33,34)
#261717
(38,23,23)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #B6717A

#B6717A
(182,113,122)
#BC7D86
(188,125,134)
#C28992
(194,137,146)
#C8959E
(200,149,158)
#CEA1AA
(206,161,170)
#D4ADB6
(212,173,182)
#DAB9C2
(218,185,194)
#E0C5CE
(224,197,206)
#E6D1DA
(230,209,218)
#ECDDE6
(236,221,230)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6717A; }

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

This text font color is #B6717A.


Background Color

.myBgColor { background-color: #B6717A; }

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

This div background color is #B6717A.


Border color

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

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

This div border color is #B6717A.


Opacity

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

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

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

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

This text has shadow with #B6717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6717A on black background.


Color preview on white background

This text has color #B6717A on white background.



Black color preview on #B6717A background

This text has black color on #B6717A background.


White color preview on #B6717A background

This text has white color on #B6717A background.