COLOR #B19383

HEX: #B19383
RGB: (177,147,131)

Color info

#B19383 contains red, green and blue colors in about the same proportion. Web safe color of #B19383 is #999999 (or #999).

RGB color model

#B19383 color RGB value is (177,147,131).

  • red value is 177;
  • green value is 147;
  • blue value is 131.
RGB:
(177,147,131)
(69%,58%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 131 of 255 = 51%

177
147
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 147 + 131 = 455 (100%)
R 177 of 455 ~ 38.9%
G 147 of 455 ~ 32.31%
B 131 of 455 ~ 28.79%

%38.9
%32.31
%28.79

CMYK color model

#B19383 color CMYK value is (0,17,26,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(0,17,26,31)
C0M17Y26K31 
(0%,17%,26%,31%)
(0.00/0.17/0.26/0.31)	

CMYK percentages

%0
%16.95
%25.99
%30.59

Codes

Color #B19383 in popluar color models

B19383
RGB177147131
HSL21°22.77%60.39%
HSB/HSV21°25.99%69.41%
CMYK0.00%16.95%25.99%
30.59%

Color #B19383 in popluar number systems.

HEXB19383
Decimal177147131
Binary101100011001001110000011
Octal261223203

Shades and tints

Shades of #B19383

#B19383
(177,147,131)
#A18678
(161,134,120)
#91796D
(145,121,109)
#816C62
(129,108,98)
#715F57
(113,95,87)
#61524C
(97,82,76)
#514541
(81,69,65)
#413836
(65,56,54)
#312B2B
(49,43,43)
#211E20
(33,30,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #B19383

#B19383
(177,147,131)
#B89C8E
(184,156,142)
#BFA599
(191,165,153)
#C6AEA4
(198,174,164)
#CDB7AF
(205,183,175)
#D4C0BA
(212,192,186)
#DBC9C5
(219,201,197)
#E2D2D0
(226,210,208)
#E9DBDB
(233,219,219)
#F0E4E6
(240,228,230)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19383 color. Also use rgb(177,147,131) instead hex code.

Text Font Color

.myTextColor { color: #B19383; }

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

This text font color is #B19383.


Background Color

.myBgColor { background-color: #B19383; }

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

This div background color is #B19383.


Border color

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

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

This div border color is #B19383.


Opacity

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

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

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

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

This text has shadow with #B19383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19383 on black background.


Color preview on white background

This text has color #B19383 on white background.



Black color preview on #B19383 background

This text has black color on #B19383 background.


White color preview on #B19383 background

This text has white color on #B19383 background.