COLOR #B19259

HEX: #B19259
RGB: (177,146,89)

Color info

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

RGB color model

#B19259 color RGB value is (177,146,89).

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

RGB channels and saturation

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

177
146
89

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

Portions of RGB colors in percentages

R + G + B =
177 + 146 + 89 = 412 (100%)
R 177 of 412 ~ 42.96%
G 146 of 412 ~ 35.44%
B 89 of 412 ~ 21.6%

%42.96
%35.44
%21.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.51%
  • 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
%17.51
%49.72
%30.59

Codes

Color #B19259 in popluar color models

B19259
RGB17714689
HSL39°36.07%52.16%
HSB/HSV39°49.72%69.41%
CMYK0.00%17.51%49.72%
30.59%

Color #B19259 in popluar number systems.

HEXB19259
Decimal17714689
Binary10110001100100101011001
Octal261222131

Shades and tints

Shades of #B19259

#B19259
(177,146,89)
#A18551
(161,133,81)
#917849
(145,120,73)
#816B41
(129,107,65)
#715E39
(113,94,57)
#615131
(97,81,49)
#514429
(81,68,41)
#413721
(65,55,33)
#312A19
(49,42,25)
#211D11
(33,29,17)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #B19259

#B19259
(177,146,89)
#B89B68
(184,155,104)
#BFA477
(191,164,119)
#C6AD86
(198,173,134)
#CDB695
(205,182,149)
#D4BFA4
(212,191,164)
#DBC8B3
(219,200,179)
#E2D1C2
(226,209,194)
#E9DAD1
(233,218,209)
#F0E3E0
(240,227,224)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19259; }

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

This text font color is #B19259.


Background Color

.myBgColor { background-color: #B19259; }

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

This div background color is #B19259.


Border color

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

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

This div border color is #B19259.


Opacity

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

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

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

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

This text has shadow with #B19259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19259 on black background.


Color preview on white background

This text has color #B19259 on white background.



Black color preview on #B19259 background

This text has black color on #B19259 background.


White color preview on #B19259 background

This text has white color on #B19259 background.