COLOR #B14679

HEX: #B14679
RGB: (177,70,121)

Color info

#B14679 contains mainly red and blue colors. Web safe color of #B14679 is #993366 (or #936).

RGB color model

#B14679 color RGB value is (177,70,121).

  • red value is 177;
  • green value is 70;
  • blue value is 121.
RGB:
(177,70,121)
(69%,27%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 70 of 255 = 27%
B 121 of 255 = 47%

177
70
121

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

Portions of RGB colors in percentages

R + G + B =
177 + 70 + 121 = 368 (100%)
R 177 of 368 ~ 48.1%
G 70 of 368 ~ 19.02%
B 121 of 368 ~ 32.88%

%48.1
%19.02
%32.88

CMYK color model

#B14679 color CMYK value is (0,60,32,31).

  • cyan value is 0.00%
  • magenta value is 60.45%
  • yellow value is 31.64%
  • key color value is 30.59%
CMYK:
(0,60,32,31)
C0M60Y32K31 
(0%,60%,32%,31%)
(0.00/0.60/0.32/0.31)	

CMYK percentages

%0
%60.45
%31.64
%30.59

Codes

Color #B14679 in popluar color models

B14679
RGB17770121
HSL331°43.32%48.43%
HSB/HSV331°60.45%69.41%
CMYK0.00%60.45%31.64%
30.59%

Color #B14679 in popluar number systems.

HEXB14679
Decimal17770121
Binary1011000110001101111001
Octal261106171

Shades and tints

Shades of #B14679

#B14679
(177,70,121)
#A1406E
(161,64,110)
#913A63
(145,58,99)
#813458
(129,52,88)
#712E4D
(113,46,77)
#612842
(97,40,66)
#512237
(81,34,55)
#411C2C
(65,28,44)
#311621
(49,22,33)
#211016
(33,16,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #B14679

#B14679
(177,70,121)
#B85685
(184,86,133)
#BF6691
(191,102,145)
#C6769D
(198,118,157)
#CD86A9
(205,134,169)
#D496B5
(212,150,181)
#DBA6C1
(219,166,193)
#E2B6CD
(226,182,205)
#E9C6D9
(233,198,217)
#F0D6E5
(240,214,229)
#F7E6F1
(247,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14679 color. Also use rgb(177,70,121) instead hex code.

Text Font Color

.myTextColor { color: #B14679; }

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

This text font color is #B14679.


Background Color

.myBgColor { background-color: #B14679; }

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

This div background color is #B14679.


Border color

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

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

This div border color is #B14679.


Opacity

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

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

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

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

This text has shadow with #B14679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14679 on black background.


Color preview on white background

This text has color #B14679 on white background.



Black color preview on #B14679 background

This text has black color on #B14679 background.


White color preview on #B14679 background

This text has white color on #B14679 background.