COLOR #B6707E

HEX: #B6707E RGB: (182,112,126)

Color info

#B6707E contains mainly red and blue colors. Web safe color of #B6707E is #CC6666 (or #C66).

RGB color model

#B6707E color RGB value is (182,112,126).

RGB: (182,112,126) (71%, 44%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 112 of 255 = 44%
B 126 of 255 = 49%

182
112
126

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

Portions of RGB colors in percentages

R + G + B = 182 + 112 + 126 = 420 (100%)
R 182 of 420 ~ 43.33%
G 112 of 420 ~ 26.67%
B 126 of 420 ~ 30'%

%43.33
%26.67
%30

CMYK color model

#B6707E color CMYK value is (0,38,31,29).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 30.77%
  • key color value is 28.63%

CMYK: (0,38,31,29)
C0M38Y31K29 (0%, 38%, 31%, 29%)
(0.00 / 0.38 / 0.31 / 0.29)

CMYK percentages

%0
%38.46
%30.77
%28.63

Codes

Color #B6707E in popluar color models

B6 70 7E
RGB 182 112 126
HSL 348° 32.41% 57.65%
HSB/HSV 348° 38.46% 71.37%
CMYK 0.00% 38.46% 30.77%
28.63%

Color #B6707E in popluar number systems.

HEX B6 70 7E
Decimal 182 112 126
Binary 10110110 1110000 1111110
Octal 266 160 176

Shades and tints

Shades of #B6707E

#B6707E
(182,112,126)
#A66673
(166,102,115)
#965C68
(150,92,104)
#86525D
(134,82,93)
#764852
(118,72,82)
#663E47
(102,62,71)
#56343C
(86,52,60)
#462A31
(70,42,49)
#362026
(54,32,38)
#26161B
(38,22,27)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #B6707E

#B6707E
(182,112,126)
#BC7D89
(188,125,137)
#C28A94
(194,138,148)
#C8979F
(200,151,159)
#CEA4AA
(206,164,170)
#D4B1B5
(212,177,181)
#DABEC0
(218,190,192)
#E0CBCB
(224,203,203)
#E6D8D6
(230,216,214)
#ECE5E1
(236,229,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6707E color. Also use rgb(182,112,126) instead hex code.

Text Font Color

.myTextColor { color: #B6707E; }

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

This text font color is #B6707E.

Background Color

.myBgColor { background-color: #B6707E; }

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

This div background color is #B6707E.

Border color

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

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

This div border color is #B6707E.

Opacity

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

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

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

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

This text has shadow with #B6707E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6707E.

Preview

Color preview on black background

This text has color #B6707E on black background.


Color preview on white background

This text has color #B6707E on white background.


Black color preview on #B6707E background

This text has black color on #B6707E background.


White color preview on #B6707E background

This text has white color on #B6707E background.


Related colors

Complementary color

Complementary color for #hex is #498F81.


I love getcolorcode.com

Triadic colors

1 #7EB670 and #707EB6 with #B6707E are triadic colors.

2 #7E70B6 and #70B67E with #B6707E are triadic colors.