COLOR #B14C5B

HEX: #B14C5B RGB: (177,76,91)

Color info

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

RGB color model

#B14C5B color RGB value is (177,76,91).

RGB: (177,76,91) (69%, 30%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 76 of 255 = 30%
B 91 of 255 = 36%

177
76
91

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

Portions of RGB colors in percentages

R + G + B = 177 + 76 + 91 = 344 (100%)
R 177 of 344 ~ 51.45%
G 76 of 344 ~ 22.09%
B 91 of 344 ~ 26.45'%

%51.45
%22.09
%26.45

CMYK color model

#B14C5B color CMYK value is (0,57,49,31).

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

CMYK: (0,57,49,31)
C0M57Y49K31 (0%, 57%, 49%, 31%)
(0.00 / 0.57 / 0.49 / 0.31)

CMYK percentages

%0
%57.06
%48.59
%30.59

Codes

Color #B14C5B in popluar color models

B1 4C 5B
RGB 177 76 91
HSL 351° 39.92% 49.61%
HSB/HSV 351° 57.06% 69.41%
CMYK 0.00% 57.06% 48.59%
30.59%

Color #B14C5B in popluar number systems.

HEX B1 4C 5B
Decimal 177 76 91
Binary 10110001 1001100 1011011
Octal 261 114 133

Shades and tints

Shades of #B14C5B

#B14C5B
(177,76,91)
#A14653
(161,70,83)
#91404B
(145,64,75)
#813A43
(129,58,67)
#71343B
(113,52,59)
#612E33
(97,46,51)
#51282B
(81,40,43)
#412223
(65,34,35)
#311C1B
(49,28,27)
#211613
(33,22,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #B14C5B

#B14C5B
(177,76,91)
#B85C69
(184,92,105)
#BF6C77
(191,108,119)
#C67C85
(198,124,133)
#CD8C93
(205,140,147)
#D49CA1
(212,156,161)
#DBACAF
(219,172,175)
#E2BCBD
(226,188,189)
#E9CCCB
(233,204,203)
#F0DCD9
(240,220,217)
#F7ECE7
(247,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B14C5B; }

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

This text font color is #B14C5B.

Background Color

.myBgColor { background-color: #B14C5B; }

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

This div background color is #B14C5B.

Border color

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

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

This div border color is #B14C5B.

Opacity

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

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

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

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

This text has shadow with #B14C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B14C5B.

Preview

Color preview on black background

This text has color #B14C5B on black background.


Color preview on white background

This text has color #B14C5B on white background.


Black color preview on #B14C5B background

This text has black color on #B14C5B background.


White color preview on #B14C5B background

This text has white color on #B14C5B background.


Related colors

Complementary color

Complementary color for #hex is #4EB3A4.


I love getcolorcode.com

Triadic colors

1 #5BB14C and #4C5BB1 with #B14C5B are triadic colors.

2 #5B4CB1 and #4CB15B with #B14C5B are triadic colors.