COLOR #B14961

HEX: #B14961
RGB: (177,73,97)

Color info

#B14961 contains mainly red color. Web safe color of #B14961 is #993366 (or #936).

RGB color model

#B14961 color RGB value is (177,73,97).

  • red value is 177;
  • green value is 73;
  • blue value is 97.
RGB:
(177,73,97)
(69%,29%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 73 of 255 = 29%
B 97 of 255 = 38%

177
73
97

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

Portions of RGB colors in percentages

R + G + B =
177 + 73 + 97 = 347 (100%)
R 177 of 347 ~ 51.01%
G 73 of 347 ~ 21.04%
B 97 of 347 ~ 27.95%

%51.01
%21.04
%27.95

CMYK color model

#B14961 color CMYK value is (0,59,45,31).

  • cyan value is 0.00%
  • magenta value is 58.76%
  • yellow value is 45.20%
  • key color value is 30.59%
CMYK:
(0,59,45,31)
C0M59Y45K31 
(0%,59%,45%,31%)
(0.00/0.59/0.45/0.31)	

CMYK percentages

%0
%58.76
%45.2
%30.59

Codes

Color #B14961 in popluar color models

B14961
RGB1777397
HSL346°41.60%49.02%
HSB/HSV346°58.76%69.41%
CMYK0.00%58.76%45.20%
30.59%

Color #B14961 in popluar number systems.

HEXB14961
Decimal1777397
Binary1011000110010011100001
Octal261111141

Shades and tints

Shades of #B14961

#B14961
(177,73,97)
#A14359
(161,67,89)
#913D51
(145,61,81)
#813749
(129,55,73)
#713141
(113,49,65)
#612B39
(97,43,57)
#512531
(81,37,49)
#411F29
(65,31,41)
#311921
(49,25,33)
#211319
(33,19,25)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #B14961

#B14961
(177,73,97)
#B8596F
(184,89,111)
#BF697D
(191,105,125)
#C6798B
(198,121,139)
#CD8999
(205,137,153)
#D499A7
(212,153,167)
#DBA9B5
(219,169,181)
#E2B9C3
(226,185,195)
#E9C9D1
(233,201,209)
#F0D9DF
(240,217,223)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14961 color. Also use rgb(177,73,97) instead hex code.

Text Font Color

.myTextColor { color: #B14961; }

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

This text font color is #B14961.


Background Color

.myBgColor { background-color: #B14961; }

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

This div background color is #B14961.


Border color

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

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

This div border color is #B14961.


Opacity

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

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

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

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

This text has shadow with #B14961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14961 on black background.


Color preview on white background

This text has color #B14961 on white background.



Black color preview on #B14961 background

This text has black color on #B14961 background.


White color preview on #B14961 background

This text has white color on #B14961 background.