COLOR #B3767A

HEX: #B3767A RGB: (179,118,122)

Color info

#B3767A contains mainly red and blue colors. Web safe color of #B3767A is #996666 (or #966).

RGB color model

#B3767A color RGB value is (179,118,122).

RGB: (179,118,122) (70%, 46%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 122 of 255 = 48%

179
118
122

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

Portions of RGB colors in percentages

R + G + B = 179 + 118 + 122 = 419 (100%)
R 179 of 419 ~ 42.72%
G 118 of 419 ~ 28.16%
B 122 of 419 ~ 29.12'%

%42.72
%28.16
%29.12

CMYK color model

#B3767A color CMYK value is (0,34,32,30).

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

CMYK: (0,34,32,30)
C0M34Y32K30 (0%, 34%, 32%, 30%)
(0.00 / 0.34 / 0.32 / 0.30)

CMYK percentages

%0
%34.08
%31.84
%29.8

Codes

Color #B3767A in popluar color models

B3 76 7A
RGB 179 118 122
HSL 356° 28.64% 58.24%
HSB/HSV 356° 34.08% 70.20%
CMYK 0.00% 34.08% 31.84%
29.80%

Color #B3767A in popluar number systems.

HEX B3 76 7A
Decimal 179 118 122
Binary 10110011 1110110 1111010
Octal 263 166 172

Shades and tints

Shades of #B3767A

#B3767A
(179,118,122)
#A36C6F
(163,108,111)
#936264
(147,98,100)
#835859
(131,88,89)
#734E4E
(115,78,78)
#634443
(99,68,67)
#533A38
(83,58,56)
#43302D
(67,48,45)
#332622
(51,38,34)
#231C17
(35,28,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #B3767A

#B3767A
(179,118,122)
#B98286
(185,130,134)
#BF8E92
(191,142,146)
#C59A9E
(197,154,158)
#CBA6AA
(203,166,170)
#D1B2B6
(209,178,182)
#D7BEC2
(215,190,194)
#DDCACE
(221,202,206)
#E3D6DA
(227,214,218)
#E9E2E6
(233,226,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3767A; }

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

This text font color is #B3767A.

Background Color

.myBgColor { background-color: #B3767A; }

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

This div background color is #B3767A.

Border color

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

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

This div border color is #B3767A.

Opacity

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

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

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

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

This text has shadow with #B3767A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3767A.

Preview

Color preview on black background

This text has color #B3767A on black background.


Color preview on white background

This text has color #B3767A on white background.


Black color preview on #B3767A background

This text has black color on #B3767A background.


White color preview on #B3767A background

This text has white color on #B3767A background.


Related colors

Complementary color

Complementary color for #hex is #4C8985.


I love getcolorcode.com

Triadic colors

1 #7AB376 and #767AB3 with #B3767A are triadic colors.

2 #7A76B3 and #76B37A with #B3767A are triadic colors.