COLOR #B14C5D

HEX: #B14C5D RGB: (177,76,93)

Color info

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

RGB color model

#B14C5D color RGB value is (177,76,93).

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

RGB channels and saturation

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

177
76
93

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

Portions of RGB colors in percentages

R + G + B = 177 + 76 + 93 = 346 (100%)
R 177 of 346 ~ 51.16%
G 76 of 346 ~ 21.97%
B 93 of 346 ~ 26.88'%

%51.16
%21.97
%26.88

CMYK color model

#B14C5D color CMYK value is (0,57,47,31).

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

CMYK: (0,57,47,31)
C0M57Y47K31 (0%, 57%, 47%, 31%)
(0.00 / 0.57 / 0.47 / 0.31)

CMYK percentages

%0
%57.06
%47.46
%30.59

Codes

Color #B14C5D in popluar color models

B1 4C 5D
RGB 177 76 93
HSL 350° 39.92% 49.61%
HSB/HSV 350° 57.06% 69.41%
CMYK 0.00% 57.06% 47.46%
30.59%

Color #B14C5D in popluar number systems.

HEX B1 4C 5D
Decimal 177 76 93
Binary 10110001 1001100 1011101
Octal 261 114 135

Shades and tints

Shades of #B14C5D

#B14C5D
(177,76,93)
#A14655
(161,70,85)
#91404D
(145,64,77)
#813A45
(129,58,69)
#71343D
(113,52,61)
#612E35
(97,46,53)
#51282D
(81,40,45)
#412225
(65,34,37)
#311C1D
(49,28,29)
#211615
(33,22,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #B14C5D

#B14C5D
(177,76,93)
#B85C6B
(184,92,107)
#BF6C79
(191,108,121)
#C67C87
(198,124,135)
#CD8C95
(205,140,149)
#D49CA3
(212,156,163)
#DBACB1
(219,172,177)
#E2BCBF
(226,188,191)
#E9CCCD
(233,204,205)
#F0DCDB
(240,220,219)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B14C5D; }

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

This text font color is #B14C5D.

Background Color

.myBgColor { background-color: #B14C5D; }

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

This div background color is #B14C5D.

Border color

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

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

This div border color is #B14C5D.

Opacity

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

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

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

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

This text has shadow with #B14C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B14C5D.

Preview

Color preview on black background

This text has color #B14C5D on black background.


Color preview on white background

This text has color #B14C5D on white background.


Black color preview on #B14C5D background

This text has black color on #B14C5D background.


White color preview on #B14C5D background

This text has white color on #B14C5D background.


Related colors

Complementary color

Complementary color for #hex is #4EB3A2.


I love getcolorcode.com

Triadic colors

1 #5DB14C and #4C5DB1 with #B14C5D are triadic colors.

2 #5D4CB1 and #4CB15D with #B14C5D are triadic colors.