COLOR #B6737E

HEX: #B6737E RGB: (182,115,126)

Color info

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

RGB color model

#B6737E color RGB value is (182,115,126).

RGB: (182,115,126) (71%, 45%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 126 of 255 = 49%

182
115
126

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

Portions of RGB colors in percentages

R + G + B = 182 + 115 + 126 = 423 (100%)
R 182 of 423 ~ 43.03%
G 115 of 423 ~ 27.19%
B 126 of 423 ~ 29.79'%

%43.03
%27.19
%29.79

CMYK color model

#B6737E color CMYK value is (0,37,31,29).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 30.77%
  • key color value is 28.63%
CMYK: (0,37,31,29) C0M37Y31K29 (0%,37%,31%,29%) (0.00/0.37/0.31/0.29) 

CMYK percentages

%0
%36.81
%30.77
%28.63

Codes

Color #B6737E in popluar color models

B6 73 7E
RGB 182 115 126
HSL 350° 31.46% 58.24%
HSB/HSV 350° 36.81% 71.37%
CMYK 0.00% 36.81% 30.77%
28.63%

Color #B6737E in popluar number systems.

HEX B6 73 7E
Decimal 182 115 126
Binary 10110110 1110011 1111110
Octal 266 163 176

Shades and tints

Shades of #B6737E

#B6737E
(182,115,126)
#A66973
(166,105,115)
#965F68
(150,95,104)
#86555D
(134,85,93)
#764B52
(118,75,82)
#664147
(102,65,71)
#56373C
(86,55,60)
#462D31
(70,45,49)
#362326
(54,35,38)
#26191B
(38,25,27)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #B6737E

#B6737E
(182,115,126)
#BC7F89
(188,127,137)
#C28B94
(194,139,148)
#C8979F
(200,151,159)
#CEA3AA
(206,163,170)
#D4AFB5
(212,175,181)
#DABBC0
(218,187,192)
#E0C7CB
(224,199,203)
#E6D3D6
(230,211,214)
#ECDFE1
(236,223,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6737E; }

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

This text font color is #B6737E.

Background Color

.myBgColor { background-color: #B6737E; }

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

This div background color is #B6737E.

Border color

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

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

This div border color is #B6737E.

Opacity

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

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

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

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

This text has shadow with #B6737E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6737E.

Preview

Color preview on black background

This text has color #B6737E on black background.


Color preview on white background

This text has color #B6737E on white background.


Black color preview on #B6737E background

This text has black color on #B6737E background.


White color preview on #B6737E background

This text has white color on #B6737E background.


Related colors

Complementary color

Complementary color for #hex is #498C81.


I love getcolorcode.com

Triadic colors

1 #7EB673 and #737EB6 with #B6737E are triadic colors.

2 #7E73B6 and #73B67E with #B6737E are triadic colors.