COLOR #B14129

HEX: #B14129
RGB: (177,65,41)

Color info

#B14129 contains mainly red color. Web safe color of #B14129 is #993333 (or #933).

RGB color model

#B14129 color RGB value is (177,65,41).

  • red value is 177;
  • green value is 65;
  • blue value is 41.
RGB:
(177,65,41)
(69%,25%,16%)

RGB channels and saturation

R 177 of 255 = 69%
G 65 of 255 = 25%
B 41 of 255 = 16%

177
65
41

R + G + B ~ 37%. #B14129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 65 + 41 = 283 (100%)
R 177 of 283 ~ 62.54%
G 65 of 283 ~ 22.97%
B 41 of 283 ~ 14.49%

%62.54
%22.97
%14.49

CMYK color model

#B14129 color CMYK value is (0,63,77,31).

  • cyan value is 0.00%
  • magenta value is 63.28%
  • yellow value is 76.84%
  • key color value is 30.59%
CMYK:
(0,63,77,31)
C0M63Y77K31 
(0%,63%,77%,31%)
(0.00/0.63/0.77/0.31)	

CMYK percentages

%0
%63.28
%76.84
%30.59

Codes

Color #B14129 in popluar color models

B14129
RGB1776541
HSL11°62.39%42.75%
HSB/HSV11°76.84%69.41%
CMYK0.00%63.28%76.84%
30.59%

Color #B14129 in popluar number systems.

HEXB14129
Decimal1776541
Binary101100011000001101001
Octal26110151

Shades and tints

Shades of #B14129

#B14129
(177,65,41)
#A13C26
(161,60,38)
#913723
(145,55,35)
#813220
(129,50,32)
#712D1D
(113,45,29)
#61281A
(97,40,26)
#512317
(81,35,23)
#411E14
(65,30,20)
#311911
(49,25,17)
#21140E
(33,20,14)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #B14129

#B14129
(177,65,41)
#B8523C
(184,82,60)
#BF634F
(191,99,79)
#C67462
(198,116,98)
#CD8575
(205,133,117)
#D49688
(212,150,136)
#DBA79B
(219,167,155)
#E2B8AE
(226,184,174)
#E9C9C1
(233,201,193)
#F0DAD4
(240,218,212)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14129 color. Also use rgb(177,65,41) instead hex code.

Text Font Color

.myTextColor { color: #B14129; }

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

This text font color is #B14129.


Background Color

.myBgColor { background-color: #B14129; }

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

This div background color is #B14129.


Border color

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

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

This div border color is #B14129.


Opacity

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

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

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

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

This text has shadow with #B14129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14129 on black background.


Color preview on white background

This text has color #B14129 on white background.



Black color preview on #B14129 background

This text has black color on #B14129 background.


White color preview on #B14129 background

This text has white color on #B14129 background.