COLOR #B14D64

HEX: #B14D64 RGB: (177,77,100)

Color info

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

RGB color model

#B14D64 color RGB value is (177,77,100).

RGB: (177,77,100) (69%, 30%, 39%)

RGB channels and saturation

R 177 of 255 = 69%
G 77 of 255 = 30%
B 100 of 255 = 39%

177
77
100

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

Portions of RGB colors in percentages

R + G + B = 177 + 77 + 100 = 354 (100%)
R 177 of 354 ~ 50%
G 77 of 354 ~ 21.75%
B 100 of 354 ~ 28.25'%

%50
%21.75
%28.25

CMYK color model

#B14D64 color CMYK value is (0,56,44,31).

  • cyan value is 0.00%
  • magenta value is 56.50%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK: (0,56,44,31) C0M56Y44K31 (0%,56%,44%,31%) (0.00/0.56/0.44/0.31) 

CMYK percentages

%0
%56.5
%43.5
%30.59

Codes

Color #B14D64 in popluar color models

B1 4D 64
RGB 177 77 100
HSL 346° 39.37% 49.80%
HSB/HSV 346° 56.50% 69.41%
CMYK 0.00% 56.50% 43.50%
30.59%

Color #B14D64 in popluar number systems.

HEX B1 4D 64
Decimal 177 77 100
Binary 10110001 1001101 1100100
Octal 261 115 144

Shades and tints

Shades of #B14D64

#B14D64
(177,77,100)
#A1465B
(161,70,91)
#913F52
(145,63,82)
#813849
(129,56,73)
#713140
(113,49,64)
#612A37
(97,42,55)
#51232E
(81,35,46)
#411C25
(65,28,37)
#31151C
(49,21,28)
#210E13
(33,14,19)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #B14D64

#B14D64
(177,77,100)
#B85D72
(184,93,114)
#BF6D80
(191,109,128)
#C67D8E
(198,125,142)
#CD8D9C
(205,141,156)
#D49DAA
(212,157,170)
#DBADB8
(219,173,184)
#E2BDC6
(226,189,198)
#E9CDD4
(233,205,212)
#F0DDE2
(240,221,226)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14D64 color. Also use rgb(177,77,100) instead hex code.

Text Font Color

.myTextColor { color: #B14D64; }

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

This text font color is #B14D64.

Background Color

.myBgColor { background-color: #B14D64; }

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

This div background color is #B14D64.

Border color

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

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

This div border color is #B14D64.

Opacity

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

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

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

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

This text has shadow with #B14D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B14D64.

Preview

Color preview on black background

This text has color #B14D64 on black background.


Color preview on white background

This text has color #B14D64 on white background.


Black color preview on #B14D64 background

This text has black color on #B14D64 background.


White color preview on #B14D64 background

This text has white color on #B14D64 background.


Related colors

Complementary color

Complementary color for #hex is #4EB29B.


I love getcolorcode.com

Triadic colors

1 #64B14D and #4D64B1 with #B14D64 are triadic colors.

2 #644DB1 and #4DB164 with #B14D64 are triadic colors.