COLOR #B3768B

HEX: #B3768B RGB: (179,118,139)

Color info

#B3768B contains mainly red and blue colors. Web safe color of #B3768B is #996699 (or #969).

RGB color model

#B3768B color RGB value is (179,118,139).

RGB: (179,118,139) (70%, 46%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 139 of 255 = 55%

179
118
139

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

Portions of RGB colors in percentages

R + G + B = 179 + 118 + 139 = 436 (100%)
R 179 of 436 ~ 41.06%
G 118 of 436 ~ 27.06%
B 139 of 436 ~ 31.88'%

%41.06
%27.06
%31.88

CMYK color model

#B3768B color CMYK value is (0,34,22,30).

  • cyan value is 0.00%
  • magenta value is 34.08%
  • yellow value is 22.35%
  • key color value is 29.80%

CMYK: (0,34,22,30)
C0M34Y22K30 (0%, 34%, 22%, 30%)
(0.00 / 0.34 / 0.22 / 0.30)

CMYK percentages

%0
%34.08
%22.35
%29.8

Codes

Color #B3768B in popluar color models

B3 76 8B
RGB 179 118 139
HSL 339° 28.64% 58.24%
HSB/HSV 339° 34.08% 70.20%
CMYK 0.00% 34.08% 22.35%
29.80%

Color #B3768B in popluar number systems.

HEX B3 76 8B
Decimal 179 118 139
Binary 10110011 1110110 10001011
Octal 263 166 213

Shades and tints

Shades of #B3768B

#B3768B
(179,118,139)
#A36C7F
(163,108,127)
#936273
(147,98,115)
#835867
(131,88,103)
#734E5B
(115,78,91)
#63444F
(99,68,79)
#533A43
(83,58,67)
#433037
(67,48,55)
#33262B
(51,38,43)
#231C1F
(35,28,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B3768B

#B3768B
(179,118,139)
#B98295
(185,130,149)
#BF8E9F
(191,142,159)
#C59AA9
(197,154,169)
#CBA6B3
(203,166,179)
#D1B2BD
(209,178,189)
#D7BEC7
(215,190,199)
#DDCAD1
(221,202,209)
#E3D6DB
(227,214,219)
#E9E2E5
(233,226,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3768B color. Also use rgb(179,118,139) instead hex code.

Text Font Color

.myTextColor { color: #B3768B; }

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

This text font color is #B3768B.

Background Color

.myBgColor { background-color: #B3768B; }

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

This div background color is #B3768B.

Border color

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

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

This div border color is #B3768B.

Opacity

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

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

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

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

This text has shadow with #B3768B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3768B.

Preview

Color preview on black background

This text has color #B3768B on black background.


Color preview on white background

This text has color #B3768B on white background.


Black color preview on #B3768B background

This text has black color on #B3768B background.


White color preview on #B3768B background

This text has white color on #B3768B background.


Related colors

Complementary color

Complementary color for #hex is #4C8974.


I love getcolorcode.com

Triadic colors

1 #8BB376 and #768BB3 with #B3768B are triadic colors.

2 #8B76B3 and #76B38B with #B3768B are triadic colors.