COLOR #B3768A

HEX: #B3768A RGB: (179,118,138)

Color info

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

RGB color model

#B3768A color RGB value is (179,118,138).

RGB: (179,118,138) (70%, 46%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 138 of 255 = 54%

179
118
138

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

Portions of RGB colors in percentages

R + G + B = 179 + 118 + 138 = 435 (100%)
R 179 of 435 ~ 41.15%
G 118 of 435 ~ 27.13%
B 138 of 435 ~ 31.72'%

%41.15
%27.13
%31.72

CMYK color model

#B3768A color CMYK value is (0,34,23,30).

  • cyan value is 0.00%
  • magenta value is 34.08%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK: (0,34,23,30) C0M34Y23K30 (0%,34%,23%,30%) (0.00/0.34/0.23/0.30) 

CMYK percentages

%0
%34.08
%22.91
%29.8

Codes

Color #B3768A in popluar color models

B3 76 8A
RGB 179 118 138
HSL 340° 28.64% 58.24%
HSB/HSV 340° 34.08% 70.20%
CMYK 0.00% 34.08% 22.91%
29.80%

Color #B3768A in popluar number systems.

HEX B3 76 8A
Decimal 179 118 138
Binary 10110011 1110110 10001010
Octal 263 166 212

Shades and tints

Shades of #B3768A

#B3768A
(179,118,138)
#A36C7E
(163,108,126)
#936272
(147,98,114)
#835866
(131,88,102)
#734E5A
(115,78,90)
#63444E
(99,68,78)
#533A42
(83,58,66)
#433036
(67,48,54)
#33262A
(51,38,42)
#231C1E
(35,28,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B3768A

#B3768A
(179,118,138)
#B98294
(185,130,148)
#BF8E9E
(191,142,158)
#C59AA8
(197,154,168)
#CBA6B2
(203,166,178)
#D1B2BC
(209,178,188)
#D7BEC6
(215,190,198)
#DDCAD0
(221,202,208)
#E3D6DA
(227,214,218)
#E9E2E4
(233,226,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3768A; }

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

This text font color is #B3768A.

Background Color

.myBgColor { background-color: #B3768A; }

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

This div background color is #B3768A.

Border color

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

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

This div border color is #B3768A.

Opacity

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

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

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

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

This text has shadow with #B3768A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3768A.

Preview

Color preview on black background

This text has color #B3768A on black background.


Color preview on white background

This text has color #B3768A on white background.


Black color preview on #B3768A background

This text has black color on #B3768A background.


White color preview on #B3768A background

This text has white color on #B3768A background.


Related colors

Complementary color

Complementary color for #hex is #4C8975.


I love getcolorcode.com

Triadic colors

1 #8AB376 and #768AB3 with #B3768A are triadic colors.

2 #8A76B3 and #76B38A with #B3768A are triadic colors.