COLOR #B19159

HEX: #B19159
RGB: (177,145,89)

Color info

#B19159 contains mainly red and green colors. Web safe color of #B19159 is #999966 (or #996).

RGB color model

#B19159 color RGB value is (177,145,89).

  • red value is 177;
  • green value is 145;
  • blue value is 89.
RGB:
(177,145,89)
(69%,57%,35%)

RGB channels and saturation

R 177 of 255 = 69%
G 145 of 255 = 57%
B 89 of 255 = 35%

177
145
89

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

Portions of RGB colors in percentages

R + G + B =
177 + 145 + 89 = 411 (100%)
R 177 of 411 ~ 43.07%
G 145 of 411 ~ 35.28%
B 89 of 411 ~ 21.65%

%43.07
%35.28
%21.65

CMYK color model

#B19159 color CMYK value is (0,18,50,31).

  • cyan value is 0.00%
  • magenta value is 18.08%
  • yellow value is 49.72%
  • key color value is 30.59%
CMYK:
(0,18,50,31)
C0M18Y50K31 
(0%,18%,50%,31%)
(0.00/0.18/0.50/0.31)	

CMYK percentages

%0
%18.08
%49.72
%30.59

Codes

Color #B19159 in popluar color models

B19159
RGB17714589
HSL38°36.07%52.16%
HSB/HSV38°49.72%69.41%
CMYK0.00%18.08%49.72%
30.59%

Color #B19159 in popluar number systems.

HEXB19159
Decimal17714589
Binary10110001100100011011001
Octal261221131

Shades and tints

Shades of #B19159

#B19159
(177,145,89)
#A18451
(161,132,81)
#917749
(145,119,73)
#816A41
(129,106,65)
#715D39
(113,93,57)
#615031
(97,80,49)
#514329
(81,67,41)
#413621
(65,54,33)
#312919
(49,41,25)
#211C11
(33,28,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #B19159

#B19159
(177,145,89)
#B89B68
(184,155,104)
#BFA577
(191,165,119)
#C6AF86
(198,175,134)
#CDB995
(205,185,149)
#D4C3A4
(212,195,164)
#DBCDB3
(219,205,179)
#E2D7C2
(226,215,194)
#E9E1D1
(233,225,209)
#F0EBE0
(240,235,224)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19159 color. Also use rgb(177,145,89) instead hex code.

Text Font Color

.myTextColor { color: #B19159; }

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

This text font color is #B19159.


Background Color

.myBgColor { background-color: #B19159; }

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

This div background color is #B19159.


Border color

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

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

This div border color is #B19159.


Opacity

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

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

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

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

This text has shadow with #B19159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19159 on black background.


Color preview on white background

This text has color #B19159 on white background.



Black color preview on #B19159 background

This text has black color on #B19159 background.


White color preview on #B19159 background

This text has white color on #B19159 background.