COLOR #B3667A

HEX: #B3667A RGB: (179,102,122)

Color info

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

RGB color model

#B3667A color RGB value is (179,102,122).

RGB: (179,102,122) (70%, 40%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 102 of 255 = 40%
B 122 of 255 = 48%

179
102
122

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

Portions of RGB colors in percentages

R + G + B = 179 + 102 + 122 = 403 (100%)
R 179 of 403 ~ 44.42%
G 102 of 403 ~ 25.31%
B 122 of 403 ~ 30.27'%

%44.42
%25.31
%30.27

CMYK color model

#B3667A color CMYK value is (0,43,32,30).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK: (0,43,32,30) C0M43Y32K30 (0%,43%,32%,30%) (0.00/0.43/0.32/0.30) 

CMYK percentages

%0
%43.02
%31.84
%29.8

Codes

Color #B3667A in popluar color models

B3 66 7A
RGB 179 102 122
HSL 344° 33.62% 55.10%
HSB/HSV 344° 43.02% 70.20%
CMYK 0.00% 43.02% 31.84%
29.80%

Color #B3667A in popluar number systems.

HEX B3 66 7A
Decimal 179 102 122
Binary 10110011 1100110 1111010
Octal 263 146 172

Shades and tints

Shades of #B3667A

#B3667A
(179,102,122)
#A35D6F
(163,93,111)
#935464
(147,84,100)
#834B59
(131,75,89)
#73424E
(115,66,78)
#633943
(99,57,67)
#533038
(83,48,56)
#43272D
(67,39,45)
#331E22
(51,30,34)
#231517
(35,21,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #B3667A

#B3667A
(179,102,122)
#B97386
(185,115,134)
#BF8092
(191,128,146)
#C58D9E
(197,141,158)
#CB9AAA
(203,154,170)
#D1A7B6
(209,167,182)
#D7B4C2
(215,180,194)
#DDC1CE
(221,193,206)
#E3CEDA
(227,206,218)
#E9DBE6
(233,219,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3667A; }

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

This text font color is #B3667A.

Background Color

.myBgColor { background-color: #B3667A; }

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

This div background color is #B3667A.

Border color

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

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

This div border color is #B3667A.

Opacity

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

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

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

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

This text has shadow with #B3667A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3667A.

Preview

Color preview on black background

This text has color #B3667A on black background.


Color preview on white background

This text has color #B3667A on white background.


Black color preview on #B3667A background

This text has black color on #B3667A background.


White color preview on #B3667A background

This text has white color on #B3667A background.


Related colors

Complementary color

Complementary color for #hex is #4C9985.


I love getcolorcode.com

Triadic colors

1 #7AB366 and #667AB3 with #B3667A are triadic colors.

2 #7A66B3 and #66B37A with #B3667A are triadic colors.