COLOR #B14E5B

HEX: #B14E5B RGB: (177,78,91)

Color info

#B14E5B contains mainly red color. Web safe color of #B14E5B is #996666 (or #966).

RGB color model

#B14E5B color RGB value is (177,78,91).

RGB: (177,78,91) (69%, 31%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 78 of 255 = 31%
B 91 of 255 = 36%

177
78
91

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

Portions of RGB colors in percentages

R + G + B = 177 + 78 + 91 = 346 (100%)
R 177 of 346 ~ 51.16%
G 78 of 346 ~ 22.54%
B 91 of 346 ~ 26.3'%

%51.16
%22.54
%26.3

CMYK color model

#B14E5B color CMYK value is (0,56,49,31).

  • cyan value is 0.00%
  • magenta value is 55.93%
  • yellow value is 48.59%
  • key color value is 30.59%

CMYK: (0,56,49,31)
C0M56Y49K31 (0%, 56%, 49%, 31%)
(0.00 / 0.56 / 0.49 / 0.31)

CMYK percentages

%0
%55.93
%48.59
%30.59

Codes

Color #B14E5B in popluar color models

B1 4E 5B
RGB 177 78 91
HSL 352° 38.82% 50.00%
HSB/HSV 352° 55.93% 69.41%
CMYK 0.00% 55.93% 48.59%
30.59%

Color #B14E5B in popluar number systems.

HEX B1 4E 5B
Decimal 177 78 91
Binary 10110001 1001110 1011011
Octal 261 116 133

Shades and tints

Shades of #B14E5B

#B14E5B
(177,78,91)
#A14753
(161,71,83)
#91404B
(145,64,75)
#813943
(129,57,67)
#71323B
(113,50,59)
#612B33
(97,43,51)
#51242B
(81,36,43)
#411D23
(65,29,35)
#31161B
(49,22,27)
#210F13
(33,15,19)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #B14E5B

#B14E5B
(177,78,91)
#B85E69
(184,94,105)
#BF6E77
(191,110,119)
#C67E85
(198,126,133)
#CD8E93
(205,142,147)
#D49EA1
(212,158,161)
#DBAEAF
(219,174,175)
#E2BEBD
(226,190,189)
#E9CECB
(233,206,203)
#F0DED9
(240,222,217)
#F7EEE7
(247,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14E5B color. Also use rgb(177,78,91) instead hex code.

Text Font Color

.myTextColor { color: #B14E5B; }

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

This text font color is #B14E5B.

Background Color

.myBgColor { background-color: #B14E5B; }

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

This div background color is #B14E5B.

Border color

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

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

This div border color is #B14E5B.

Opacity

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

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

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

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

This text has shadow with #B14E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B14E5B.

Preview

Color preview on black background

This text has color #B14E5B on black background.


Color preview on white background

This text has color #B14E5B on white background.


Black color preview on #B14E5B background

This text has black color on #B14E5B background.


White color preview on #B14E5B background

This text has white color on #B14E5B background.


Related colors

Complementary color

Complementary color for #hex is #4EB1A4.


I love getcolorcode.com

Triadic colors

1 #5BB14E and #4E5BB1 with #B14E5B are triadic colors.

2 #5B4EB1 and #4EB15B with #B14E5B are triadic colors.