COLOR #B1493D

HEX: #B1493D
RGB: (177,73,61)

Color info

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

RGB color model

#B1493D color RGB value is (177,73,61).

  • red value is 177;
  • green value is 73;
  • blue value is 61.
RGB:
(177,73,61)
(69%,29%,24%)

RGB channels and saturation

R 177 of 255 = 69%
G 73 of 255 = 29%
B 61 of 255 = 24%

177
73
61

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

Portions of RGB colors in percentages

R + G + B =
177 + 73 + 61 = 311 (100%)
R 177 of 311 ~ 56.91%
G 73 of 311 ~ 23.47%
B 61 of 311 ~ 19.61%

%56.91
%23.47
%19.61

CMYK color model

#B1493D color CMYK value is (0,59,66,31).

  • cyan value is 0.00%
  • magenta value is 58.76%
  • yellow value is 65.54%
  • key color value is 30.59%
CMYK:
(0,59,66,31)
C0M59Y66K31 
(0%,59%,66%,31%)
(0.00/0.59/0.66/0.31)	

CMYK percentages

%0
%58.76
%65.54
%30.59

Codes

Color #B1493D in popluar color models

B1493D
RGB1777361
HSL48.74%46.67%
HSB/HSV65.54%69.41%
CMYK0.00%58.76%65.54%
30.59%

Color #B1493D in popluar number systems.

HEXB1493D
Decimal1777361
Binary101100011001001111101
Octal26111175

Shades and tints

Shades of #B1493D

#B1493D
(177,73,61)
#A14338
(161,67,56)
#913D33
(145,61,51)
#81372E
(129,55,46)
#713129
(113,49,41)
#612B24
(97,43,36)
#51251F
(81,37,31)
#411F1A
(65,31,26)
#311915
(49,25,21)
#211310
(33,19,16)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #B1493D

#B1493D
(177,73,61)
#B8594E
(184,89,78)
#BF695F
(191,105,95)
#C67970
(198,121,112)
#CD8981
(205,137,129)
#D49992
(212,153,146)
#DBA9A3
(219,169,163)
#E2B9B4
(226,185,180)
#E9C9C5
(233,201,197)
#F0D9D6
(240,217,214)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1493D color. Also use rgb(177,73,61) instead hex code.

Text Font Color

.myTextColor { color: #B1493D; }

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

This text font color is #B1493D.


Background Color

.myBgColor { background-color: #B1493D; }

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

This div background color is #B1493D.


Border color

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

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

This div border color is #B1493D.


Opacity

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

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

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

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

This text has shadow with #B1493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1493D on black background.


Color preview on white background

This text has color #B1493D on white background.



Black color preview on #B1493D background

This text has black color on #B1493D background.


White color preview on #B1493D background

This text has white color on #B1493D background.